Add firmware-atheros pkg
[khome.git] / pkgs-deb-install.list
1 # Debian packages I DO want, but are not part of the minimal install.
2
3 vim
4 vim-gtk3
5 tree
6 htop
7 zsh
8 zsh-syntax-highlighting
9 git
10 tig
11 make
12 apt-file
13 jq
14 curl
15 lftp
16 aspell
17 cheese
18 newsboat
19 nmap
20 build-essential
21 xkcdpass
22 dunst
23 hsetroot
24 feh
25 xbindkeys
26 gawk
27 original-awk
28 libnotify-bin
29 r-base
30 locate
31 units
32 snapd # https://snapcraft.io/docs/installing-snap-on-debian
33 encfs
34 xscreensaver
35 youtube-dl
36 mplayer
37 mpv
38 whois
39 mono-complete
40 screengrab
41 tlp # Laptop power management tools
42 erlang
43 elixir
44 openconnect # VPN cllient compatible with Cisco's AnyConnect
45
46 # Librem 15v4 Bluetooth.
47 # A post-install reboot may be insufficient if incorrect firmware was loaded
48 # before, so a cold shutdown is best.
49 #
50 # Apparently the firmware is loaded into the card's memory, which isn't cleared
51 # as long as power is supplied (and between reboots - it is).
52 #
53 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
54 firmware-atheros
55
56 # dwm build
57 libx11-dev
58 libxft-dev
59 libxinerama-dev
60
61 # X11 compositor
62 compton
63
64 # Web browsers
65 qutebrowser
66 chromium
67
68 # SoX: Swiss army knife of sound processing
69 # provides the play command
70 sox
71
72 # Shell script linter
73 shellcheck
74
75 # File managers
76 ranger
77 nnn
78 pcmanfm
79
80 # GNU Parallel.
81 # Some of my scripts still use it, though it can mostly be replaced with
82 # xargs -P $N.
83 parallel
84
85 # fuzzy finder
86 fzf
87
88 # meta-package for both client and server packages
89 ssh
90
91 # PDF utilities
92 poppler-utils
93 mupdf
94 mupdf-tools
95
96 # X11 API man pages
97 libx11-doc
98
99 # a pretty df
100 dfc
101
102 # Music Player daemon and clients
103 mpd
104 mpc
105 ncmpc
106 ncmpcpp
107
108 # Dictionary
109 dictd
110 dict
111 dict-gcide
112 dict-jargon
113 dict-wn
114
115 # Provides hxpipe utility, used by khatus weather sensor
116 html-xml-utils
117
118 # Image viewers
119 eog # Eye of GNOME
120 eom # Eye of MATE
121 sxiv
122
123 # Networking tools:
124 # - netstat
125 # - ifconfig
126 # - ipmaddr
127 # - iptunnel
128 # - mii-tool
129 # - nameif
130 # - plipconfig
131 # - rarp
132 # - route
133 # - slattach
134 # - arp
135 net-tools
This page took 0.0636 seconds and 5 git commands to generate.