forked from ThePrimeagen/dev
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
theprimeagen
committed
Dec 12, 2024
1 parent
e2c1dff
commit 5c475e4
Showing
2 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
Submodule nvim
updated
3 files
+2 −0 | init.lua | |
+0 −30 | lua/theprimeagen/lazy/neotest.lua | |
+6 −0 | test.lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
#!/usr/bin/env bash | ||
|
||
( | ||
cd ~/personal/dev/playbooks | ||
cd env/.config/nvim | ||
|
||
pushd ~/personal/dev/env/.config/nvim | ||
git add . | ||
git commit -m 'nvim dev-update' | ||
git commit -m 'automated dev commit' | ||
git push | ||
popd | ||
|
||
cd ../../.. | ||
pushd ~/personal/dev | ||
git add . | ||
git commit -m 'env dev-update' | ||
git commit -m 'automated dev commit' | ||
git push | ||
) | ||
popd | ||
|