Config files for various tools I use daily. Feel free to leave feedback or suggest improvements by opening an issue!
The following assumes you are running zsh
on MacOS.
cd ~
git clone https://github.com/chickenn00dle/config.git .config
ln -s ~/.config/zsh/.zshenv ~/.zshenv
ln -s ~/.config/zsh/.zshrc ~/.zshrc
ln -s ~/.config/tmux/.tmux.conf ~/.tmux.conf
ln -s ~/.config/git/.gitconfig ~/.gitconfig
source ~/.zshenv
source ~/.zshrc
Customizations can be added directly to ~/.config/zsh/.zshrc
. Alternatively, you can create a custom config file which must be named ~/.config/zsh/config.zsh
and make additions here.
You will first need to install TMUX. You can also install with Homebrew. Once installed, plugins will automatically be installed when Tmux is first opened. Customizations can be added directly to ~/.config/tmux/.tmux.conf
.
You will first need to install NeoVim. You can also install with Homebrew. Once installed, plugins will automatically be installed when NeoVim is first opened. Customizations can be added directly to ~/.config/nvim/init.vim
You will need to change the name and email values in ~/.config/git/.gitconfig
. You can refer to the git docs for adding customizations.