🔨 Update setup script
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
95f5269bea
commit
9c726b5fde
1 changed files with 9 additions and 7 deletions
16
mac/setup.sh
16
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)"
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||||
|
|
||||||
# Useful tools
|
# 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
|
# General programs
|
||||||
brew install firefox google-chrome spotify vscodium neofetch
|
brew install zen-browser google-chrome vscodium fastfetch libreoffice localsend slack
|
||||||
|
|
||||||
# Developer tools
|
# 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
|
# oh-my-zsh
|
||||||
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 && mv zsh-autosuggestions .oh-my-zsh/plugins/
|
#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
|
#source .oh-my-zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|
||||||
# dotfiles
|
# dotfiles
|
||||||
git clone https://github.com/SindreKjelsrud/dotfiles.git
|
git clone https://github.com/SindreKjelsrud/dotfiles.git
|
||||||
|
|
Loading…
Add table
Reference in a new issue