Añade qutebrowser al script de instalacion

This commit is contained in:
drymer 2016-10-14 12:12:47 +02:00
parent 31cf2cabba
commit 0f136d50ae
1 changed files with 6 additions and 2 deletions

View File

@ -25,11 +25,15 @@ elif [[ $1 = "tmux" ]]
then
cp $(pwd)/tmux.conf $HOME/.tmux.conf
elif [[ $1 = "qutebrowser" ]]
then
cp -r $(pwd)/qutebrowser $HOME/.config/qutebrowser
elif [[ $1 = "" ]]
then
echo "bash instala.sh {all, X, i3, tmux}"
echo "bash instala.sh {all, X, i3, tmux, qutebrowser}"
else
echo "No existe ese parámetro. Escoge: {all, X, i3, tmux}"
echo "No existe ese parámetro. Escoge: {all, X, i3, tmux, qutebrowser}"
fi