Improved redhat installtions

This commit is contained in:
2021-11-24 09:55:57 +01:00
parent ee00077533
commit d0d8f9d221
7 changed files with 24 additions and 22 deletions

View File

@@ -11,9 +11,7 @@ install_lsd() {
sudo cp -r hack /usr/share/fonts/
sudo chmod -R 775 /usr/share/fonts/hack
rm -r hack
wget https://github.com/Peltoche/lsd/releases/download/0.19.0/lsd_0.19.0_amd64.deb
sudo dpkg -i lsd_0.19.0_amd64.deb
sudo rm lsd_0.19.0_amd64.deb
dnf install lsd -y
# echo "alias ls='lsd'" | sudo tee -a /home/*/.bashrc > /dev/null
# todos
# write py script to comment line: alias="ls --color=auto"