update
This commit is contained in:
parent
98f309e72a
commit
8a32e2f31b
16 changed files with 645 additions and 271 deletions
9
update.sh
Executable file
9
update.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
# add things to git
|
||||
COMMIT_MSG="Update NixOS config."
|
||||
echo "Commit message?"
|
||||
read COMMIT_MSG
|
||||
echo "OK!"
|
||||
|
||||
git add .
|
||||
git commit -m "$COMMIT_MSG"
|
||||
git push origin main
|
Loading…
Add table
Add a link
Reference in a new issue