debian-z/4-rice.sh

89 lines
2.1 KiB
Bash
Raw Permalink Normal View History

2023-06-23 14:22:11 +01:00
#!/bin/bash
# Rice
cd
mkdir ~/.themes
mkdir ~/.icons
cd debian-z/theme
tar -xf BlueSky-Clean-Dark.tar.xz
tar xf Sunity-cursors.tar.gz
tar xf Adwaita-dark.tar
2023-06-28 18:00:21 +01:00
tar -xf Papirus-gray.tar.xz
tar -xf Graphite-Dark.tar.xz
2023-06-27 16:54:20 +01:00
tar xzf Materia-Manjaro-gtk.tar.gz
2023-06-23 14:22:11 +01:00
unzip Nordic.zip
unzip Blackout.zip
unzip Flat-Remix-Grey-Dark.zip
tar xzf Dracula.tar.gz
tar xzf Dracula-icons.tar.gz
cp -r BlueSky-Clean-Dark ~/.themes
cp -r Dracula ~/.themes
cp -r Adwaita-dark ~/.themes
2023-06-30 17:14:27 +01:00
cp -r Nordic ~/.themes
2023-06-23 14:22:11 +01:00
cp -r Blackout ~/.themes
2023-06-28 18:00:21 +01:00
cp -r Graphite-Dark ~/.themes
2023-06-27 16:54:20 +01:00
cp -r Materia-Manjaro-gtk ~/.themes
2023-06-23 14:22:11 +01:00
cp -r Flat-Remix-Grey-Dark ~/.icons
cp -r Papirus ~/.icons
2023-06-28 18:00:21 +01:00
cp -r Papirus-Dark ~/.icons
2023-06-23 14:22:11 +01:00
cp -r Dracula-icons/ ~/.icons/
cp -r Sunity-cursors/ ~/.icons/
cd
cd debian-z/
cp -r config/wallpapers/ ~/.config
cp -r config/i3/ ~/.config
cp -r config/sxhkd/ ~/.config
cp -r config/scripts/ ~/.config
cp -r config/alacritty/ ~/.config
cp -r config/dunst/ ~/.config
cp -r config/rofi/ ~/.config
2023-07-04 05:48:00 +01:00
# cp -r config/neofetch/ ~/.config
2023-06-23 14:22:11 +01:00
cp -r config/ranger/ ~/.config
cp -r config/polybar/ ~/.config
2023-07-03 09:04:03 +01:00
cp -r config/zathura/ ~/.config
2023-06-23 14:22:11 +01:00
cp config/guide.pdf ~/.config
cp config/bookmarks.txt ~/.config
2023-07-04 05:48:00 +01:00
sudo cp config/ufetch /usr/bin/
2023-06-23 14:22:11 +01:00
cp -r optional/synth-shell ~/.config
cp optional/.bashrc ~/
cp optional/.inputrc ~/
cp config/.fehbg ~/
cp -r scripts ~/
chmod +x ~/.config/i3/autostart.sh
chmod +x ~/.config/i3/scripts/*
cd
if [[ ! -d ~/.config/gtk-3.0 ]]; then
sudo mkdir -p ~/.config/gtk-3.0
fi
cd debian-z/
sudo cp config/settings.ini ~/.config/gtk-3.0/
2023-06-30 17:14:27 +01:00
cp config/.gtkrc-2.0 ~/
2023-06-23 14:22:11 +01:00
#--------------------------------------------------
# Fixing the volume keys
xbindkeys --defaults > ~/.xbindkeysrc
echo '# Increase volume
"amixer set Master 2%+"
XF86AudioRaiseVolume
# Decrease volume
"amixer set Master 2%-"
XF86AudioLowerVolume
# Mute volume
"amixer set Master toggle"
2023-06-30 17:14:27 +01:00
XF86AudioMute' >> ~/.xbindkeysrc
2023-06-23 14:22:11 +01:00
xbindkeys -f ~/.xbindkeysrc
#--------------------------------------------------
cd
cd debian-z/
source optional/keyboard_layout.sh
2023-06-30 11:06:56 +01:00
source optional/terminal_in_pcmanfm.sh
2023-06-30 17:14:27 +01:00
#source optional/nvidia.sh
2023-06-30 17:34:13 +01:00
source optional/nvim.sh
source optional/default_apps.sh