.
This commit is contained in:
15
README.md
15
README.md
@@ -125,12 +125,21 @@ echo "Din punchline" | sudo tee /etc/ps1-punchline >/dev/null
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Where to install PS1
|
## PS1 install
|
||||||
|
|
||||||
Use the installer for your OS:
|
Use the installer for your OS:
|
||||||
|
|
||||||
- Linux/WSL: `sudo bash dotfiles/install/install-linux-global.sh`
|
### Linux / WSL (global)
|
||||||
- macOS: `bash dotfiles/install/install-macos-user.sh`
|
|
||||||
|
```bash
|
||||||
|
sudo bash dotfiles/install/install-linux-global.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
### macOS (per-user)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
bash dotfiles/install/install-macos-user.sh
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user