sudo apt update
sudo apt upgrade
sudo apt-get install wget curl git zsh cmake xclip tmux gnome-tweak-tool unity-tweak-tool
wget -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-stable
sudo 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.sh
wget https://raw.githubusercontent.com/seebi/dircolors-solarized/master/dircolors.ansi-dark
mv dircolors.ansi-dark .solarized
Open .zshrc
and add the line:
eval `dircolors ~/.solarized/dircolors.ansi-dark`
vim .oh-my-zsh/themes/agnoster.zsh-theme
find # 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 support
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Compiling YCM without semantic support for C-family languages:
cd ~/.vim/bundle/YouCompleteMe
./install.py
vim ~/.oh-my-zsh/plugins/tmux/tmux.plugin.zsh
git 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.pub
sudo apt-get install xclip
xclip -sel clip < ~/.ssh/id_rsa.pub
git clone https://github.com/powerline/fonts.git
cd ~/fonts
./install.sh
https://www.continuum.io/downloads
chmod +x Anaconda3-4.2.0.sh
./Anaconda3-4.2.0.sh
conda update --all