Add .local/bin/fishify-envs
Add .local/bin/fix-loopback Add .local/bin/hyprtoggle Add .local/bin/localhost Add .local/bin/low-battery-warn Add .local/bin/make-pwa Add .local/bin/niri-cycle Add .local/bin/push-chezmoi Add .local/bin/tmux-sessionizer Add .local/bin/hooks/generic
This commit is contained in:
parent
9c6f940eb1
commit
9d16d6e6b0
10 changed files with 298 additions and 0 deletions
8
private_dot_local/bin/executable_push-chezmoi
Normal file
8
private_dot_local/bin/executable_push-chezmoi
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
REPO="$(chezmoi source-path)"
|
||||
|
||||
cd "$REPO"
|
||||
git push
|
||||
Loading…
Add table
Add a link
Reference in a new issue