Last active
October 27, 2024 16:44
-
-
Save mostlyfine/a4618789c380bb9aba7ce5dea3b6a78c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cask_args appdir: "/Applications" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/core" | |
tap "homebrew/cask-fonts" | |
tap "universal-ctags/universal-ctags" | |
brew "asdf" | |
brew "bitwarden-cli" | |
brew "colordiff" | |
brew "colima" | |
brew "direnv" | |
brew "docker" | |
brew "fzf" | |
brew "git" | |
brew "ghq" | |
brew "git-delta" | |
brew "gnupg" | |
brew "hub" | |
brew "jq" | |
brew "jnv" | |
brew "keychain" | |
brew "mas" | |
brew "nkf" | |
brew "ripgrep" | |
brew "tig" | |
brew "tmux" | |
brew "universal-ctags", args: ["HEAD"] | |
brew "vim" | |
brew "watch" | |
brew "wget" | |
brew "zsh" | |
cask "aws-vault" | |
cask "deepl" | |
cask "font-hackgen" | |
cask "font-udev-gothic" | |
cask "iterm2" | |
cask "google-chrome" | |
cask "google-japanese-ime" | |
cask "obsidian" | |
cask "raycast" | |
cask "visual-studio-code" | |
mas "Bitwarden", id: 1352778147 | |
mas "Display Menu", id: 549083868 | |
mas "CotEditor", id: 1024640650 | |
mas "The Unarchiver", id: 425424353 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment