split packages into base (System) and general (my stuff)
This commit is contained in:
parent
49470320d1
commit
75a2388624
3 changed files with 41 additions and 14 deletions
34
.install/packages/base.sh
Normal file
34
.install/packages/base.sh
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
packagesPacman=(
|
||||
"git"
|
||||
"grep"
|
||||
"wget"
|
||||
"curl"
|
||||
"xclip"
|
||||
"ripgrep"
|
||||
"hyprland"
|
||||
"pipewire"
|
||||
"wireplumber"
|
||||
"pipewire-audio"
|
||||
"pipewire-alsa"
|
||||
"pipewire-pulse"
|
||||
"xdg-desktop-portal-hyprland"
|
||||
"gtk3"
|
||||
"thunar"
|
||||
"kitty"
|
||||
"wofi"
|
||||
"dunst"
|
||||
"waybar"
|
||||
"grim"
|
||||
"slurp"
|
||||
"swappy"
|
||||
"cliphist"
|
||||
)
|
||||
|
||||
packagesYay=(
|
||||
"swww"
|
||||
"wlogout"
|
||||
"nwg-look"
|
||||
"emote"
|
||||
"hypridle"
|
||||
"hyprlock"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue