feat(neovim): from scratch!

This commit is contained in:
2024-10-07 21:48:03 +01:00
parent e0fc7e698c
commit 7080c2325f
8 changed files with 262 additions and 2 deletions

4
scripts/manager.bash Normal file → Executable file
View 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