mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
chore: add fish shell compatible setup link (#1357)
This commit is contained in:
commit
077f52f6b8
1 changed files with 6 additions and 0 deletions
|
|
@ -35,6 +35,12 @@
|
|||
```bash
|
||||
bash <(curl -s "https://end-4.github.io/dots-hyprland-wiki/setup.sh")
|
||||
```
|
||||
|
||||
If you are using fish shell (non-posix-compliant shell) then:
|
||||
```bash
|
||||
bash -c "$(curl -s https://end-4.github.io/dots-hyprland-wiki/setup.sh)"
|
||||
```
|
||||
|
||||
- **Manual** installation, other distros and more:
|
||||
- See the [Wiki](https://end-4.github.io/dots-hyprland-wiki/en/i-i/01setup/)
|
||||
- (_Available in: English, Vietnamese, and Simplified Chinese. Translations are welcome._)
|
||||
|
|
|
|||
Loading…
Reference in a new issue