ZSH
This commit is contained in:
parent
fa6d7d9cc6
commit
60f0c6b601
1 changed files with 4 additions and 0 deletions
|
@ -1687,6 +1687,10 @@ git clone https://github.com/z-shell/F-Sy-H
|
|||
git clone https://github.com/zsh-users/zsh-autosuggestions
|
||||
git clone https://github.com/zsh-users/zsh-history-substring-search
|
||||
```
|
||||
Copy the ZSH config into `$HOME`.
|
||||
```
|
||||
cp ~/.Git/Grandma/Config/zsh/.zshrc ~/
|
||||
```
|
||||
Make ZSH the default shell
|
||||
```sh
|
||||
chsh -s /usr/bin/zsh
|
||||
|
|
Loading…
Reference in a new issue