Required Packages: sudo apt install git stow
Instructions:
- git clone directly into home
stow vim, then runls -al ~ | grep vimrcto ensure symlinks were madegit submodule update --init --recursivestow tmux, then runls -al ~ | grep tmuxto ensure symlinks were madetmux source tmux/.tmux.conf
To add submodule:
- Navigate to vim/.vim/pack/plugins/start
- git submodule add [clone url]
- Module should be automatically loaded into vim, on next open
https://alexpearce.me/2016/02/managing-dotfiles-with-stow/ https://dev.to/iggredible/how-to-use-vim-packages-3gil
to get tagbar working, install exuberant ctags
sudo apt install exuberant-ctags