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