Skip to content

a auto-config skeleton for set up your $HOME directory

License

Notifications You must be signed in to change notification settings

remuswu1019/skel-home

 
 

Repository files navigation

skel-home

a auto-config skeleton for set up your $HOME directory

Installation

clone the project to your $HOME top and rename to .$USER (ex: ~/.andrew )

$ git clone https://github.com/andrewintw/skel-home.git ~/.$USER

$ cd ~/.$USER
$ ./init_setup.sh
$ ./gen_vim.sh
$ ./gen_links.sh

optional

$ ./add_fonts.sh		# install powerline-fonts
$ ./add_syntastic.sh	# install syntastic vim plugin

after that, you might need to modify the file:

* ~/.$USER/config/gitconfig

and there are some useful scripts in ~/.$USER/scripts folder. you can copy to your $HOME or make a symbolic link to the script.

have fun :-)

About

a auto-config skeleton for set up your $HOME directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.7%
  • Vim Script 2.3%