apt install curl
apt install vim
apt install git
~/.bash_profile
export CLICOLOR=1
export LSCOLORS="ExFxBxDxCxegedabagacad"
export TERM=xterm-256color
export EDITOR="vim"
https://github.com/robbyrussell/oh-my-zsh/wiki
apt install zsh
chsh -s $(which zsh)
scp -p your_pub_key.pub user@host:
ssh user@host
host$ cat id_dsa.pub >> ~/.ssh/authorized_keys
Host vm2
HostName v.vm2.987.tw
User root
IdentityFile ~/.ssh/id_rsa
https://linuxize.com/post/getting-started-with-tmux/
https://github.com/amix/vimrc
git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install_awesome_vimrc.sh