-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupload.sh
More file actions
executable file
·27 lines (27 loc) · 848 Bytes
/
upload.sh
File metadata and controls
executable file
·27 lines (27 loc) · 848 Bytes
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
############# X11 ###############
cp ~/.xinitrc X11/config/
echo "X11 uploaded!"
############# bash ###############
cp ~/.bashrc bash/config/
echo "bash uploaded!"
############# i3 ###############
cp ~/.config/i3/config i3/i3-config/
echo "i3 uploaded!"
############ nvim ##############
cp -r ~/.config/nvim/. nvim/config/
echo "nvim uploaded!"
############ picom ##############
cp -r ~/.config/picom/. picom/config/
echo "picom uploaded!"
############ polybar #############
cp -r ~/.config/polybar/. polybar/config/
echo "polybar uploaded!"
############# rofi ##############
cp ~/.config/rofi/config.rasi rofi/config/
echo "rofi uploaded!"
############# tmux ##############
cp -r ~/.config/tmux/tmux.conf tmux/config/
echo "tmux uploaded!"
############ xterm ##############
cp -r ~/.config/alacritty/. alacritty/config/
echo "alacritty uploaded!"