add sync_dotfile script to sync important files

This commit is contained in:
Antoine 2024-03-26 17:34:02 +01:00
parent 40c30e11f2
commit 2d47d28895

10
sync_dotfiles Executable file
View file

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