Skip to content

Instantly share code, notes, and snippets.

@0xff07
Last active February 25, 2018 08:15
Show Gist options
  • Save 0xff07/eff838e4b38f40f4350dc47ba7062fa1 to your computer and use it in GitHub Desktop.
Save 0xff07/eff838e4b38f40f4350dc47ba7062fa1 to your computer and use it in GitHub Desktop.
#!/usr/local/bin/bash
yes | sudo apt-get update
yes | sudo apt-get upgrade
yes | sudo apt-get install vim powertop git lightdm-webkit-greeter dconf-cli
yes | sudo apt-get remove gnome-shell-extension-ubuntu-dock
mkdir -p ~/.themes
mkdir -p ~/.icons
sudo add-apt-repository ppa:tista/adapta
sudo apt-get update
sudo apt-get install adapta-gtk-theme
#sudo cp -r themes/* ~/usr/share/themes/
#sudo cp -r icons/* /usr/share/icons
wget "https://www.gnome-look.org/p/1194810/startdownload?file_id=1518115353&file_name=Flat%20Material%201.1.zip&file_type=application/zip&file_size=6643070&url=https%3A%2F%2Fdl.opendesktop.org%2Fapi%2Ffiles%2Fdownloadfile%2Fid%2F1518115353%2Fs%2F05e962ab791adebac5a0ecbe813fb118%2Ft%2F1519478725%2Fu%2F%2FFlat%20Material%201.1.zip" -o M
cp -r M/Flat\ Material\ 1.1 ~/.icons/
cd ~/Downloads
git clone https://github.com/Wattos/LightDM-Webkit-MacOSX-Theme
cd LightDM-Webkit-MacOSX-Theme/
sudo mkdir -p /usr/share/lightdm-webkit/themes/mac
sudo bash -c 'echo "[SeatDefaults]" >> /etc/lightdm/lightdm.conf'
sudo bash -c 'echo "greeter-session=lightdm-webkit-greeter" >> /etc/lightdm/lightdm.conf'
sudo cp -rv * /usr/share/lightdm-webkit/themes/mac
sudo sed -i 's/webkit-theme=default/webkit-theme=mac/' /etc/lightdm/lightdm-webkit-greeter.conf
git clone https://github.com/Mayccoll/Gogh.git
cd Gogh
for i in $(seq 1 164); do echo $i | bash gogh.sh; done
cd ..
rm -rf Gogh
#cd /usr/share/gnome-shell/
#if ! [[ -h gnome-shell-theme.gresource ]]; then sudo mv gnome-shell-theme.gresource gnome-shell-theme.gresource.original; fi
#sudo ln -frs /usr/share/themes/Adapta-Nokto/gnome-shell/gnome-shell-theme.gresource gnome-shell-theme.gresource
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment