在阿里雲建立虛擬主機
操做系統Ubuntu 14.04 STL
修改更新源,更新系統,安裝必要軟件linux
$ cd /etc/apt $ wget -c http://mirrors.163.com/.help/sources.list.trusty $ mv sources.list sources.list.bak $ mv sources.list.trusty sources.list $ apt-get update $ apt-get upgrade $ apt-get install git zsh tmux curl
$ sudo apt-get install build-essential
sudo apt-get build-dep emacs24
wget -c http://ftp.gnu.org/gnu/emacs/emacs-24.5.tar.gz tar zxf emacs-24.5.tar.gz ./configure --with-x-toolkit=no make make install
git clone https://github.com/robin-liu-1983/emacs-robin.d.git cd emacs-robin.d cp -rf emacs.d ~/.emacs.d
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" cp tmux.conf ~/.tmux.conf cp zshrc-linux ~/.zshrc
本文原創,轉載請注 獅子座流星git