mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Initial Commit
This commit is contained in:
commit
e726aebd5b
22 changed files with 1098 additions and 0 deletions
10
private_dot_local/bin/executable_,yupdate.fish
Normal file
10
private_dot_local/bin/executable_,yupdate.fish
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
yadm pull
|
||||
|
||||
pushd $HOME/.local/share/yadm/repo.git
|
||||
git-forgit add
|
||||
yadm commit
|
||||
popd
|
||||
|
||||
yadm push
|
||||
Loading…
Add table
Add a link
Reference in a new issue