40 lines
440 B
Markdown
40 lines
440 B
Markdown
# 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
|