feat: seperate configs for desktop & laptop
This commit is contained in:
@@ -7,3 +7,7 @@ metapac add --backend arch --package $@
|
||||
rsync -av ~/.config/metapac .config --delete
|
||||
|
||||
metapac sync
|
||||
|
||||
git add .config/metapac
|
||||
git commit -m "add-package: $@"
|
||||
git push
|
||||
|
||||
@@ -20,7 +20,7 @@ for file in ".config"/*; do
|
||||
rsync -av $file ~/.config --delete
|
||||
done
|
||||
|
||||
kitty metapac sync
|
||||
DISPLAY=:0 kitty metapac sync
|
||||
|
||||
# Cleanup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user