Compare commits

...

2 Commits

2 changed files with 9 additions and 3 deletions

View File

@ -10,4 +10,10 @@ wget https://github.com/EliverLara/Sweet/releases/latest/download/Sweet-Dark-v40
tar xf Sweet-Dark-v40.tar.xz tar xf Sweet-Dark-v40.tar.xz
rm Sweet-Dark-v40.tar.xz rm Sweet-Dark-v40.tar.xz
echo "Themes installed. Configuration has to be done manually." cd /usr/share/fonts/
wget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/EnvyCodeR.zip
unzip EnvyCodeR.zip
rm EnvyCodeR.zip
echo "theme-name=Sweet-Dark-v40" >> /etc/lightdm/lightdm-gtk-greeter.conf
echo "icon-theme-name=candy-icons" >> /etc/lightdm/lightdm-gtk-greeter.conf

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
chsh /bin/bash chsh -s /bin/bash
cp bashrc ~/.bashrc cp bashrc ~/.bashrc
@ -8,4 +8,4 @@ mkdir -p ~/.config/nvim
cp init.lua ~/.config/nvim/ cp init.lua ~/.config/nvim/
mkdir -p ~/Pictures/Wallpapers mkdir -p ~/Pictures/Wallpapers
wget https://w.wallhaven.cc/full/85/wallhaven-856dlk.png ~/Pictures/Wallpapers/ wget https://w.wallhaven.cc/full/85/wallhaven-856dlk.png -P ~/Pictures/Wallpapers