mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Minor fixes
This commit is contained in:
parent
c5292ac9de
commit
f42ac2a6a3
17 changed files with 191 additions and 50 deletions
9
Justfile
Normal file
9
Justfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
set shell := ["pwsh", "-c"]
|
||||
|
||||
pull:
|
||||
git pull github master
|
||||
git pull codeberg master
|
||||
|
||||
push:
|
||||
git push github master
|
||||
git push codeberg master
|
||||
Loading…
Add table
Add a link
Reference in a new issue