From dc02e2a400ff3fdb664192f778bfed074079b560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 30 Jul 2019 17:36:21 -0500 Subject: [PATCH] install.sh: added missing ttf-hack --- install.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d7ece57..acf22de 100644 --- a/install.sh +++ b/install.sh @@ -11,13 +11,18 @@ do # i3 base sudo pacman -S i3-wm i3status dmenu sysstat # i3 blocks and dependecies - sudo pacman -S i3blocks i3lock rofi termite dunst conky playerctl acpi network-manager-applet scrot xfce4-terminal thunar tumbler feh ranger + sudo pacman -S i3blocks i3lock rofi termite \ + dunst conky playerctl acpi network-manager-applet \ + scrot xfce4-terminal thunar tumbler feh ranger \ + ttf-hack elif [[ $(command -v apt-get) ]]; then sudo apt update # i3 base sudo apt install i3-wm i3status suckless-tools sysstat # i3 blocks and dependecies - sudo apt install i3blocks i3lock rofi termite dunst conky playerctl acpi network-manager-gnome scrot xfce4-terminal thunar tumbler feh ranger + sudo apt install i3blocks i3lock rofi termite dunst \ + conky playerctl acpi network-manager-gnome scrot \ + xfce4-terminal thunar tumbler feh ranger fonts-hack-ttf fi # Install i3config