-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathbackup_dotfiles_arch.sh
More file actions
executable file
·37 lines (23 loc) · 1.07 KB
/
Copy pathbackup_dotfiles_arch.sh
File metadata and controls
executable file
·37 lines (23 loc) · 1.07 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
#this script is done to automatically backup alls my dotsfiles for arch that are not part of backup_dotfiles.sh
cp -r ~/.config/hypr/ _arch-linux/
cp -r ~/.local/share/omarchy/default/hypr/* _arch-linux/hypr/omarchy/default
cp -r ~/.local/share/omarchy/bin/* _arch-linux/hypr/omarchy/bin
#keyboard shortcuts
cp /etc/kanata/lenovo.kbd _arch-linux/kanata/
cp /etc/kanata/kinesis.kbd _arch-linux/kanata/
cp /etc/systemd/system/kanata.service _arch-linux/kanata/
cp ~/.local/bin/switch-keyboard _arch-linux/bin/helper/
cp ~/.XCompose _arch-linux/XCompose
# notifications
cp -r ~/.config/mako/ _arch-linux/mako/
cp -r ~/.config/mise/ _arch-linux/mise/
# will be set automatically with above switch-keyboard bash script
# cp /etc/kanata/kanata.kbd _arch-linux/kanata/
cp -r ~/.config/waybar/ _arch-linux/
cp -r ~/.config/walker/ _arch-linux/walker
#! I also have the mac ghostty settings in the dots files one level above
cp -r ~/.config/ghostty/ _arch-linux/ghostty
# Installed SW arch (Pacman Yay)
pacman -Qe > _arch-linux/pacman.txt
#others
cp ~/.config/btop/btop.conf btop/btop.conf