Compare commits
2 Commits
b68cef7dcd
...
82b7e177d4
Author | SHA1 | Date | |
---|---|---|---|
82b7e177d4 | |||
1135aa545d |
@ -10,4 +10,10 @@ wget https://github.com/EliverLara/Sweet/releases/latest/download/Sweet-Dark-v40
|
||||
tar xf 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
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
chsh /bin/bash
|
||||
chsh -s /bin/bash
|
||||
|
||||
cp bashrc ~/.bashrc
|
||||
|
||||
@ -8,4 +8,4 @@ mkdir -p ~/.config/nvim
|
||||
cp init.lua ~/.config/nvim/
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user