Added deps for things
This commit is contained in:
parent
12572054c2
commit
040f6c7604
1 changed files with 4 additions and 1 deletions
|
@ -80,7 +80,7 @@ sway_install() {
|
|||
FLH_INSTALL='sudo flatpak install -y'
|
||||
|
||||
# Installing System Packages
|
||||
$SYS_INSTALL alacritty yazi rofi
|
||||
$SYS_INSTALL alacritty yazi rofi wl-clipboard
|
||||
}
|
||||
sway_debloat() {
|
||||
# All System Commands
|
||||
|
@ -177,6 +177,9 @@ install_aur() {
|
|||
# Base Dependencies
|
||||
$AUR_INSTALL zen-browser-bin
|
||||
|
||||
# Internet
|
||||
$AUR_INSTALL cinny-desktop-bin
|
||||
|
||||
# Virtualization
|
||||
$AUR_INSTALL bottles
|
||||
|
||||
|
|
Loading…
Reference in a new issue