rename sync script
This commit is contained in:
parent
2ca4cd46f0
commit
6dc05201c0
1 changed files with 10 additions and 0 deletions
10
sync_dotfiles_from_local
Executable file
10
sync_dotfiles_from_local
Executable 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
|
||||||
Loading…
Reference in a new issue