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