Skip to content

Instantly share code, notes, and snippets.

@fay
Created September 9, 2011 05:24
Show Gist options
  • Save fay/1205540 to your computer and use it in GitHub Desktop.
Save fay/1205540 to your computer and use it in GitHub Desktop.
new machine;run it with `sudo`
# development toolkits
apt-get install curl git mercurial vim
curl http://peak.telecommunity.com/dist/ez_setup.py | sudo python
easy_install pip
pip install virtualenv
pip install virtualenvwrapper
git clone http://github.com/revans/bash-it.git ~/.bash_it
~/.bash_it/install.sh
# apps
apt-get install rar stardict
# alipay
wget https://download.alipay.com/alipaysc/linux/aliedit/1.0.3.20/aliedit.tar.gz ~/Downloads/
gzip -d ~/Downloads/aliedit.tar.gz
~/Downloads/aliedit.sh
#GUI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment