diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-09 14:49:49 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-09 14:49:49 -0800 |
commit | a410a402a5dc5c68208ab8d6610fade60c8639c0 (patch) | |
tree | ad1a15f899ba2ca397c0919f74e2c3634502d6c9 /system-build.sh | |
parent | 87ce8be7319fa8612a7edcb9261272688ab099bb (diff) |
use disko instead of rolling my own scripts and fixes
Diffstat (limited to 'system-build.sh')
-rwxr-xr-x | system-build.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/system-build.sh b/system-build.sh deleted file mode 100755 index 986a3e4..0000000 --- a/system-build.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -sudo nixos-rebuild switch -cd /home/preston/src/hyprnixmacs -git add "./" -git commit -m "$1" -git push origin main -cd /home/preston/org/website -git add "./" -git commit -m "$2" -git push origin main -rsync -azvP ~/website_html/ root@nullring.xyz:/usr/share/nginx/ret2pop/ -aspell -d en dump master | aspell -l en expand > ~/.local/share/my.dict -#cd /home/preston/org/website/ -#git add . -#git commit "$2" -#git push origin main |