dotfiles/files/Brewfile

74 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-04-04 12:54:52 +00:00
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
2023-02-28 18:01:35 +00:00
tap "jandedobbeleer/oh-my-posh"
2022-04-04 12:54:52 +00:00
brew "fish"
brew "git"
brew "git-lfs"
2022-04-08 09:17:15 +00:00
brew "git-crypt"
2022-04-04 12:54:52 +00:00
brew "gnupg"
brew "go"
brew "htop"
brew "latexindent"
brew "neovim"
brew "rclone"
brew "rename"
brew "tectonic"
brew "tmux"
brew "tree"
brew "vim"
brew "wget"
brew "woff2"
2022-04-08 07:42:21 +00:00
brew "kubectx"
2022-04-09 15:36:02 +00:00
brew "kubernetes-cli"
2022-04-26 14:53:38 +00:00
brew "bat"
2022-10-17 12:57:08 +00:00
brew "rsync"
2023-02-28 18:01:35 +00:00
brew "oh-my-posh"
2023-03-06 14:13:15 +00:00
brew "fnm"
2023-03-09 10:37:34 +00:00
brew "direnv"
2023-10-30 09:04:03 +00:00
brew "ripgrep"
2022-04-04 12:54:52 +00:00
2023-02-23 12:47:06 +00:00
# Fonts
cask "font-hack-nerd-font"
cask "font-jetbrains-mono-nerd-font"
2023-02-23 18:32:29 +00:00
# Utility
cask "macfuse"
2022-04-04 12:54:52 +00:00
cask "appcleaner"
cask "balenaetcher"
2022-04-06 15:10:56 +00:00
cask "keka"
2023-02-23 18:32:29 +00:00
cask "knockknock"
cask "lulu"
cask "mediahuman-audio-converter"
cask "handbrake"
cask "imageoptim"
cask "bettertouchtool"
cask "suspicious-package"
cask "mullvadvpn"
cask "cyberduck"
cask "mountain-duck"
cask "veracrypt"
# Dev
cask "docker"
2022-04-06 15:10:56 +00:00
cask "iterm2"
2023-02-23 18:32:29 +00:00
cask "kitty"
cask "sloth"
cask "visual-studio-code"
cask "vscodium"
cask "postman"
# Apps
cask "mark-text"
2022-04-06 15:21:34 +00:00
cask "bitwarden"
cask "spotify"
cask "vlc"
cask "transmission"
cask "slack"
cask "notion"
cask "signal"
2022-04-06 15:43:42 +00:00
cask "firefox"
cask "obs"
2022-06-03 12:02:08 +00:00
cask "figma"
2022-06-05 20:57:02 +00:00
cask "keycastr"