This is a selection of my dot files for neovim, zsh and tmux.
Install Catpuccin everywhere.
For Neovim I'm using NvChad which gives a really solid baseline configuration for using Neovim as more of an IDE.
- Install neovim with
brew install nvim
- Run the install script in
config/neovim
, this will clone NvChad and link the custom configuration to the correct location.
Am using the oh-my-zsh plugin scripts to help bootstrap my ZSH environment.
Install that and then symlink the .zshrc
to the home directory.
Tmux is awesome, this requires tpm to be installed and then after symlinking
the configuration files, run PREFIX + I
to install the dependencies.
Tmuxinator is used to prexonfigure some window setups for tmux.
Run with mux start dev
.
MIT