macos script fix

This commit is contained in:
Vladislav 2026-01-03 13:52:04 +03:00
parent 940405cb44
commit 86e4afe721
2 changed files with 9 additions and 1 deletions

View File

@ -6,4 +6,4 @@
- `alacritty-install.sh` installs alacritty, creates my config file and installs catpuccin frappe theme - `alacritty-install.sh` installs alacritty, creates my config file and installs catpuccin frappe theme
- `check-ip.sh` checks the public IP address linked to the domain name - `check-ip.sh` checks the public IP address linked to the domain name
- `svg-parse.py` parses the svg russia map and outputs titles of the regions and their ids - `svg-parse.py` parses the svg russia map and outputs titles of the regions and their ids
- `macos-first-install` installs basic soft i need on clean machine - `macos-first-install.sh` installs basic soft i need on clean machine

View File

@ -5,6 +5,14 @@
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
cat <<EOF > ~/.zshrc
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="murilasso"
plugins=(git zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
EOF
# Installing homebrew # Installing homebrew