sudo apt update
sudo apt upgrade
sudo apt-get install wget curl git zsh cmake xclip tmux gnome-tweak-tool unity-tweak-toolwget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt-get update
sudo apt-get google-chrome-stablesudo chsh -s /usr/bin/zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"git clone git://github.com/sigurdga/gnome-terminal-colors-solarized.git ~/.solarized
cd ~/.solarized
./install.shwget https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.ansi-dark
mv dircolors.ansi-dark .solarizedOpen .zshrc and add the line:
eval `dircolors ~/.solarized/dircolors.ansi-dark`vim .oh-my-zsh/themes/agnoster.zsh-themefind # Context: user@hostname, where $USER@%m, delete @%m to delete computer name, or further more delete $USER to delete username as well
sudo add-apt-repository ppa:jonathonf/vim
sudo apt update
sudo apt remove vim-tiny
sudo apt install vim
sudo apt install vim-nox #if no python3 supportgit clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vimCompiling YCM without semantic support for C-family languages:
cd ~/.vim/bundle/YouCompleteMe
./install.pyvim ~/.oh-my-zsh/plugins/tmux/tmux.plugin.zshgit config --global user.name "Daniel Yang"
git config --global user.email "[email protected]"ssh-keygen -t rsa -b 4096 -C "[email protected]"eval $(ssh-agent -s)clip < ~/.ssh/id_rsa.pubsudo apt-get install xclip
xclip -sel clip < ~/.ssh/id_rsa.pubgit clone https://github.com/powerline/fonts.git
cd ~/fonts
./install.shhttps://www.continuum.io/downloads
chmod +x Anaconda3-4.2.0.sh
./Anaconda3-4.2.0.sh
conda update --all