From f820647270cf843742468660ec9383ed05692afc Mon Sep 17 00:00:00 2001 From: vlnko Date: Sat, 3 Jan 2026 16:46:01 +0300 Subject: [PATCH] macos script fix --- git-set.sh | 0 macos-first-install.sh | 19 ++++++++----------- 2 files changed, 8 insertions(+), 11 deletions(-) mode change 100644 => 100755 git-set.sh mode change 100644 => 100755 macos-first-install.sh 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"