zsh/readme.md

14 lines
370 B
Markdown
Raw Permalink Normal View History

2023-01-14 08:47:37 +00:00
### Manual installation
2022-04-03 14:23:11 +00:00
```
2023-10-16 09:27:40 +00:00
git clone --recurse https://github.com/michael-stief/zsh ~/.local/share/zsh
2022-07-24 16:43:33 +00:00
cp ~/.local/share/zsh/zshenv ~/.zshenv
2023-01-14 08:47:37 +00:00
mkdir -p ~/.config
ln -s ../.local/share/zsh/zshrc ~/.config/.zshrc
```
### Installation script
```
2023-10-16 09:27:40 +00:00
curl -sL https://raw.github.com/michael-stief/zsh/master/install.sh | bash
2022-04-03 14:23:11 +00:00
```
2023-01-14 08:47:37 +00:00
2022-04-03 14:23:11 +00:00
![Screenshot](https://michael.sdf.org/zsh.png)