jami's development environment treasure chest.
The dotfiles
folder contains the .bash_profile
, .vimrc
, and the .tmux.conf
. Running make deploy
will create symbolic links to the home folder. Changes in the repo will reflect in the home folder, and vice versa. Running make clean
will remove the deployed links.
Running vim
for the first time will check if Vim-Plug will be needed to be downloaded, and an initial :PlugInstall
will be invoked. Note: Version 8 is required for ale, a linter plugin, to run.
Running tmux
will install tpm on its initial execution. To install the rest of the plugins, press <prefix> + I
, where <prefix>
is setup as <ctrl> + f
.
The configurations assume that the terminal is using solarized colors. There are terminal files under the terminal
folder that can be used to set this up.