dont install i3wm by default
This commit is contained in:
parent
66028dbbbe
commit
4e64f3aeba
10
install.sh
10
install.sh
|
@ -150,14 +150,20 @@ main() {
|
||||||
base_applications
|
base_applications
|
||||||
|
|
||||||
install_docker
|
install_docker
|
||||||
|
|
||||||
install_i3
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $cmd == "compose" ]]; then
|
if [[ $cmd == "compose" ]]; then
|
||||||
install_compose
|
install_compose
|
||||||
elif [[ $cmd == "dotfiles" ]]; then
|
elif [[ $cmd == "dotfiles" ]]; then
|
||||||
get_dotfiles
|
get_dotfiles
|
||||||
|
elif [[ $cmd == "go" ]]; then
|
||||||
|
install_golang
|
||||||
|
elif [[ $cmd == "goprojects" ]]; then
|
||||||
|
get_public_go_projects
|
||||||
|
elif [[ $cmd == "i3" ]]; then
|
||||||
|
install_i3
|
||||||
|
elif [[ $cmd == "odl" ]]; then
|
||||||
|
get_odl_projects
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue