Add svn and cvs 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 tig
10 make
11 apt-file
12 jq
13 curl
14 lftp
15 aspell
16 cheese
17 newsboat
18 nmap
19 build-essential
20 xkcdpass
21 dunst
22 hsetroot
23 feh
24 xbindkeys
25 gawk
26 original-awk
27 libnotify-bin
28 r-base
29 locate
30 units
31 snapd # https://snapcraft.io/docs/installing-snap-on-debian
32 encfs
33 xscreensaver
34 mplayer
35 mpv
36 whois
37 mono-complete
38 screengrab
39 tlp # Laptop power management tools
40 erlang
41 elixir
42 openconnect # VPN cllient compatible with Cisco's AnyConnect
43 graphviz
44 graphviz-doc
45 cups
46 ddgr # Duck Duck Go CLI client
47 wikipedia2text # Wikipedia CLI client
48 neofetch
49 time # Surprisingly, GNU time isn't installed by default!
50 caja-open-terminal
51 ffmpeg
52 pandoc
53
54 graphicsmagick
55 graphicsmagick-imagemagick-compat # provides /usr/bin/convert
56
57 cvs
58
59 #------------------------------------------------------------------------------
60 # Git
61 #------------------------------------------------------------------------------
62 git
63 git-cvs
64 git-svn
65
66 # GUI
67 git-gui
68 git-cola # HiDPI. Overall nicer than default.
69
70 # Documentation
71 git-doc
72 gitmagic
73 #------------------------------------------------------------------------------
74
75 # subversion
76 subversion
77 subversion-tools
78
79
80 # Guile
81 guile-2.0
82 guile-2.0-doc
83
84 # SML
85 smlnj
86 smlnj-doc
87
88 # Xapian desktop search:
89 xapian-omega # index with omindex
90 xapian-tools # search with quest
91
92 # Librem 15v4 Bluetooth.
93 # A post-install reboot may be insufficient if incorrect firmware was loaded
94 # before, so a cold shutdown is best.
95 #
96 # Apparently the firmware is loaded into the card's memory, which isn't cleared
97 # as long as power is supplied (and between reboots - it is).
98 #
99 # Ref: https://tracker.pureos.net/T23 (different situation, same idea)
100 firmware-atheros
101
102 # To connect to headphones:
103 pulseaudio-module-bluetooth
104
105 # dwm build
106 libx11-dev
107 libxft-dev
108 libxinerama-dev
109
110 # X11 compositor
111 compton
112
113 # Web browsers
114 qutebrowser
115 chromium
116
117 # SoX: Swiss army knife of sound processing
118 # provides the play command
119 sox
120
121 # Shell script linter
122 shellcheck
123
124 # File managers
125 ranger
126 nnn
127 pcmanfm
128
129 # GNU Parallel.
130 # Some of my scripts still use it, though it can mostly be replaced with
131 # xargs -P $N.
132 parallel
133
134 # fuzzy finder
135 fzf
136
137 # meta-package for both client and server packages
138 ssh
139
140 # PDF utilities
141 poppler-utils
142 mupdf
143 mupdf-tools
144
145 # X11 API man pages
146 libx11-doc
147
148 # a pretty df
149 dfc
150
151 # Music Player daemon and clients
152 mpd
153 mpc
154 ncmpc
155 ncmpcpp
156
157 # Dictionary
158 dictd # server
159 dict # client
160 dict-gcide # Collaborative International Dictionary of English
161 dict-jargon # hacker slang
162 dict-wn # WordNet
163 dict-freedict-eng-rus # English-Russian
164 dict-freedict-eng-ell # English-Modern Greek
165 dict-freedict-eng-lat # English-Latin
166 dict-freedict-lat-eng # Latin-English
167
168 # Provides hxpipe utility, used by khatus weather sensor
169 html-xml-utils
170
171 # Image viewers
172 eog # Eye of GNOME
173 eom # Eye of MATE
174 sxiv
175
176 # Networking tools:
177 # - netstat
178 # - ifconfig
179 # - ipmaddr
180 # - iptunnel
181 # - mii-tool
182 # - nameif
183 # - plipconfig
184 # - rarp
185 # - route
186 # - slattach
187 # - arp
188 net-tools
189
190 # Net monitoring
191 speedometer
192 cbm
193
194 # Internet speed test
195 speedtest-cli
This page took 0.075946 seconds and 5 git commands to generate.