gaopinghuang0 / useful_scripts

some useful scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

useful_scripts

some useful scripts

.bashrc (.vimrc is similar)

# for the first time, run
$ wget --no-check-certificate https://raw.githubusercontent.com/gaopinghuang0/useful_scripts/master/bash/.bashrc --output-document .bashrc.new
$ mv .bashrc.new ~/.bashrc
$ source ~/.bashrc

# for the future time, simply run
$ syncbashrc

About

some useful scripts


Languages

Language:Python 28.4%Language:JavaScript 25.0%Language:Shell 23.8%Language:Vim Script 15.3%Language:HTML 4.4%Language:CSS 3.2%