A set of vim, zsh, git, and tmux configuration files.
- Change hosts file if you need
- run command for either local or remote hosts
$ sudo make install_ansible
$ sudo make configure_ssh EMAIL=your@email
$ ssh-copy-id localhost
$ ansible-playbook -i hosts -l local dotfiles.yml -vv --ask-become-pass
:PlugInstall
:UpdateRemotePlugins
:checkhealth
$ tmux
C-b I
- vim -t to open vim straight on the tag
- Ctrl + ] to jump to tag when over a word
- g + ] to see a list of tags
- Ctrl + T to pop back
- :tselect or :stselect to open
- :tnext, :tprev to go to next/prev tag file