2024-09-04 00:54:15 +06:00
|
|
|
#!/bin/bash
|
|
|
|
rsync -av /home/fs/.config/nvim/ roles/dots/files/config/nvim --exclude packer
|
|
|
|
rsync -av /home/fs/.config/kitty/ roles/dots/files/config/kitty
|
2025-02-15 20:38:47 +06:00
|
|
|
rsync -av /home/fs/.config/nsxiv/ roles/dots/files/config/nsxiv
|
2024-09-04 00:54:15 +06:00
|
|
|
|
|
|
|
# emacs
|
|
|
|
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/
|
2024-12-12 00:05:59 +06:00
|
|
|
cp -r /home/fs/.emacs.d/lib roles/dots/files/home/.emacs.d/
|
2024-09-04 00:54:15 +06:00
|
|
|
|
|
|
|
# wayland wm
|
|
|
|
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/
|
|
|
|
|
|
|
|
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/
|
|
|
|
cp /home/fs/scale_vars roles/dots/files/home/
|
|
|
|
|
2024-10-02 20:21:43 +06:00
|
|
|
# ssh
|
|
|
|
cp /home/fs/.ssh/config roles/dots/files/home/.ssh/
|
|
|
|
|
2024-09-04 00:54:15 +06:00
|
|
|
rsync -av /home/fs/.moc roles/dots/files/home/
|
|
|
|
rsync -av /home/fs/bin roles/dots/files/home/
|
2025-02-15 20:38:47 +06:00
|
|
|
rsync -av /home/fs/bin roles/dots/files/home/
|