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 default
    1
    chsh -s $(which zsh)
    Or
    1
    sudo vi /etc/passwd
    Find the line:
    1
    username:x:some-number:some-number:Your-name:/home/username:/bin/bash
    and replace bash with zsh

Rime

Shadowsocks

Git

config

1
2
git config --global user.email "my-email"
git config --global user.name "my-name"

Use ssh

1
2
3
mkdir ~/.ssh
chmod 700 ~/.ssh
ssh-keygen -t rsa

and add the new SSH key to github