-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path4-rice.sh
More file actions
executable file
·62 lines (57 loc) · 1.51 KB
/
Copy path4-rice.sh
File metadata and controls
executable file
·62 lines (57 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#!/bin/bash
# Rice
cd
mkdir ~/.themes
mkdir ~/.icons
mkdir ~/phone_mount
cd arch-z/theme
tar xf Sunity-cursors.tar.gz
tar -xf Papirus-gray.tar.xz
tar -xf Graphite-Dark.tar.xz
cp -r Graphite-Dark ~/.themes
cp -r Papirus ~/.icons
cp -r Papirus-Dark ~/.icons
cp -r Sunity-cursors/ ~/.icons/
cd
cd arch-z/
cp -r config/wallpapers/ ~/.config
cp -r config/i3/ ~/.config
cp -r config/sxhkd/ ~/.config
cp -r config/scripts/ ~/.config
cp -r config/dunst/ ~/.config
cp -r config/rofi/ ~/.config
cp -r config/vifm/ ~/.config
cp -r config/i3blocks/ ~/.config
cp -r config/zathura/ ~/.config
cp -r config/kitty/ ~/.config
cp config/picom.conf ~/.config
cp config/guide.pdf ~/.config
cp -r optional/synth-shell ~/.config
cp optional/.bashrc ~/
cp optional/.inputrc ~/
cp optional/.vimrc ~/
cp optional/.ideavimrc ~/
mkdir -p ~/.config/Code/User/
cp optional/vscode/settings.json ~/.config/Code/User/
cp optional/vscode/keybindings.json ~/.config/Code/User/
cp optional/vscodium/settings.json ~/.config/VSCodium/User/
cp optional/vscodium/keybindings.json ~/.config/VSCodium/User/
cp config/.fehbg ~/
cp config/.tmux.conf ~/
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 arch-z/
sudo cp config/settings.ini ~/.config/gtk-3.0/
cp config/.gtkrc-2.0 ~/
-----------------------------------------------
cd
cd arch-z/
source optional/keyboard_layout.sh
source optional/nvim.sh
source optional/default_apps.sh
source optional/nvim-desktop.sh