- Powerline, for showing cool
bashprompts andvimfooters - Solarized, a color theme for
vim Vim- Pathogen, package manager for
vim - Auto-Pairs, automatic pair insertion or deletion of brackets, parents, quotes for
vim - LastPlace, memory of last edit position on exit for
vim
- Pathogen, package manager for
Tmux- Tmux Plugin Manager, a plugin manager for
tmux - Tmux Sensible, some basic options for
tmux - Tmux Yank, copy to system clipboard for
tmux, but it might not work out of the box - Tmux Themepack, themes for
tmux
- Tmux Plugin Manager, a plugin manager for
These files will be created if they don't already exist, but otherwise they will have features appended to them
- ~/.bash.rc
- ~/.vimrc
- ~/.tmux.conf
- ~/.config/powerline/config.json
Right now this repository only works for Mac and Linux Users. If the vim colors look weird after
installation, try commenting out the line that says let g:solarized_termcolors=256
- Install pip
- Clone this repository
git clone https://github.com/Andrew03/Environment-Setup.git && cd Environment-Setup
- Run the installation (this installs everything listed above by default)
bash install.sh
