10 lines
139 B
Markdown
10 lines
139 B
Markdown
### Install
|
|
|
|
```bash
|
|
# linux
|
|
stow --no-folding global
|
|
stow --no-folding linux
|
|
# macOS
|
|
stow --no-folding global
|
|
stow --no-folding macos
|
|
```
|