Configure GNOME

This commit is contained in:
2021-11-09 21:11:18 -08:00
parent 6368e5bb05
commit f0560480b7
4 changed files with 23 additions and 2 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
```
git clone https://github.com/YourWishes/dotenv && cd dotenv && chmod +x ./dotenv.sh && ./dotenv.sh
```

View File

@ -14,4 +14,5 @@ if [ -f "/etc/arch-release" ]; then
./scripts/install-arch.sh
fi
./scripts/install-node.sh
./scripts/install-node.sh
source ~/.nvm/nvm.sh

View File

@ -0,0 +1,14 @@
#!/bin/bash
# Gnome Extensions
sudo pacman -S gnome-shell-extensions
# Flat Remix Theme
git clone https://github.com/daniruiz/Flat-Remix-GTK
sudo cp ./Flat-Remix-GTK/themes/* /usr/share/themes
# Iosevka SS09 Variant
sudo pacman -S ttc-iosevka-ss09
# Set theme
gsettings set org.gnome.desktop.interface gtk-theme "Flat-Remix-GTK-Violet-Dark-Solid"

View File

@ -4,4 +4,7 @@
sudo pacman -Syuu
# Install
sudo pacman -S vim code unrar base-devel vlc firefox cmake -q --noconfirm
sudo pacman -S vim code unrar base-devel vlc firefox cmake -q --noconfirm
# Configure GNOME
./configure-gnome.sh