arch/save_new_config.sh

40 lines
1.5 KiB
Bash
Raw Permalink Normal View History

2024-09-04 00:54:15 +06:00
#!/bin/bash
2025-02-15 23:51:20 +06:00
# .
cp /home/fs/.bashrc roles/dots/files/home/
cp /home/fs/.gitconfig roles/dots/files/home/
cp /home/fs/.tmux.conf roles/dots/files/home/
cp /home/fs/.xinitrc roles/dots/files/home/
2025-04-18 21:40:38 +06:00
2025-02-18 01:36:51 +06:00
# rsync -av /home/fs/.moc roles/dots/files/home/
2025-02-15 23:51:20 +06:00
cp /home/fs/scale_vars roles/dots/files/home/
2024-09-04 00:54:15 +06:00
2025-02-15 23:51:20 +06:00
cp /home/fs/create_backup.sh roles/dots/files/home/
cp /home/fs/create_hot_backup.sh roles/dots/files/home/
cp /home/fs/st.sh roles/dots/files/home/
cp /home/fs/sw.sh roles/dots/files/home/
# ./bin
rsync -av /home/fs/bin roles/dots/files/home/
# ./.ssh
cp /home/fs/.ssh/config roles/dots/files/home/.ssh/
# ./.emacs.d
cp /home/fs/.emacs.d/config.org roles/dots/files/home/.emacs.d/
cp -r /home/fs/.emacs.d/lan roles/dots/files/home/.emacs.d/
cp -r /home/fs/.emacs.d/lib roles/dots/files/home/.emacs.d/
2025-04-18 21:40:38 +06:00
cp -r /home/fs/.emacs.d/eshell roles/dots/files/home/.emacs.d/
cp -r /home/fs/.emacs.d/rest.el roles/dots/files/home/.emacs.d/
2025-02-15 23:51:20 +06:00
# ./.config
2024-09-04 00:54:15 +06:00
# wayland wm
2025-02-15 23:51:20 +06:00
rsync -av /home/fs/.config/sway roles/window_managers/files/
rsync -av /home/fs/.config/waybar roles/window_managers/files/
rsync -av /home/fs/.config/wofi roles/window_managers/files/
rsync -av /home/fs/.config/nvim/ roles/dots/files/config/nvim --exclude packer
rsync -av /home/fs/.config/kitty/ roles/dots/files/config/kitty
rsync -av /home/fs/.config/nsxiv/ roles/dots/files/config/nsxiv