From 51805fbf1cbbd37eed97188103a1d6a1b2253a34 Mon Sep 17 00:00:00 2001 From: Antoine Date: Wed, 10 Apr 2024 11:37:33 +0200 Subject: [PATCH] switch to gh repo for nvim config sync --- sync_dotfiles_from_local | 2 -- sync_dotfiles_from_repo | 2 -- 2 files changed, 4 deletions(-) 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