feat(neovim): from scratch!
This commit is contained in:
4
scripts/manager.bash
Normal file → Executable file
4
scripts/manager.bash
Normal file → Executable file
@@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
cd ~/Code/dotfiles
|
||||
git pull
|
||||
|
||||
folders=("hypr" "ags" "tmux" "lazygit" "kitty" "fish")
|
||||
|
||||
cd ..
|
||||
|
||||
for folder in ${folders[@]}; do
|
||||
echo Moving $folder
|
||||
rsync -a ./$folder/ ~/.config/$folder
|
||||
|
||||
Reference in New Issue
Block a user