mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-26 05:20:20 +00:00
12 lines
266 B
Markdown
12 lines
266 B
Markdown
|
# Resources
|
||
|
|
||
|
There are small resource scripts usually used by port maintainers to perform several manual tasks automatically
|
||
|
|
||
|
## Install
|
||
|
|
||
|
You can create symlinks from these scripts to your local bin directory by running:
|
||
|
|
||
|
```bash
|
||
|
make link # dest=/usr/local/bin
|
||
|
```
|