Configure GNOME
This commit is contained in:
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
||||
```
|
||||
git clone https://github.com/YourWishes/dotenv && cd dotenv && chmod +x ./dotenv.sh && ./dotenv.sh
|
||||
```
|
@ -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
|
14
scripts/configure-gnome.sh
Normal file
14
scripts/configure-gnome.sh
Normal 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"
|
@ -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
|
Reference in New Issue
Block a user