forked from sh-edraft.de/sh_linux_installation_scripts
Improved lsd install
This commit is contained in:
parent
a9dd4a2107
commit
747481c31d
@ -26,6 +26,13 @@ install_chrome() {
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
Reference in New Issue
Block a user