From 86e4afe7210e854716b9b2a7d9f3bbcacd1ba089 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Sat, 3 Jan 2026 13:52:04 +0300 Subject: [PATCH] macos script fix --- README.md | 2 +- macos-first-install.sh | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc6d70a..3b02a7d 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ - `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 - `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 diff --git a/macos-first-install.sh b/macos-first-install.sh index d9354e0..c4263c4 100644 --- a/macos-first-install.sh +++ b/macos-first-install.sh @@ -5,6 +5,14 @@ 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 < ~/.zshrc +export ZSH="$HOME/.oh-my-zsh" +ZSH_THEME="murilasso" +plugins=(git zsh-autosuggestions) +source $ZSH/oh-my-zsh.sh +EOF # Installing homebrew