feat: adding package script
This commit is contained in:
@ -66,6 +66,6 @@ arch = [
|
|||||||
"xorg-server",
|
"xorg-server",
|
||||||
"xorg-xinit",
|
"xorg-xinit",
|
||||||
"yay",
|
"yay",
|
||||||
"zram-generator", "lazygit", "logseq-desktop-bin", "tailscale", "git-delta", "keepassxc", "slack-desktop-wayland", "pavucontrol",
|
"zram-generator", "lazygit", "logseq-desktop-bin", "tailscale", "git-delta", "keepassxc", "slack-desktop-wayland", "pavucontrol", "telegram-desktop", "telegram-desktop", "telegram-desktop",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
9
scripts/add-package.bash
Normal file
9
scripts/add-package.bash
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
cd ~/Code/dotfiles
|
||||||
|
|
||||||
|
echo "metapac add --backend arch --package $@"
|
||||||
|
metapac add --backend arch --package $@
|
||||||
|
|
||||||
|
rsync -av ~/.config/metapac .config --delete
|
||||||
|
|
||||||
|
metapac sync
|
Reference in New Issue
Block a user