The configuration files are read in the following order:
- setup.sh
- tmux.conf
- vim/
- vimrc
- zsh
- zshrc
This file is the setup script for my dot files. It simply links all the files from ~ to this directory.
Configuration for tmux.
Vim directory. I use vim-plug as the plugin manager.
.vimrc file
zsh directory containing some custom zsh configurations.
zsh configuration file. I use oh-my-zsh.