ghostty
kitty
neovim
z-shell
pdbpp
brew install kitty neovim
brew install --cask ghostty
GNU Stow is a symbol farm manager. This makes managing my dotfiles easier.
brew install stow
First, create backups of your current config files. For example, rename ~/.zshrc to ~/.zshrc_backup. Do this for all of your current config files.
cd ~
git clone https://github.com/yeebenja/dotfiles.git
cd dotfiles
brew install stow
stow .
If you want to install custom fonts, make sure to install them. Fonts are in .config/nvim/fonts/
cd ~
cd dotfiles/.config/nvim/fonts/
ls
vim ~/.stow-global-ignore
Add the following line
\.DS_Store