From ddc3c61ecfcffe0091fd09c58aa67ce85b898eb9 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Sat, 5 Jan 2019 13:25:59 +0100 Subject: [PATCH] add nm-applet, thunderbird and CJK fonts to i3 install --- scripts/install.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index fda97d9..8eaa139 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -162,6 +162,9 @@ install_nvidia_docker() { install_i3() { 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 # http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html # deb http://repo.linrunner.de/debian sid main @@ -177,22 +180,28 @@ install_i3() { aspell \ aspell-de \ aspell-en \ - clipit \ emacs \ feh \ firefox-esr \ fonts-font-awesome \ + fonts-noto \ + fonts-noto-cjk \ fswebcam \ i3 \ i3lock \ i3lock-fancy \ i3status \ keepassxc \ + network-manager-gnome \ + ntfs-3g \ pulseaudio \ rxvt-unicode-256color \ scrot \ shotwell \ slim \ + thunderbird \ + thunderbird-l10n-de \ + thunderbird-l10n-en-gb \ xclip \ xorg \ --no-install-recommends