add new sync script

This commit is contained in:
Antoine 2024-03-28 12:05:48 +01:00
parent 6dc05201c0
commit 92d5630571

9
sync_dotfiles_from_repo Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
rsync -av bashrc ~/.bashrc
rsync -av bash_profile ~/.bash_profile
rsync -av alacritty.toml ~/.alacritty.toml
rsync -av init.lua ~/.config/nvim/lua/user/init.lua
rsync -av custom-capslock.json ~/.config/karabiner/assets/complex_modifications/custom-capslock.json
rsync -av init.lua ~/.config/nvim/lua/user/init.lua
rsync -av karabiner.json ~/.config/karabiner/karabiner.json