Experimental arbitrary directory dotfiles install + re-added simplified phoenix wrapper script + updated readme with these changes

This commit is contained in:
Emmet
2024-04-14 09:40:46 -05:00
parent 3148ea5ab7
commit 7c457d29de
14 changed files with 189 additions and 46 deletions

View File

@@ -3,8 +3,10 @@
# Script to update system and sync
# Does not pull changes from git
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
# Update flake
~/.dotfiles/update.sh;
$SCRIPT_DIR/update.sh;
# Synchronize system
~/.dotfiles/sync.sh;
$SCRIPT_DIR/sync.sh;