Tags
  1. apt update
  2. apt install zsh curl wget git vim aptitude
    1. sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    2. sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
  3. plugins omz-plugin-info
    1. vim ~/.zshrc
      • omz reload
    2. omz plugin load debian; omz plugin enable debian
    3. ai zsh-*
    4. antigen

echo $EDITOR

  1. vim .zprofile
export EDITOR=vim
export VISUAL=vim
  1. source .zprofile

bash-to-zsh-hist.py

  1. git clone https://gist.github.com/c14722ab66b505a49861b8a74e52b274.git
  2. cat ~/.bash_history | python3 bash-to-zsh-hist.py >> ~/.zsh_history
  3. export ZSH=/home/USERNAME/.oh-my-zsh
  4. chmod 744 /root/.zshrc
  5. ln -s /root/.zshrc $HOME/.zshrc

Links