-
Setup SSH Keys
-
Install Git
-
Bootstrap
$ ./bootstrap.sh
-
Install Tmux Plugins
$ tmux Ctrl-b I
-
Install Vim Plugs
$ vim :PlugInstall
-
Set Git Config
$ git config --global user.email [email protected] $ git config --global user.name "Joshua Taylor Eppinette"
I am getting an error from compinit on each new terminal window. What should I do?
First, determine the list of directories that need to have their security level increased:
$ compaudit
Second, recursively update the permissions of those directories:
$ sudo chmod -R 755 <eg:/usr/local/share>