Ubuntu裝機軟件
oh-my-zsh
- Install zsh first
1
sudo apt-get install zsh
- Install OMZ
1
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
- set zsh as defaultOr
1
chsh -s $(which zsh)
Find the line:1
sudo vi /etc/passwd
and replace bash with zsh1
username:x:some-number:some-number:Your-name:/home/username:/bin/bash
Rime
Shadowsocks
Git
config
1 | git config --global user.email "my-email" |
Use ssh
1 | mkdir ~/.ssh |
and add the new SSH key to github