-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path06-software.sh
63 lines (55 loc) · 2.15 KB
/
06-software.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#!/usr/bin/env sh
PKGS=(
# base
man-db # man pages reader
man-pages # Linux man pages
ntfs-3g # NTFS file system driver
udiskie # automount removable disks
reflector # grab latest pacman mirror list
pkgfile # pacman metadata explorer
whois # whois client
dmidecode # read system HW info from BIOS
curl # URL retrieval utility
wget # URL retrieval utlity
rsync # remote file sync utility
bzip2 # high-quality compression utility
gzip # GNU compression utility
zip # compression utility
xz # compression utility
tar # utility for tar archives
unrar # utility for rar archives
unzip # utility for zip archives
# terminal
htop # process viewer
fzy # feature complete fuzzy finder
the_silver_searcher # code searching tool
imv # image viewer for wayland
neofetch # display system info
brightnessctl # brightness control tool
# virtualization
qemu # machine virtualization
edk2-ovmf # enable UEFI support for virtual machines
# reading and writing
zathura # document viewer
zathura-pdf-poppler # PDF support for Zathura
zathura-ps # PostScript support for Zathura
texlive-most # LaTeX (with all option)
hunspell # spell checker
hunspell-en_US # US English dictionaries
# cloud storage tools
cryfs # cryptographic file system for cloud
rclone # multi-cloud sync, copy and mount client
# web
firefox
firefox-ublock-origin
firefox-extension-privacybadger
firefox-extension-https-everywhere
firefox-decentraleyes
firefox-dark-reader
firefox-tridactyl
# media
ffmpeg # video tools
mpv # media player (optional: celluloid for frontend)
# other
thunar # lightweight file manager
)