-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate_dotfiles.sh
executable file
·40 lines (23 loc) · 1.45 KB
/
update_dotfiles.sh
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
#!/bin/bash
#
# Script to copy dotfiles to git directories
#
rsync -a --mkpath --delete /home/zane/.config/kitty/* .config/kitty/
rsync -a --mkpath --delete /home/zane/.config/mako/* .config/mako/
rsync -a --mkpath --delete /home/zane/.config/sway/* .config/sway/
rsync -a --mkpath --delete /home/zane/.config/rofi/* .config/rofi/
rsync -a --mkpath --delete /home/zane/.config/tofi/* .config/tofi/
rsync -a --mkpath --delete /home/zane/.config/waybar/* .config/waybar/
rsync -a --mkpath --delete /home/zane/.config/swaylock/* .config/swaylock/
rsync -a --mkpath --delete /home/zane/.config/swayidle/* .config/swayidle/
rsync -a --mkpath --delete /home/zane/.config/qt6ct/* .config/qt6ct/
rsync -a --mkpath --delete /home/zane/.config/pyradio/themes/* .config/pyradio/themes/
rsync -a --mkpath --delete /home/zane/.themes/oomox-storm/* .themes/oomox-storm/
rsync -a --mkpath /home/zane/.config/Code/User/settings.json .config/Code/User/
rsync -a --mkpath /home/zane/.config/starship.toml .config/
rsync -a --mkpath /home/zane/.local/share/fonts/HackNerdFont* .local/share/fonts/
rsync -a --mkpath /home/zane/.vim/colors/storm* .vim/colors/
rsync -a --mkpath /home/zane/Obsidian/.obsidian/themes/Storm/* obsidian/themes/Storm/
rsync -a --mkpath /home/zane/.local/share/icons/StormTrooper/* .local/share/icons/StormTrooper/
rsync -a --mkpath /home/zane/.icons/StormTrooper/* .icons/StormTrooper/
rsync -a --mkpath /home/zane/.icons/Vimix-cursors/* .icons/Vimix-cursors/