Welcome to my world. This is a collection of vim, tmux, and zsh configurations.
- zsh configuration
- vim configuration
- tmux configuration
- git configuration
- osx configuration
- Node.js setup (nvm)
- Homebrew files (Brewfile.sh)
git clone https://github.com/nicknisi/dotfiles.git ~/.dotfilescd ~/.dotfiles./install.sh
By default, the .zshrc file will source any file within .dotfiles/zsh that have the .zsh extension.
Vim plugins are managed with vim-plug. To install, run vim +PlugInstall.