Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.03 KB

README.md

File metadata and controls

17 lines (9 loc) · 1.03 KB

treasure-chest

jami's development environment treasure chest.

Dotfiles

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.

Initial Setup

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.

Terminal

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.