🔨 Update setup script

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2025-04-11 17:29:19 +02:00
parent 95f5269bea
commit 9c726b5fde
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -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