Removed phoenix script, added and refactored some scripts

This commit is contained in:
Emmet
2024-04-08 17:55:51 -05:00
parent 4a86714308
commit 1cbfd7ab33
6 changed files with 69 additions and 232 deletions

10
upgrade.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Script to update system and sync
# Does not pull changes from git
# Update flake
~/.dotfiles/update.sh;
# Synchronize system
~/.dotfiles/sync.sh;