shuaqiu / misc

some misc codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

some misc codes


Languages

Language:Vim Script 35.3%Language:Python 33.2%Language:Java 24.2%Language:HTML 3.5%Language:Shell 2.4%Language:Erlang 0.8%Language:Go 0.5%