dotfiles/scripts/README.md

6 lines
352 B
Markdown
Raw Normal View History

2021-12-30 14:38:46 +00:00
# Scripts
2022-01-02 23:46:41 +00:00
For these custom scripts to work, you need to add `$HOME/.local/bin` to your `PATH`. If you use my Zsh config, this is already taken care of.
2021-12-30 14:38:46 +00:00
My scripts use the `dash` shell as the interpreter (the shebang line), so install that to use them. Otherwise, change `#!/usr/bin/env dash` to `#!/usr/bin/env bash` or anything else that suits you.