Install git on your system if you don't have one yet. Type the commands below one by one from your terminal:
1. cd ~
2. git init
3. export https_proxy=http://your-proxy.example.com:8000 (optional)
4. git remote add origin https://github.com/byang822/preferHome.git
5. git fetch origin
6. git checkout -t -f origin/dev
7. vi .vimrc
- :PluginInstall
The repo includes following files/directories:
- .bash_profile
- export some env variables, such as the tomcat home, CDPATH, proxy and so on
- config ssh agent
- .bashrc
- .dir_colors.screen
- customized colors for screen term
- .dir_colors.xterm
- customized colors for xterm term
- .editorconfig
- help your format text files
- .inputrc
- some key binding
- .screenrc
- screen configurations
- .tmux.conf
- tmux configurations
- .vimrc
- vim configurations
- .vim
- solarized vim colorscheme
- vundle
- vim plugins
- bin
- a script file to test output colors
For detailed configuration items, please refer to the comments above it.