zsh/readme.md

8 lines
335 B
Markdown
Raw Normal View History

2022-07-24 16:43:33 +00:00
### Install [exa](https://the.exa.website) and [nano](https://www.nano-editor.org)
2022-04-03 14:23:11 +00:00
```
2022-07-24 16:43:33 +00:00
git clone --recurse https://git.sdf.org/michael/zsh ~/.local/share/zsh
ln -s ../.local/share/zsh/zshrc ~/.config/.zshrc
cp ~/.local/share/zsh/zshenv ~/.zshenv
usermod --shell $(which zsh) $(whoami)
2022-04-03 14:23:11 +00:00
```
![Screenshot](https://michael.sdf.org/zsh.png)