- apt update
- apt install zsh curl wget git vim aptitude
- sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
- plugins omz-plugin-info
- vim ~/.zshrc
- omz reload
- omz plugin load debian; omz plugin enable debian
- ai zsh-*
- antigen
- vim ~/.zshrc
echo $EDITOR
- vim .zprofile
export EDITOR=vim
export VISUAL=vim
- source .zprofile
bash-to-zsh-hist.py
- git clone https://gist.github.com/c14722ab66b505a49861b8a74e52b274.git
- cat ~/.bash_history | python3 bash-to-zsh-hist.py >> ~/.zsh_history
- export ZSH=/home/USERNAME/.oh-my-zsh
- chmod 744 /root/.zshrc
- ln -s /root/.zshrc $HOME/.zshrc
Links
- /usr/share/doc/zsh-common/
- /usr/share/zsh/help/
- https://grml.org/zsh/
- https://amzn.eu/d/8TBBeEq Zsh. Die magische Shell von
- https://github.com/ohmyzsh/ohmyzsh/wiki
- https://wiki.debian.org/Zsh