Add .local/bin/fishify-envs
Update .local/bin/localhost Add .local/bin/push-chezmoi
This commit is contained in:
parent
ae921b2953
commit
e08bb9229f
3 changed files with 43 additions and 8 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