Skip to content

An auto-config skeleton for setup your $HOME directory quickly.

License

Notifications You must be signed in to change notification settings

andrewintw/skel-home

Repository files navigation

skel-home

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

Requirements

sudo apt install unzip curl

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:

$ vi ~/.$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.

for example:

$ cd ~ 
$ ln -s .$USER/scripts/myfind.sh ~

have fun :-)

About

An auto-config skeleton for setup your $HOME directory quickly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published