my personal dotfiles managed by dotbot, zinit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

129 lines
2.1 KiB

4 years ago
tap "buo/cask-upgrade"
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-fonts"
tap "homebrew/core"
tap "homebrew/bundle"
tap "homebrew/services"
tap "homebrew/cask-versions"
# primitives
4 years ago
brew "axel"
# https://en.wikipedia.org/wiki/List_of_GNU_Core_Utilities_commands
brew "coreutils"
brew "exa"
brew "git"
brew "neovim"
brew "zsh"
brew "zsh-completions"
brew "tmux"
brew "gnupg"
brew "gnu-sed"
4 years ago
# https://github.com/junegunn/fzf
brew "fzf"
4 years ago
# https://github.com/ggreer/the_silver_searcher
brew "the_silver_searcher"
brew "hub"
brew "tmux"
brew "trash"
brew "tree"
brew "wget"
brew "rsync"
# tools
2 years ago
brew "ipinfo-cli"
brew "youtube-dl"
brew "ffmpeg"
4 years ago
brew "imagemagick"
brew "mas"
4 years ago
brew "nmap"
brew "p7zip"
brew "dos2unix"
brew "proxychains-ng"
brew "htop"
brew "neofetch"
brew "readline"
brew "cmake"
brew "sqlite"
brew "xz"
brew "zlib"
# productivity
brew "ripgrep"
brew "fd"
4 years ago
# brew "hexyl"
# brew "xsv"
brew "jq"
4 years ago
# brew "hledger"
# dev
# brew "ruby"
# brew "go"
# brew "postgresql"
# brew "heroku"
4 years ago
# brew "node"
# brew "yarn"
# brew "wrk"
if ENV.key? 'CI_MODE'
cask "alfred"
cask "appcleaner"
cask "bartender"
cask "calibre"
cask "charles"
cask "cyberduck"
cask "dash"
cask "dozer"
cask "day-o"
cask "eudic"
cask "font-fira-code"
cask "font-source-code-pro"
cask "google-chrome"
4 years ago
cask "hammerspoon"
cask "iina"
cask "iterm2"
cask "java"
4 years ago
cask "jd-gui"
cask "karabiner-elements"
cask "keycastr"
cask "licecap"
cask "mos"
cask "mpv"
cask "nextcloud"
cask "nitroshare"
cask "visual-studio-code"
4 years ago
cask "syncthing"
cask "neteasemusic"
# open broadcaster software
cask "obs"
# note-taking app
cask "obsidian"
# cask "dropbox"
cask "postman"
# cask "qmk-toolbox"
cask "upic"
cask "via"
cask "vlc"
3 years ago
cask "musicbrainz-picard"
cask "plex"
3 years ago
cask "plexamp"
4 years ago
# Quick look
cask "qlcolorcode"
cask "qlstephen"
cask "qlmarkdown"
cask "quicklook-json"
cask "qlimagesize"
cask "suspicious-package"
cask "quicklookase"
cask "qlvideo"
mas "WeChat", id: 836500024
mas "Unsplash Wallpapers", id: 1284863847
mas "Microsoft OneNote", id: 784801555
# mas "Lungo", id: 1263070803
mas "Pages", id: 409201541
mas "Numbers", id: 409203825
mas "Keynote", id: 409183694
end