Pure setup
This commit is contained in:
parent
30dd023992
commit
4cf0728c15
|
@ -4,24 +4,48 @@ cd ~/.config/
|
||||||
|
|
||||||
if [ ! -d "hypr" ]; then
|
if [ ! -d "hypr" ]; then
|
||||||
git clone git@git.nickr.eu:ArchConfig/hypr
|
git clone git@git.nickr.eu:ArchConfig/hypr
|
||||||
|
else
|
||||||
|
cd hypr
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "waybar" ]; then
|
if [ ! -d "waybar" ]; then
|
||||||
git clone git@git.nickr.eu:ArchConfig/waybar
|
git clone git@git.nickr.eu:ArchConfig/waybar
|
||||||
|
else
|
||||||
|
cd hypr
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "nvim" ]; then
|
if [ ! -d "nvim" ]; then
|
||||||
git clone git@git.nickr.eu:yannickreiss/nvim
|
git clone git@git.nickr.eu:yannickreiss/nvim
|
||||||
|
else
|
||||||
|
cd nvim
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "wofi" ]; then
|
if [ ! -d "wofi" ]; then
|
||||||
git clone git@git.nickr.eu:ArchConfig/wofi
|
git clone git@git.nickr.eu:ArchConfig/wofi
|
||||||
|
else
|
||||||
|
cd wofi
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "kitty" ]; then
|
if [ ! -d "kitty" ]; then
|
||||||
git clone git@git.nickr.eu:ArchConfig/kitty
|
git clone git@git.nickr.eu:ArchConfig/kitty
|
||||||
|
else
|
||||||
|
cd kitty
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "evolution" ]; then
|
if [ ! -d "evolution" ]; then
|
||||||
git clone git@git.nickr.eu:ArchConfig/evolution
|
git clone git@git.nickr.eu:ArchConfig/evolution
|
||||||
|
else
|
||||||
|
cd evolution
|
||||||
|
git pull
|
||||||
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue