Add dictionaries: Greek and Russian
[khome.git] / pkgs-deb-install.list
... / ...
CommitLineData
1# Debian packages I DO want, but are not part of the minimal install.
2
3vim
4vim-gtk3
5tree
6htop
7zsh
8zsh-syntax-highlighting
9git
10tig
11make
12apt-file
13jq
14curl
15lftp
16aspell
17cheese
18newsboat
19nmap
20build-essential
21xkcdpass
22dunst
23hsetroot
24feh
25xbindkeys
26gawk
27original-awk
28libnotify-bin
29r-base
30locate
31units
32snapd # https://snapcraft.io/docs/installing-snap-on-debian
33encfs
34xscreensaver
35youtube-dl
36mplayer
37mpv
38whois
39mono-complete
40screengrab
41tlp # Laptop power management tools
42erlang
43elixir
44openconnect # VPN cllient compatible with Cisco's AnyConnect
45
46# Xapian desktop search:
47xapian-omega # index with omindex
48xapian-tools # search with quest
49
50# Librem 15v4 Bluetooth.
51# A post-install reboot may be insufficient if incorrect firmware was loaded
52# before, so a cold shutdown is best.
53#
54# Apparently the firmware is loaded into the card's memory, which isn't cleared
55# as long as power is supplied (and between reboots - it is).
56#
57# Ref: https://tracker.pureos.net/T23 (different situation, same idea)
58firmware-atheros
59
60# To connect to headphones:
61pulseaudio-module-bluetooth
62
63# dwm build
64libx11-dev
65libxft-dev
66libxinerama-dev
67
68# X11 compositor
69compton
70
71# Web browsers
72qutebrowser
73chromium
74
75# SoX: Swiss army knife of sound processing
76# provides the play command
77sox
78
79# Shell script linter
80shellcheck
81
82# File managers
83ranger
84nnn
85pcmanfm
86
87# GNU Parallel.
88# Some of my scripts still use it, though it can mostly be replaced with
89# xargs -P $N.
90parallel
91
92# fuzzy finder
93fzf
94
95# meta-package for both client and server packages
96ssh
97
98# PDF utilities
99poppler-utils
100mupdf
101mupdf-tools
102
103# X11 API man pages
104libx11-doc
105
106# a pretty df
107dfc
108
109# Music Player daemon and clients
110mpd
111mpc
112ncmpc
113ncmpcpp
114
115# Dictionary
116dictd
117dict
118dict-gcide
119dict-jargon
120dict-wn
121dict-freedict-eng-rus # English-Russian
122dict-freedict-eng-ell # English-Modern Greek
123
124# Provides hxpipe utility, used by khatus weather sensor
125html-xml-utils
126
127# Image viewers
128eog # Eye of GNOME
129eom # Eye of MATE
130sxiv
131
132# Networking tools:
133# - netstat
134# - ifconfig
135# - ipmaddr
136# - iptunnel
137# - mii-tool
138# - nameif
139# - plipconfig
140# - rarp
141# - route
142# - slattach
143# - arp
144net-tools
This page took 0.02716 seconds and 4 git commands to generate.