/misc

some misc codes

Primary LanguageVim script

misc

====

some misc codes


env setup

  1. clone
# at home, eg. /home/shuaqiu
git clone --recursive https://github.com/shuaqiu/misc.git

# or
git clone https://github.com/shuaqiu/misc.git
git submodule update --init--recursive
  1. install
ln -s misc/envconf/zsh/.zshrc .zshrc
ln -s misc/envconf/vim/.vimrc .vimrc
ln -s misc/envconf/urxvt/.Xresources .Xresources
  1. install for root
# at /root
ln -s /home/shuaqiu/misc misc
# then run the install for root