786 B
786 B
zsh / ohmyzsh
Install
Sources
https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
Debian/Ubuntu
sudo apt install zsh
Fedora
dnf install zsh
# Make it default shell
sudo lchsh $USER
ohmyzsh
Install
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Plugins
Currenty testing
- git
- web-search
- timer
themes
shell
- zsh
sudo apt install zsh
chsh -s /bin/zsh $whoami
sudo apt-get install fonts-powerline
#source https://ohmyz.sh/#install
ssh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
#~/home/.zshrc
#ZSH_THEME="agnoster"