pyuthon git
1sudo pacman -S ipython2 git python2-pip curl zsh python2-matplotlib ctagspip
|
|
- mysql
|
|
zsh
12apt-get install zsh -ysh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"可自动补齐输入和语法高亮的MySQL的开源命令行接口
|
|
vim
123456789mv ~/.vim ~/.vim.origmv ~/.vimrc ~/.vimrc.origgit clone https://github.com/san-na/dot-vimrc.git ~/.vimln -s ~/.vim/vimrc ~/.vimrcgit clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle:BundleInstallssh
1ssh-keygen -t rsa -b 4096 -C "email"Git
1234git config --global user.name 'san-na'git config --global user.email "mail"git config --global color.ui=truegit config --global core.editor vim