summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-04 20:05:14 -0700
committerFuwn <[email protected]>2024-09-04 20:05:14 -0700
commit645d687774562a5d4a6a8682832481097de14c93 (patch)
tree5c0305030d050efcb0419cf600f59c0945520ce7
parentflake (diff)
downloadnixos-config-645d687774562a5d4a6a8682832481097de14c93.tar.xz
nixos-config-645d687774562a5d4a6a8682832481097de14c93.zip
Bump
-rw-r--r--justfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/justfile b/justfile
index 7e9d927..4e6606e 100644
--- a/justfile
+++ b/justfile
@@ -9,3 +9,8 @@ home user='ebisu':
news user='ebisu':
home-manager news --flake .#{{user}}
+
+bump:
+ git add .
+ git commit -m "Bump"
+ git push origin main