From db493015ef94817bac89d0dc23e85751a7fafda6 Mon Sep 17 00:00:00 2001 From: Pratik Tripathy Date: Wed, 18 Sep 2024 15:11:44 +0530 Subject: [PATCH] fix(install): Uncomment things --- scripts/install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index fd8ae07..af8c10b 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -4,7 +4,6 @@ # - Shortcuts: Maximize current window with [Windows + space] didn't # - NEOVIM: Lazy did not download automatically # - dotfiles: could NOT link it to aliases_personal -# TODO: Ensure KDE, Jetbrains, Zed, Sublime-text, VS-Code, flatpak, kitty: have the same theme installed # NOTE: should download dotfiles repo to ~ and NOT to ~/Downloads - since we are going to link Downloads @@ -59,10 +58,10 @@ main() { pre_install ./install-os-packages.sh - # ./install-brew-packages.sh - # ./install-flatpak-packages.sh + ./install-brew-packages.sh + ./install-flatpak-packages.sh - # manual_installs + manual_installs post_install cat "$INSTALL_LOG_FILE"