diff --git a/git-set.sh b/git-set.sh old mode 100644 new mode 100755 diff --git a/macos-first-install.sh b/macos-first-install.sh old mode 100644 new mode 100755 index 1b94620..4c7e43d --- a/macos-first-install.sh +++ b/macos-first-install.sh @@ -1,16 +1,5 @@ #!/bin/bash -# Installing homebrew -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -echo "✅ Homebrew installed" - -# Installing z -brew install z -echo "✅ Z installed" - -# Installing ohmyzsh -sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - # Installing zsh-autosuggestions plugin git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions @@ -29,6 +18,10 @@ alias dea=". env/bin/activate" EOF echo "✅ Ohmyzsh installed, .zshrc created, zsh-autosuggestions installed" +# Installing z +brew install z +echo "✅ Z installed" + # Installing neovim and config brew install neovim mkdir -p ~/.config/nvim @@ -51,3 +44,7 @@ brew install --cask figma echo "✅ Figma installed" brew install --cask firefox echo "✅ Firefox installed" +brew install --cask telegram +echo "✅ Telegram installed" +brew install --cask vscodium +echo "✅ VSCodium installed"