2025-04-11 17:29:19 +02:00
|
|
|
# Open terminal and run following command to install brew (Want to replace with Nix <3)
|
2024-11-30 21:58:32 +01:00
|
|
|
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
|
|
|
|
|
|
|
# Useful tools
|
2025-04-11 17:29:19 +02:00
|
|
|
brew install rectangle topgrade stow alt-tab pandoc typst aerospace font-jetbrains-mono-nerd-font
|
2024-11-30 21:58:32 +01:00
|
|
|
|
|
|
|
# General programs
|
2025-04-11 17:29:19 +02:00
|
|
|
brew install zen-browser google-chrome vscodium fastfetch libreoffice localsend slack
|
2024-11-30 21:58:32 +01:00
|
|
|
|
|
|
|
# Developer tools
|
2025-04-11 17:29:19 +02:00
|
|
|
brew install git neovim podman podman-desktop docker-compose alacritty virtualbox act fish starship ripgrep bruno dbeaver-community
|
2024-11-30 21:58:32 +01:00
|
|
|
|
2025-04-11 17:29:19 +02:00
|
|
|
# Fish
|
|
|
|
fish_add_path /opt/homebrew/bin
|
2024-11-30 21:58:32 +01:00
|
|
|
# oh-my-zsh
|
2025-04-11 17:29:19 +02:00
|
|
|
#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
|
2024-11-30 21:58:32 +01:00
|
|
|
|
|
|
|
# dotfiles
|
|
|
|
git clone https://github.com/SindreKjelsrud/dotfiles.git
|
|
|
|
cp -r dotfiles/mac .
|
|
|
|
cd mac && stow . --adopt && cd
|
|
|
|
cp dotfiles/.github/wallpaper/evangelion_unit-01.png mac/
|
|
|
|
wallpaper mac/evangelion_unit-01.png
|