From 55e5e92cbaafe5e8c2cf72282244f4be1118699f Mon Sep 17 00:00:00 2001 From: Nikolas Grottendieck Date: Sat, 16 Sep 2023 18:18:12 +0200 Subject: [PATCH] clean up brewfile - install some tools by default - remove seldomly used tool --- Brewfile | 11 ++++++++++- bootstrap.sh | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Brewfile b/Brewfile index 17388d7d956..e9e43383e5e 100755 --- a/Brewfile +++ b/Brewfile @@ -15,12 +15,13 @@ brew "coreutils" brew "curl" brew "dive" brew "findutils" +brew "gh" brew "git" brew "git-lfs" brew "gnu-sed" +brew "gnupg" brew "go" brew "grep" -brew "hadolint" brew "htop" brew "jq" brew "kubectx" @@ -50,6 +51,7 @@ cask "gpg-suite-no-mail" cask "iterm2" cask "jetbrains-toolbox" cask "keepassxc" +cask "powershell" cask "qlmarkdown", args: { no_quarantine: true } cask "rectangle" cask "sourcetree" @@ -58,3 +60,10 @@ cask "syntax-highlight", args: { no_quarantine: true } cask "temurin17" cask "the-unarchiver" cask "visual-studio-code" + +# Install Mac App Store applications +# See https://github.com/mas-cli/mas +mas "AdGuard for Safari", id: 1440147259 +mas "Keynote", id: 409183694 +mas "Numbers", id: 409203825 +mas "Pages", id: 409201541 diff --git a/bootstrap.sh b/bootstrap.sh index cf52b715712..357039e7d3c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -11,7 +11,7 @@ function doIt() { stow --dotfiles --dir "stow" "maven" --target "${HOME}" stow --dotfiles --dir "stow" "misc" --target "${HOME}" mkdir -p "${HOME}/.config" - #stow --dotfiles --dir "stow" "powershell" --target "${HOME}"; + stow --dotfiles --dir "stow" "powershell" --target "${HOME}"; stow --dotfiles --dir "stow" "shell" --target "${HOME}" mkdir -p "${HOME}/.ssh/config.d" stow --dotfiles --dir "stow" "ssh" --target "${HOME}"