switch to gh repo for nvim config sync

This commit is contained in:
Antoine 2024-04-10 11:37:33 +02:00
parent 052813efa1
commit 51805fbf1c
2 changed files with 0 additions and 4 deletions

View file

@ -4,7 +4,5 @@ rsync -av ~/.bashrc bashrc
rsync -av ~/.bash_profile bash_profile rsync -av ~/.bash_profile bash_profile
rsync -av ~/.bashrc bashrc rsync -av ~/.bashrc bashrc
rsync -av ~/.alacritty.toml alacritty.toml 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/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 rsync -av ~/.config/karabiner/karabiner.json karabiner.json

View file

@ -3,7 +3,5 @@
rsync -av bashrc ~/.bashrc rsync -av bashrc ~/.bashrc
rsync -av bash_profile ~/.bash_profile rsync -av bash_profile ~/.bash_profile
rsync -av alacritty.toml ~/.alacritty.toml 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 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 rsync -av karabiner.json ~/.config/karabiner/karabiner.json