Friday 2024-04-12 10:16:10

This commit is contained in:
Javier 2024-04-12 22:16:10 -05:00
parent 9dbdf99aee
commit d4a48d5ece
2 changed files with 9 additions and 3 deletions

1
.config/startpage Submodule

@ -0,0 +1 @@
Subproject commit 257bf0354a960125f5aa1c89b61c50e27e382bf9

View File

@ -5,6 +5,11 @@
# Project: Update and sync dotfiles repo from local to remote
git add .
git commit -m "$(date "+%A %F %I:%M:%S")"
git push
git_push() {
git add .
git commit -m "$(date "+%A %F %I:%M:%S")"
git push
}
git_push && stow .