Compare commits
3 Commits
c10e6368d0
...
6110953695
| Author | SHA1 | Date | |
|---|---|---|---|
| 6110953695 | |||
| 7c76092500 | |||
| 5e72e26e14 |
10
install.sh
10
install.sh
@@ -60,6 +60,7 @@ mapfile -t tools < <(
|
|||||||
|
|
||||||
mapfile -t extratools < <(
|
mapfile -t extratools < <(
|
||||||
gum choose --header="Choose extra tools to install:" --no-limit \
|
gum choose --header="Choose extra tools to install:" --no-limit \
|
||||||
|
"General fonts" \
|
||||||
"Godot" \
|
"Godot" \
|
||||||
"Btop" \
|
"Btop" \
|
||||||
"Fuzzel" \
|
"Fuzzel" \
|
||||||
@@ -103,8 +104,7 @@ for choice in "${desktop[@]}"; do
|
|||||||
qt6-multimedia \
|
qt6-multimedia \
|
||||||
dms-shell-bin \
|
dms-shell-bin \
|
||||||
xwayland-satellite \
|
xwayland-satellite \
|
||||||
ly \
|
ly
|
||||||
noto-fonts-emoji
|
|
||||||
# greetd-dms-greeter-git
|
# greetd-dms-greeter-git
|
||||||
|
|
||||||
stow niri qt6ct --adopt
|
stow niri qt6ct --adopt
|
||||||
@@ -148,8 +148,7 @@ for choice in "${desktop[@]}"; do
|
|||||||
qt6-multimedia \
|
qt6-multimedia \
|
||||||
dms-shell-bin \
|
dms-shell-bin \
|
||||||
xwayland-satellite \
|
xwayland-satellite \
|
||||||
ly \
|
ly
|
||||||
noto-fonts-emoji
|
|
||||||
|
|
||||||
stow hyprland qt6ct --adopt
|
stow hyprland qt6ct --adopt
|
||||||
|
|
||||||
@@ -285,6 +284,9 @@ extrapkgs=()
|
|||||||
|
|
||||||
for choice in "${extratools[@]}"; do
|
for choice in "${extratools[@]}"; do
|
||||||
case "$choice" in
|
case "$choice" in
|
||||||
|
"General Fonts")
|
||||||
|
extrapkgs+=("noto-fonts" "noto-fonts-cjk" "noto-fonts-emoji")
|
||||||
|
;;
|
||||||
"Godot")
|
"Godot")
|
||||||
extrapkgs+=("godots-bin")
|
extrapkgs+=("godots-bin")
|
||||||
stow godot --adopt
|
stow godot --adopt
|
||||||
|
|||||||
Reference in New Issue
Block a user