fixs
This commit is contained in:
parent
afaf9526f7
commit
d2e63d6616
317 changed files with 565 additions and 35 deletions
14
install
Normal file → Executable file
14
install
Normal file → Executable file
|
@ -50,7 +50,7 @@ echo ""
|
|||
# Aur Fonts :
|
||||
# ~~~~~~~~~~~
|
||||
echo -e "${Cyan}Installing Aur Fonts ... ${No}"
|
||||
yay -Sy --needed --noconfirm ttf-meslo-nerd-font-powerlevel10k
|
||||
yay -Sy --needed --noconfirm ttf-meslo-nerd-font-powerlevel10k ttf-material-design-icons
|
||||
echo -e "${Green}Installing Aur Fonts Done ${No}"
|
||||
echo ""
|
||||
echo ""
|
||||
|
@ -91,7 +91,7 @@ echo ""
|
|||
# Betterlockscreen :
|
||||
# ~~~~~~~~~~~~~~~~~~
|
||||
echo -e "${Green}Installing Betterlockscreen ... ${No}"
|
||||
yay -Sy --needed --noconfirm liblqr imagemagick xorg-xdpyinfo
|
||||
yay -Sy --needed --noconfirm liblqr imagemagick xorg-xdpyinfo i3lock-color bc
|
||||
cd /tmp
|
||||
wget https://github.com/betterlockscreen/betterlockscreen/archive/refs/heads/main.zip
|
||||
unzip main.zip
|
||||
|
@ -103,14 +103,4 @@ sudo systemctl enable betterlockscreen@$USER
|
|||
echo -e "${Cyan}Betterlockscreen is Done${No}"
|
||||
echo ""
|
||||
echo ""
|
||||
|
||||
# Copying Dots :
|
||||
# ~~~~~~~~~~~~~~
|
||||
echo -e "${Green}Copying Dots ... ${No}"
|
||||
./home/install
|
||||
./themes/install
|
||||
./x11/install
|
||||
echo -e "${Cyan}Dots are Done${No}"
|
||||
echo ""
|
||||
echo ""
|
||||
echo -e "${Cyan}All Done 😊${No}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue