From 9c726b5fde78d079da53671fe4da4adaf5e2482f Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Fri, 11 Apr 2025 17:29:19 +0200 Subject: [PATCH] :hammer: Update setup script Signed-off-by: SindreKjelsrud --- mac/setup.sh | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/mac/setup.sh b/mac/setup.sh index 0e6217a..abd7ed9 100644 --- a/mac/setup.sh +++ b/mac/setup.sh @@ -1,19 +1,21 @@ -# Open terminal and run following command to install brew +# Open terminal and run following command to install brew (Want to replace with Nix <3) /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # Useful tools -brew install rectangle topgrade stow betterdisplay alt-tab +brew install rectangle topgrade stow alt-tab pandoc typst aerospace font-jetbrains-mono-nerd-font # General programs -brew install firefox google-chrome spotify vscodium neofetch +brew install zen-browser google-chrome vscodium fastfetch libreoffice localsend slack # Developer tools -brew install git neovim podman podman-desktop docker-compose iterm2 virtualbox +brew install git neovim podman podman-desktop docker-compose alacritty virtualbox act fish starship ripgrep bruno dbeaver-community +# Fish +fish_add_path /opt/homebrew/bin # oh-my-zsh -sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" -git clone https://github.com/zsh-users/zsh-autosuggestions && mv zsh-autosuggestions .oh-my-zsh/plugins/ -source .oh-my-zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +#sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +#git clone https://github.com/zsh-users/zsh-autosuggestions && mv zsh-autosuggestions .oh-my-zsh/plugins/ +#source .oh-my-zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # dotfiles git clone https://github.com/SindreKjelsrud/dotfiles.git