onsemy / sub.sh

$ curl -sL sub.sh | bash

Home Page:https://sub.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sub.sh

I want to use same environment in my all Linux systems.

If you trust me, just use sub.sh <http://sub.sh/>_ on your Linux system:

$ curl -sL sub.sh | bash

If not, do manually:

$ git clone git://github.com/sublee/sub.sh.git
$ sudo ln -sr sub.sh/limits.conf /etc/security/limits.conf
$ git config --global include.path $(pwd)/sub.sh/git-aliases
$ ln -sr sub.sh/profile ~/.profile
$ ln -sr sub.sh/zshrc ~/.zshrc
$ ln -sr sub.sh/sublee.zsh-theme ~/.oh-my-zsh/custom/sublee.zsh-theme
$ ln -sr sub.sh/vimrc ~/.vimrc
$ ln -sr sub.sh/tmux.conf ~/.tmux.conf
$ ln -sr sub.sh/python-startup.py ~/.python-startup
$ ln -sr sub.sh/python-debug.pth \
         $VIRTUAL_ENV/lib/python2.7/site-packages/__debug__.pth

About

$ curl -sL sub.sh | bash

https://sub.sh/


Languages

Language:Shell 61.4%Language:Vim Script 26.4%Language:HTML 9.2%Language:Python 2.1%Language:Makefile 1.0%