wip: further cleanup

This commit is contained in:
Andrejus
2021-04-16 00:26:07 +01:00
parent 18689abd73
commit e5223a45db
48 changed files with 405 additions and 361 deletions

View File

@@ -1,7 +1,10 @@
#!/usr/bin/env bash
set -eo pipefail
NAME=`basename "$0"`
#
# Script that stows all tracked dotfiles into the user's home directory.
#
REL_DIR=`dirname "$0"`
ABS_DIR=`readlink -f $REL_DIR/../` # Scripts are nested inside of /scripts