add nm-applet, thunderbird and CJK fonts to i3 install
This commit is contained in:
parent
8512af12b2
commit
ddc3c61ecf
|
@ -162,6 +162,9 @@ install_nvidia_docker() {
|
||||||
install_i3() {
|
install_i3() {
|
||||||
echo "update and installing i3wm and some tools..."
|
echo "update and installing i3wm and some tools..."
|
||||||
|
|
||||||
|
# check if CJK and other eastern letters are displayed correctly:
|
||||||
|
# https://meta.wikimedia.org/wiki/List_of_Wikipedias
|
||||||
|
|
||||||
# tlp: Advanced Linux Power Management
|
# tlp: Advanced Linux Power Management
|
||||||
# http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html
|
# http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html
|
||||||
# deb http://repo.linrunner.de/debian sid main
|
# deb http://repo.linrunner.de/debian sid main
|
||||||
|
@ -177,22 +180,28 @@ install_i3() {
|
||||||
aspell \
|
aspell \
|
||||||
aspell-de \
|
aspell-de \
|
||||||
aspell-en \
|
aspell-en \
|
||||||
clipit \
|
|
||||||
emacs \
|
emacs \
|
||||||
feh \
|
feh \
|
||||||
firefox-esr \
|
firefox-esr \
|
||||||
fonts-font-awesome \
|
fonts-font-awesome \
|
||||||
|
fonts-noto \
|
||||||
|
fonts-noto-cjk \
|
||||||
fswebcam \
|
fswebcam \
|
||||||
i3 \
|
i3 \
|
||||||
i3lock \
|
i3lock \
|
||||||
i3lock-fancy \
|
i3lock-fancy \
|
||||||
i3status \
|
i3status \
|
||||||
keepassxc \
|
keepassxc \
|
||||||
|
network-manager-gnome \
|
||||||
|
ntfs-3g \
|
||||||
pulseaudio \
|
pulseaudio \
|
||||||
rxvt-unicode-256color \
|
rxvt-unicode-256color \
|
||||||
scrot \
|
scrot \
|
||||||
shotwell \
|
shotwell \
|
||||||
slim \
|
slim \
|
||||||
|
thunderbird \
|
||||||
|
thunderbird-l10n-de \
|
||||||
|
thunderbird-l10n-en-gb \
|
||||||
xclip \
|
xclip \
|
||||||
xorg \
|
xorg \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
Loading…
Reference in New Issue