Skip to content

Commit

Permalink
clean up brewfile
Browse files Browse the repository at this point in the history
- install some tools by default
- remove seldomly used tool
  • Loading branch information
Okeanos committed Sep 16, 2023
1 parent 3bc62c6 commit 55e5e92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 55e5e92

Please sign in to comment.