diff --git a/sync_dotfiles_from_local b/sync_dotfiles_from_local index 01328ed..a82524d 100755 --- a/sync_dotfiles_from_local +++ b/sync_dotfiles_from_local @@ -4,7 +4,5 @@ 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 diff --git a/sync_dotfiles_from_repo b/sync_dotfiles_from_repo index ca0718d..ffea75d 100755 --- a/sync_dotfiles_from_repo +++ b/sync_dotfiles_from_repo @@ -3,7 +3,5 @@ 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