dotfiles/scripts
Sam A. f76a5e7e9a
Add keybinding for USB unlock
2022-10-28 17:59:55 +02:00
..
.local/bin Add keybinding for USB unlock 2022-10-28 17:59:55 +02:00
README.md Make all shell scripts POSIX compliant, and use dash instead of bash. 2022-01-03 01:37:30 +01:00

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.