macos script fix
This commit is contained in:
parent
3a74fbb974
commit
f820647270
0
git-set.sh
Normal file → Executable file
0
git-set.sh
Normal file → Executable file
19
macos-first-install.sh
Normal file → Executable file
19
macos-first-install.sh
Normal file → Executable file
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user