67eac27d79
- Make everything compatible with both Artix and Fedora - Install script is now only for Artix - Extra .zsh files are no longer dot files, makes sourcing from .zshrc easier |
||
---|---|---|
.. | ||
.local/bin | ||
README.md |
Scripts
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.
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.