Improved lsd install

This commit is contained in:
edraft 2021-02-28 12:02:57 +01:00
parent a9dd4a2107
commit 747481c31d

View File

@ -26,6 +26,13 @@ install_chrome() {
} }
install_lsd() { install_lsd() {
apt-get install fonts-hack-ttf -y mdkir hack
cd hack
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Hack.zip
unzip Hack.zip
cd ..
sudo cp -r hack /usr/share/fonts/
rm -r hack
sudo snap install lsd sudo snap install lsd
} }