Skip to content

Commit 8a05a99

Browse files
committed
Add fsearch
1 parent 16158b6 commit 8a05a99

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

02-essential-pkgs

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
echo "Installing the following essential packages:"
44

5-
pkgs="softmaker-office-2024-bin xorg-xkill screenkey filezilla flameshot ksnip wavebox gedit gufw hardinfo jre etcher-bin peek pinta kdenlive gcc-fortran zoom icaclient elisa obsidian bc rustdesk-bin tailscale tailscaledesktop"
5+
pkgs="qt5-tools"
6+
7+
echo $pkgs
8+
9+
sudo pacman -S $pkgs --noconfirm
10+
11+
12+
pkgs="softmaker-office-2024-bin xorg-xkill screenkey filezilla flameshot ksnip wavebox gedit gufw hardinfo jre etcher-bin peek pinta kdenlive gcc-fortran zoom icaclient elisa obsidian bc rustdesk-bin tailscale tailscaledesktop fsearch"
613

714
echo $pkgs
815

0 commit comments

Comments
 (0)