Add pulseaudio-module-bluetooth 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 # To connect to headphones:
57 pulseaudio-module-bluetooth
58
59 # dwm build
60 libx11-dev
61 libxft-dev
62 libxinerama-dev
63
64 # X11 compositor
65 compton
66
67 # Web browsers
68 qutebrowser
69 chromium
70
71 # SoX: Swiss army knife of sound processing
72 # provides the play command
73 sox
74
75 # Shell script linter
76 shellcheck
77
78 # File managers
79 ranger
80 nnn
81 pcmanfm
82
83 # GNU Parallel.
84 # Some of my scripts still use it, though it can mostly be replaced with
85 # xargs -P $N.
86 parallel
87
88 # fuzzy finder
89 fzf
90
91 # meta-package for both client and server packages
92 ssh
93
94 # PDF utilities
95 poppler-utils
96 mupdf
97 mupdf-tools
98
99 # X11 API man pages
100 libx11-doc
101
102 # a pretty df
103 dfc
104
105 # Music Player daemon and clients
106 mpd
107 mpc
108 ncmpc
109 ncmpcpp
110
111 # Dictionary
112 dictd
113 dict
114 dict-gcide
115 dict-jargon
116 dict-wn
117
118 # Provides hxpipe utility, used by khatus weather sensor
119 html-xml-utils
120
121 # Image viewers
122 eog # Eye of GNOME
123 eom # Eye of MATE
124 sxiv
125
126 # Networking tools:
127 # - netstat
128 # - ifconfig
129 # - ipmaddr
130 # - iptunnel
131 # - mii-tool
132 # - nameif
133 # - plipconfig
134 # - rarp
135 # - route
136 # - slattach
137 # - arp
138 net-tools
This page took 0.048946 seconds and 5 git commands to generate.