fix(install-script): docker install fix, brave installation

- Install docker, brave through repositories instead of brew
This commit is contained in:
Pratik Tripathy
2024-12-24 18:39:27 +05:30
parent aadadcc825
commit 3d9f4769f7
4 changed files with 16 additions and 5 deletions

View File

@@ -1,8 +1,5 @@
#!/usr/bin/env sh
# TODO: Things that did not work
# - dotfiles: could NOT link it to aliases_personal
kitty_term() {
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
@@ -24,6 +21,9 @@ manual_installs() {
}
post_install() {
command -v docker >/dev/null 2>&1 && systemctl enable --now docker >/dev/null 2>&1 && echo "Docker enabled"
command -v docker >/dev/null 2>&1 && usermod -aG docker "$USER" && newgrp docker && echo "Added $USER to docker group"
chsh -s "$(which zsh)" && echo "Default shell changed to zsh"
# Time fix for Windows dual boot