install.sh: added missing ttf-hack
This commit is contained in:
parent
3aad416e32
commit
dc02e2a400
@ -11,13 +11,18 @@ do
|
|||||||
# i3 base
|
# i3 base
|
||||||
sudo pacman -S i3-wm i3status dmenu sysstat
|
sudo pacman -S i3-wm i3status dmenu sysstat
|
||||||
# i3 blocks and dependecies
|
# 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
|
elif [[ $(command -v apt-get) ]]; then
|
||||||
sudo apt update
|
sudo apt update
|
||||||
# i3 base
|
# i3 base
|
||||||
sudo apt install i3-wm i3status suckless-tools sysstat
|
sudo apt install i3-wm i3status suckless-tools sysstat
|
||||||
# i3 blocks and dependecies
|
# 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
|
fi
|
||||||
|
|
||||||
# Install i3config
|
# Install i3config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user