Skip to content

Commit

Permalink
feat: add gnupg
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsd committed Jul 5, 2024
1 parent 9b86dc3 commit a9516e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ sub_help () {
echo " macos Apply macOS system defaults"
echo " test Run tests"
echo " asdf Update asdf global packages"
echo " brew Update Homebrew/Cask packages"
echo " node Update Node packages"
echo " update Update packages and pkg managers (OS, brew, npm)"
}

Expand Down Expand Up @@ -44,6 +46,14 @@ sub_asdf () {
cd ${DOTFILES_DIR} && make asdf-packages
}

sub_brew () {
cd ${DOTFILES_DIR} && make macos-packages
}

sub_node () {
cd ${DOTFILES_DIR} && make node-packages
}

case $COMMAND_NAME in
"" | "-h" | "--help")
sub_help
Expand Down
2 changes: 2 additions & 0 deletions install/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ brew "wget"
brew "libyaml"
brew "git-delta"
brew "topgrade"
brew "gnupg"
brew "gnupg2"

0 comments on commit a9516e3

Please sign in to comment.