Skip to content

Instantly share code, notes, and snippets.

@fasthold
Last active December 10, 2015 20:48
Show Gist options
  • Save fasthold/4490336 to your computer and use it in GitHub Desktop.
Save fasthold/4490336 to your computer and use it in GitHub Desktop.
装好ubuntu desktop后的那些事
sudo apt-get update
sudo apt-get install build-essential vim gvim git gitk
mkdir ~/temp
mkdir ~/app
# 安装 chrome
sudo apt-get install chromium-browser
# 安装 sublime text
cd ~/temp
wget http://c758482.r82.cf2.rackcdn.com/Sublime%20Text%202.0.1%20x64.tar.bz2
tar -jxvf Sublime\ Text\ 2.0.1\ x64.tar.bz2
mv Sublime\ Text\ 2 ~/app
# 安装Composer
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment