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