Fix dotman

This commit is contained in:
samedamci 2020-03-08 19:41:18 +01:00
parent 1dd727de1f
commit 8296934346

2
dotman
View File

@ -39,7 +39,7 @@ cp -r * ~/.config/
if [ "$HOST" = "pc" ]; then
echo "Use pc config"
mv ~/.config/polybar/config.pc ~/.config/polybar/config
else if [ "$HOST" = "laptop" ]; then
elif [ "$HOST" = "laptop" ]; then
echo "Use laptop config..."
mv ~/.config/polybar/config.laptop ~/.config/polybar/config
fi