Fix dotman

This commit is contained in:
Wiktor Zykubek 2020-03-08 19:41:18 +01:00
parent 845efb52c0
commit dd0777bf51

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