switch to gh repo for nvim config sync
This commit is contained in:
parent
052813efa1
commit
51805fbf1c
2 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue