update zssh.md

This commit is contained in:
2024-03-09 10:11:05 +00:00
parent f240bd221d
commit baeabe4894

39
zssh.md Normal file
View File

@@ -0,0 +1,39 @@
# zsh / ohmyzsh
## Install
**Sources**
https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH
### Debian/Ubuntu
``` bash
sudo apt install zsh
```
### Fedora
``` bash
dnf install zsh
# Make it default shell
sudo lchsh $USER
```
### ohmyzsh
#### Install
``` bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```
## Plugins
Currenty testing
* git
* web-search
* timer