@cww97
2018-12-14T15:23:51.000000Z
字数 1298
阅读 769
MAIL
$ sudo apt update
# oh my zsh
$ sudo apt install zsh
$ sudo apt install git
$ sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
https://github.com/gpakosz/.tmux
$ sudo apt install tmux
$ cd
$ git clone https://github.com/gpakosz/.tmux.git
$ ln -s -f .tmux/.tmux.conf
$ cp .tmux/.tmux.conf.local .
auto open mouse mode $ vi ./tmux.conf.local
http://mindonmind.github.io/notes/linux/tmux_copy_paste_by_mouse.html
setw -g mode-mouse on
use zsh as default shell $ chsh -s /bin/zsh
,
vi .tmux/.tmux.conf
set -g default-shell /bin/zsh
https://blog.csdn.net/u012801337/article/details/47147633
$ sudo apt-get install autojump
$ vi ~/.zshrc
autojump
into plugins
$ source ~/.zshrc
https://github.com/spf13/spf13-vim
$ sudo apt install curl
$ curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh
$ sudo apt-get install python3.5
$ sudo apt-get install python3-pip
$ sudo pip3 install shadowsocks
$ pip install --upgrade git+https://github.com/shadowsocks/shadowsocks.git@master
$ vi .sslocal.conf.json
well, here is .sslocal.conf.json
.
{
"server": "ruaruarua",
"server_port": 2333,
"password": "xxxxxx",
"method": "chacha20-ietf-poly1305",
"remarks": "",
"timeout": 500
}
well, sslcoal -c ~/.sslocal.conf.json
download here
how to use here
start when system starts, here
$ sudo openconnect vpn-cn.ecnu.edu.cn