Add more pkgs
[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 graphviz
46 graphviz-doc
47 cups
48 ddgr # Duck Duck Go CLI client
49 wikipedia2text # Wikipedia CLI client
50
51 # SML
52 smlnj
53 smlnj-doc
54
55 # Xapian desktop search:
56 xapian-omega # index with omindex
57 xapian-tools # search with quest
58
59 # Librem 15v4 Bluetooth.
60 # A post-install reboot may be insufficient if incorrect firmware was loaded
61 # before, so a cold shutdown is best.
62 #
63 # Apparently the firmware is loaded into the card's memory, which isn't cleared
64 # as long as power is supplied (and between reboots - it is).
65 #
66 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
67 firmware-atheros
68
69 # To connect to headphones:
70 pulseaudio-module-bluetooth
71
72 # dwm build
73 libx11-dev
74 libxft-dev
75 libxinerama-dev
76
77 # X11 compositor
78 compton
79
80 # Web browsers
81 qutebrowser
82 chromium
83
84 # SoX: Swiss army knife of sound processing
85 # provides the play command
86 sox
87
88 # Shell script linter
89 shellcheck
90
91 # File managers
92 ranger
93 nnn
94 pcmanfm
95
96 # GNU Parallel.
97 # Some of my scripts still use it, though it can mostly be replaced with
98 # xargs -P $N.
99 parallel
100
101 # fuzzy finder
102 fzf
103
104 # meta-package for both client and server packages
105 ssh
106
107 # PDF utilities
108 poppler-utils
109 mupdf
110 mupdf-tools
111
112 # X11 API man pages
113 libx11-doc
114
115 # a pretty df
116 dfc
117
118 # Music Player daemon and clients
119 mpd
120 mpc
121 ncmpc
122 ncmpcpp
123
124 # Dictionary
125 dictd # server
126 dict # client
127 dict-gcide # Collaborative International Dictionary of English
128 dict-jargon # hacker slang
129 dict-wn # WordNet
130 dict-freedict-eng-rus # English-Russian
131 dict-freedict-eng-ell # English-Modern Greek
132 dict-freedict-eng-lat # English-Latin
133 dict-freedict-lat-eng # Latin-English
134
135 # Provides hxpipe utility, used by khatus weather sensor
136 html-xml-utils
137
138 # Image viewers
139 eog # Eye of GNOME
140 eom # Eye of MATE
141 sxiv
142
143 # Networking tools:
144 # - netstat
145 # - ifconfig
146 # - ipmaddr
147 # - iptunnel
148 # - mii-tool
149 # - nameif
150 # - plipconfig
151 # - rarp
152 # - route
153 # - slattach
154 # - arp
155 net-tools
This page took 0.076839 seconds and 5 git commands to generate.