b9ace438c9c40059b98f5280520434ae7ac9d0ae
- this config directory contain config files for severall linux configuration
- it will place them as a symlink where they need to be (eg.
.vimrcinto$HOME/) - then any modification to them will be a modification to the file in this folder
- so you can save them all by just saving this folder
- you should put this folder
huhuhu_configinto the $HOME directory
this is for .screenrc configuration to work
- then run bash install.sh
it will check if a list of config files already exists :
- .vimrc
- .screenrc
- .zshrc already
and for each of them :
- if it already exist, it will copy the existing file or folder into .bak[nb]. ([nb] is an number, starting to 0)
- then it will create a sym link in $HOME to those in this config folder
- to uninstall run bash uninstall.sh
- it check if the current config file exist, is a symlink, and contain the key phrase
#hugogogo# - if so, it will delete it, and replace it by the last config backup file found
- if you want to add a config file :
- put it into
config_files - and add it both into
install.shanduninstall.sh
Description
Languages
Python
46.6%
Shell
34%
C++
16.7%
C
2.7%