MAJOR CLEANUP: with manager scirpt to replace everything
This commit is contained in:
13
scripts/manager.bash
Normal file
13
scripts/manager.bash
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
folders=("hypr" "ags" "tmux" "lazygit" "kitty" "fish")
|
||||
|
||||
cd ..
|
||||
|
||||
for folder in ${folders[@]}; do
|
||||
echo Moving $folder
|
||||
rsync -a ./$folder/ ~/.config/$folder
|
||||
done
|
||||
|
||||
# Starship
|
||||
mv starship.toml ~/.config/starship.toml
|
||||
Reference in New Issue
Block a user