Add firmware-atheros pkg
[khome.git] / pkgs-deb-install.list
... / ...
CommitLineData
1# Debian packages I DO want, but are not part of the minimal install.
2
3vim
4vim-gtk3
5tree
6htop
7zsh
8zsh-syntax-highlighting
9git
10tig
11make
12apt-file
13jq
14curl
15lftp
16aspell
17cheese
18newsboat
19nmap
20build-essential
21xkcdpass
22dunst
23hsetroot
24feh
25xbindkeys
26gawk
27original-awk
28libnotify-bin
29r-base
30locate
31units
32snapd # https://snapcraft.io/docs/installing-snap-on-debian
33encfs
34xscreensaver
35youtube-dl
36mplayer
37mpv
38whois
39mono-complete
40screengrab
41tlp # Laptop power management tools
42erlang
43elixir
44openconnect # 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)
54firmware-atheros
55
56# dwm build
57libx11-dev
58libxft-dev
59libxinerama-dev
60
61# X11 compositor
62compton
63
64# Web browsers
65qutebrowser
66chromium
67
68# SoX: Swiss army knife of sound processing
69# provides the play command
70sox
71
72# Shell script linter
73shellcheck
74
75# File managers
76ranger
77nnn
78pcmanfm
79
80# GNU Parallel.
81# Some of my scripts still use it, though it can mostly be replaced with
82# xargs -P $N.
83parallel
84
85# fuzzy finder
86fzf
87
88# meta-package for both client and server packages
89ssh
90
91# PDF utilities
92poppler-utils
93mupdf
94mupdf-tools
95
96# X11 API man pages
97libx11-doc
98
99# a pretty df
100dfc
101
102# Music Player daemon and clients
103mpd
104mpc
105ncmpc
106ncmpcpp
107
108# Dictionary
109dictd
110dict
111dict-gcide
112dict-jargon
113dict-wn
114
115# Provides hxpipe utility, used by khatus weather sensor
116html-xml-utils
117
118# Image viewers
119eog # Eye of GNOME
120eom # Eye of MATE
121sxiv
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
135net-tools
This page took 0.026732 seconds and 4 git commands to generate.