Skip to content

byang822/preferHome

Repository files navigation

Dot files to build your home dir on Linux

Installation

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

Instruduction

The repo includes following files/directories:

  1. .bash_profile
  • export some env variables, such as the tomcat home, CDPATH, proxy and so on
  • config ssh agent
  1. .bashrc
  2. .dir_colors.screen
  • customized colors for screen term
  1. .dir_colors.xterm
  • customized colors for xterm term
  1. .editorconfig
  • help your format text files
  1. .inputrc
  • some key binding
  1. .screenrc
  • screen configurations
  1. .tmux.conf
  • tmux configurations
  1. .vimrc
  • vim configurations
  1. .vim
  • solarized vim colorscheme
  • vundle
  • vim plugins
  1. bin
  • a script file to test output colors

For detailed configuration items, please refer to the comments above it.

About

My customized Linux home.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published