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