A set of vim, zsh, git, and tmux configuration files.
Set zsh as your login shell:
chsh -s $(which zsh)Clone dotfiles repository:
git clone https://github.com/wouterw/dotfiles.git ~/.dotfilesInstall stow:
# On macOS
brew install stow
# On Arch Linux
sudo pacman -S stow
# On Ubuntu/Debian
sudo apt install stowInstall the dotfiles:
cd ~/.dotfiles && ./install.sh