From 0303793cac89d4ae62d88f079b41600da15e06f3 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 30 Aug 2023 11:17:16 +0200 Subject: [PATCH] rename file --- ...ew_install-programs.sh => README_darwin.md | 43 +++++++++++-------- 1 file changed, 26 insertions(+), 17 deletions(-) rename scripts/brew_install-programs.sh => README_darwin.md (63%) diff --git a/scripts/brew_install-programs.sh b/README_darwin.md similarity index 63% rename from scripts/brew_install-programs.sh rename to README_darwin.md index 78b1377..340a553 100644 --- a/scripts/brew_install-programs.sh +++ b/README_darwin.md @@ -1,32 +1,41 @@ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" +brew install ruby +brew install gnupg +brew install chezmoi brew install kdoctor brew install cocoapods -brew install ruby -brew install pass -brew install pass-otp +brew install starship brew install zsh-completions brew install zsh-autosuggestion brew install zsh-autocomplete +brew install fzf +brew install htop +brew install btop +brew install pass +brew install pass-otp +brew install pinentry-mac brew install qtpass -brew install hollywood brew tap amar1729/formulae brew install browserpass -brew install gnupg -brew install pinentry-mac -brew install chezmoi -brew install starship -brew install chezmoi +PREFIX='/opt/homebrew/opt/browserpass' make hosts-firefox-user -f '/opt/homebrew/opt/browserpass/lib/browserpass/Makefile' +change gpg path in firefox to /opt/homebrew/bin/gpg +brew install hollywood + +brew install koekeishiya/formulae/yabai +If you are using the scripting-addition; remember to update your sudoers file: + sudo visudo -f /private/etc/sudoers.d/yabai + +Build the configuration row by running: + echo "$(whoami) ALL=(root) NOPASSWD: sha256:$(shasum -a 256 $(which yabai) | cut -d " " -f 1) $(which yabai) --load-sa + +brew install koekeishiya/formulae/skhd +brew install jq +brew install choose-gui +brew install rg +brew install flycut brew cask install font-fira-code brew install --cask font-fira-code brew install --cask font-finagler brew tap homebrew/cask-fonts brew search '/font-.*-nerd-font/' | awk '{ print $1 }' | xargs -I{} brew install --cask {} || true brew install --cask font-hack-nerd-font -brew install fzf -brew install htop -brew install polymc -brew install koekeishiya/formulae/yabai -brew install jq -brew install choose-gui -brew install rg -brew install flycut