macos script fix
This commit is contained in:
parent
940405cb44
commit
86e4afe721
@ -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
|
||||
|
||||
@ -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 <<EOF > ~/.zshrc
|
||||
export ZSH="$HOME/.oh-my-zsh"
|
||||
ZSH_THEME="murilasso"
|
||||
plugins=(git zsh-autosuggestions)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
EOF
|
||||
|
||||
# Installing homebrew
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user