Housekeeping

- Update README
- Run shellcheck on .sh files
- Add helper scripts
- Remove eirene vm variant
- Add post-install checklist

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-08-23 01:22:08 +02:00
parent a048be5c51
commit 78a862bd2e
29 changed files with 582 additions and 434 deletions

View File

@@ -7,7 +7,7 @@ handle() {
cliphist decode <<< "$1" | wl-copy
}
case $ROFI_RETV in
case ${ROFI_RETV} in
0) list ;;
1) handle "$@" ;;
esac

View File

@@ -7,7 +7,7 @@ handle() {
cliphist delete <<< "$1"
}
case $ROFI_RETV in
case ${ROFI_RETV} in
0) list ;;
1) handle "$@" && list ;;
esac