Originally cloned from Kevin's github
This copies .*rc
to ~
. You should make sure you are installing for the correct user.
$ chmod a+x install.sh
$ ./install.sh
Open vim, :PlugInstall
. C-n to turn off NerdTree navigation.
Adding personal preferences and hopefully growing it to be a folder for config files
.vimrc
vim-plug
Other plug-ins
- See .vimrc for their GitHub repo name. I have also starred most if not all of them.
ctags: http://ctags.sourceforge.net/
$ cd /path/to/c/project/
$ ctags -R
tmux
I'm new to tmux as well, so probably
- get familiar with tmux cheatsheet
- have a better .tmux.conf
- add
tmux a
or something to your .ssh/config