diff options
author | Jesús <heckyel@hyperbola.info> | 2019-07-30 17:36:21 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-07-30 17:36:21 -0500 |
commit | dc02e2a400ff3fdb664192f778bfed074079b560 (patch) | |
tree | 70c67cbd2e7e5588d6be379642483121c4a7a479 | |
parent | 3aad416e327d9bc12d929ec785dba1e292001bb2 (diff) | |
download | i3-config-dc02e2a400ff3fdb664192f778bfed074079b560.tar.lz i3-config-dc02e2a400ff3fdb664192f778bfed074079b560.tar.xz i3-config-dc02e2a400ff3fdb664192f778bfed074079b560.zip |
install.sh: added missing ttf-hack
-rw-r--r-- | install.sh | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |