Terminal https://wezterm.org/index.html
Shell Uses powerlevel10k theme https://github.com/romkatv/powerlevel10k
Mac package manager. For use to install utilities and non dev related software. https://www.macports.org/
Better grep utility https://github.com/ggreer/the_silver_searcher
Git utility https://github.com/jesseduffield/lazygit
Clone down the repo to your home directory
cd ~
git clone git@github.com:FourSeventy/dotfiles.git ~
Install binary from website https://wezterm.org/installation.html Symlink config dotfile
cd ~
ln -s .dotfiles/.wezterm.lua ~/.wezterm.lua
Symlink config dotfiles
cd ~
ln -s .dotfiles/.zshrc ~/.zshrc
ln -s .dotfiles/.zshrclocal ~/.zshrclocal
ln -s .dotfiles/.p10k.zsh ~/.p10k.zsh
Install powerlevel10k theme
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
Symlink other conigs
cd ~
ln -s .dotfiles/.curlrc ~/.curlrc
ln -s .dotfiles/.gitconfig ~/.gitconfig