# macOS
brew install stow
# Ubuntu
apt install stowgit clone https://github.com/solangii/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shstow vim # ~/.vimrc
stow zsh # ~/.zshrc
stow tmux # ~/.tmux.conf
stow gitconfig # ~/.gitconfig
stow nvim # ~/.config/nvim
stow ssh # ~/.ssh/config
# uninstall
stow -D vim