mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
14 lines
321 B
Makefile
14 lines
321 B
Makefile
set shell := ["fish", "-c"]
|
|
set windows-shell := ["pwsh", "-c"]
|
|
|
|
pull:
|
|
git pull github master
|
|
git pull codeberg master
|
|
|
|
push:
|
|
git push github master
|
|
git push codeberg master
|
|
|
|
init:
|
|
git remote add github git@github.com:js0ny/dotfiles.git
|
|
git remote add codeberg git@codeberg.org:js0ny/dotfiles.git
|