Unix Init
Tools 1apt install vim git tmux golang Vim 1# ~/.vimrc 2cat <<EOF | tee -a ~/.vimrc 3set nu 4syntax on 5inoremap jj <ESC> 6 7 8set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 9set termencoding=utf-8 10set encoding=utf-8 11 12" show existing tab with 4 spaces width 13set tabstop=4 14" when indenting with '>', use 4 spaces width 15set shiftwidth=4 16" On pressing tab, insert 4 spaces 17set expandtab 18 19EOF oh my zsh 1sudo apt install -y zsh 2sh -c "$(wget https://raw.