Skip to content

Commit

Permalink
Add gpg to .Brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
takumism committed Mar 20, 2024
1 parent 536836f commit 41215a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .Brewfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tap "buo/cask-upgrade"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
brew "actionlint"
Expand All @@ -14,6 +15,7 @@ brew "fzf"
brew "gh"
brew "ghq"
brew "git"
brew "gnupg"
brew "go"
brew "golangci-lint"
brew "goreleaser"
Expand All @@ -26,9 +28,11 @@ brew "kubectx"
brew "neovim"
brew "nodenv"
brew "ranger"
brew "rbenv"
brew "ripgrep"
brew "shellcheck"
brew "starship"
brew "terraform"
brew "tmux"
brew "tree"
brew "wget"
Expand All @@ -43,7 +47,7 @@ cask "font-hack-nerd-font"
cask "google-chrome"
cask "google-cloud-sdk"
cask "google-japanese-ime"
cask "iterm2"
cask "intellij-idea"
cask "karabiner-elements"
cask "onyx"
cask "raycast"
Expand All @@ -54,3 +58,4 @@ cask "spotify"
cask "the-unarchiver"
cask "visual-studio-code"
cask "vlc"
cask "zoom"
5 changes: 5 additions & 0 deletions .zsh/commands.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ export GO111MODULE=on
export PATH="$(go env GOROOT)/bin:$PATH"
export PATH="$(go env GOPATH)/bin:$PATH"

# ----------------------------
# gpg
# ----------------------------
export GPG_TTY=$TTY

# ----------------------------
# grep / ripgrep
# ----------------------------
Expand Down

0 comments on commit 41215a4

Please sign in to comment.