first commit
This commit is contained in:
commit
0576c29135
13 changed files with 479 additions and 0 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