update zssh.md
This commit is contained in:
39
zssh.md
Normal file
39
zssh.md
Normal 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
|
||||||
Reference in New Issue
Block a user