diff options
author | Preston Pan <preston@nullring.xyz> | 2024-06-28 20:46:21 -0700 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-06-28 20:46:21 -0700 |
commit | 1296fcd66822b8ee4b0f6696bb1f06a501edc7ae (patch) | |
tree | c3f2ce5790f212fa3ac03d972934f17c9b2525ee /system-build.sh | |
parent | ece5d6ded3ad768638f7ea728d6aed53f5efead5 (diff) |
add stuff
Diffstat (limited to 'system-build.sh')
-rwxr-xr-x | system-build.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system-build.sh b/system-build.sh new file mode 100755 index 0000000..986a3e4 --- /dev/null +++ b/system-build.sh @@ -0,0 +1,16 @@ +#!/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 |