add new sync script
This commit is contained in:
parent
6dc05201c0
commit
92d5630571
1 changed files with 9 additions and 0 deletions
9
sync_dotfiles_from_repo
Executable file
9
sync_dotfiles_from_repo
Executable 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
|
||||||
Loading…
Reference in a new issue