- Install kitty:
brew install kitty
- Install fish:
brew install fish
- Install neovim:
brew install neovim
- Install tmux:
- Install tmux
brew install tmux
- Install tpm which will allow for plugins to be installed
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
- Install tmux
- Clone the repo into your desired configs folder:
git clone https://github.com/ivokaragyozov/configs.git ~/.config
- Set fish as your login shell:
- Add fish to
/etc/shells
with:echo /usr/local/bin/fish | sudo tee -a /etc/shells
- Change your default shell with:
chsh -s /usr/local/bin/fish
- Add fish to
- Enter a tmux session:
- Source the tmux.conf file:
tmux source ~/.config/tmux/tmux.conf
- Press Ctrl-A + I to install the plugins.
- Source the tmux.conf file:
- Open neovim, it will install its plugins automatically.