dotfiles/Brewfile

200 lines
6.1 KiB
Plaintext
Raw Normal View History

2019-03-01 08:17:42 +00:00
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
2019-08-11 19:44:01 +00:00
# Tap for chezmoi
2019-03-01 08:17:42 +00:00
tap "twpayne/taps"
2019-08-11 19:44:01 +00:00
# Tap for real path
2019-03-01 10:42:04 +00:00
tap "iveney/mocha"
tap "atlassian/tap"
tap "datawire/blackbird" # telepresence https://www.telepresence.io/reference/install
tap "liamg/tfsec"
tap "derailed/k9s"
2020-02-12 20:01:12 +00:00
tap "github/gh"
2020-02-13 21:07:19 +00:00
tap "derailed/popeye" # provides popeye, k8s sanity analysis
2020-02-22 15:31:41 +00:00
tap "instrumenta/instrumenta" # provides kubeval
tap "weaveworks/tap" # provides eksctl
tap "b4b4r07/tap" # provides gomi a replacement for rm command
tap "eddieantonio/eddieantonio" # provides imgcat, cat but for images
tap "jesseduffield/lazygit" # provides lazygit, simple terminal UI for git commands
tap "jesseduffield/lazydocker" # provides lazydocker, simple terminal UI for managnig docker
tap "skanehira/docui" # provides docui, simple terminal UI for creating/configuring docker services
tap "romkatv/powerlevel10k" # provides powerlevel10k
2020-06-21 10:38:50 +00:00
tap "shopify/shopify" # provides toxiproxy
tap "homebrew/cask-fonts" # provides fonts used by vim-devicons https://vimawesome.com/plugin/vim-devicons https://github.com/ryanoasis/nerd-fonts#font-installation
2020-06-30 16:11:23 +00:00
tap "wtfutil/wtfutil" # https://wtfutil.com/getting_started/installation/
2020-04-30 06:49:15 +00:00
2019-03-01 08:17:42 +00:00
cask "java"
2019-03-01 09:16:59 +00:00
cask "iterm2"
cask "zoomus"
cask "visual-studio-code"
2019-03-01 13:03:11 +00:00
cask "pgadmin4"
cask "sloth"
2019-04-03 13:02:09 +00:00
cask "xmind"
2019-07-19 17:52:53 +00:00
cask "firefox"
2019-09-02 08:36:19 +00:00
# quik for GoPro
cask "quik"
2019-09-09 14:01:23 +00:00
# Skitch for taking notes
cask "skitch"
2019-03-01 13:03:11 +00:00
# Fonts
cask "font-meslo-for-powerline"
2019-09-19 12:38:37 +00:00
# IntelliJ IDEA Ultimate
cask "intellij-idea"
2019-09-29 18:07:52 +00:00
# IntelliJ Goland Toolbox
cask "goland"
# Godot : Free 2D/3D Game Engine
cask "godot"
2019-10-01 09:13:41 +00:00
# Calibre for converting ebooks (epub to pdf)
cask "calibre"
2019-10-14 08:54:56 +00:00
# Vagrant
cask "vagrant"
# VirtualBox
cask "virtualbox"
2019-12-01 11:01:19 +00:00
cask "koa11y" # desktop app for asserting websites accessibility
cask "osxfuse" # telepresence https://www.telepresence.io/reference/install
cask "qbittorrent"
cask "vlc"
2020-06-21 10:38:50 +00:00
cask "brave-browser"
cask "dropbox"
cask "rescuetime"
cask "wireshark"
cask "font-hack-nerd-font" # provides fonts used by vim-devicons https://vimawesome.com/plugin/vim-devicons https://github.com/ryanoasis/nerd-fonts#font-installation
2019-03-01 13:03:11 +00:00
2019-08-16 16:01:12 +00:00
# Mac app store
mas 'Keynote', id: 409183694
mas 'iMovie', id: 408981434
mas 'Microsoft Remote Desktop', id: 1295203466
mas 'Pages', id: 409201541
mas 'GarageBand', id: 682658836
mas 'Numbers', id: 409203825
brew "zsh"
2019-03-01 08:17:42 +00:00
brew "git-ftp"
brew "gnu-sed"
brew "hugo"
brew "inetutils"
brew "ncftp"
brew "plantuml"
2019-03-01 09:40:37 +00:00
brew "python3"
2019-03-01 08:17:42 +00:00
brew "ripgrep"
brew "twpayne/taps/chezmoi"
2019-03-01 10:00:59 +00:00
brew "tmux"
2019-03-01 08:17:42 +00:00
brew "node"
2020-04-30 06:47:26 +00:00
# Fasd (pronounced similar to "fast") is a command-line productivity booster. https://github.com/clvv/fasd
2019-03-01 10:13:18 +00:00
brew "fasd"
# Simplistic interactive filtering tool https://github.com/peco/peco
2019-03-01 10:42:04 +00:00
brew "peco"
# Tig is an ncurses-based text-mode interface for git.
2019-03-01 10:42:04 +00:00
brew "tig"
# OS X: Get Full Path of File Using Realpath
2019-03-01 10:42:04 +00:00
brew "realpath"
brew "mackup"
# Lynx is a fully featured World-Wide Web browser for terminal users. https://invisible-island.net/lynx/
2019-03-01 12:28:33 +00:00
brew "lynx"
2019-03-01 21:20:11 +00:00
brew "colordiff"
# Proxy server that works as a poor man's VPN
2019-05-04 08:30:40 +00:00
brew "sshuttle"
2019-05-07 12:50:39 +00:00
brew "ansible"
# Next gen ls command https://github.com/Peltoche/lsd
2019-05-21 11:14:51 +00:00
brew "lsd"
2019-06-16 18:08:41 +00:00
brew "swi-prolog"
2019-06-16 17:45:30 +00:00
brew "logtalk"
2019-07-22 11:42:49 +00:00
brew "terraform"
brew "watch"
brew "grep"
brew "htop"
brew "moreutils"
2019-07-23 19:09:36 +00:00
brew "asciidoc"
brew "bash-snippets"
# Mac App Store command line interface
brew "mas"
# Using pyenv to be able to install specific python versions https://stackoverflow.com/questions/49794432/how-to-setup-a-pipenv-python-3-6-project-if-os-python-version-is-3-5
brew "pyenv"
# Google CLI https://github.com/jarun/googler
brew "googler"
2019-08-15 08:26:43 +00:00
# Install bat https://github.com/sharkdp/bat
brew "bat"
# https://github.com/jhspetersson/fselect
brew "fselect"
# Add surfraw https://github.com/kisom/surfraw
brew "surfraw"
2019-08-16 12:52:20 +00:00
# Add dict
brew "dict"
2019-08-16 14:57:01 +00:00
# Add prettyping
brew "prettyping"
2019-08-16 15:41:09 +00:00
# Install glances for monitoring
brew "glances"
2019-08-16 16:01:12 +00:00
# Fuzzy Finder
brew "fzf"
2019-08-16 22:15:27 +00:00
# Diff-so-fancy
brew "diff-so-fancy"
2019-08-16 22:24:10 +00:00
# add nice disk usage
brew "ncdu"
2019-08-16 22:30:25 +00:00
# add tldr alternative to help
brew "tldr"
# add pandoc
brew "pandoc"
# add ShellCheck
brew "shellcheck"
# add spell check
brew "aspell"
# add neofetch to nicely display system info
brew "neofetch"
2019-09-04 14:10:13 +00:00
# add nushell https://github.com/nushell/nushell
brew "nushell"
2020-04-30 06:46:08 +00:00
2019-09-12 08:09:55 +00:00
# tools for K8S
brew "kubectl"
brew "kubectx"
2020-04-30 06:46:08 +00:00
2019-10-14 08:42:21 +00:00
brew "packer"
2019-10-25 12:25:50 +00:00
brew "go"
2019-11-09 09:58:36 +00:00
brew "weechat" # need an IRC client
2019-11-09 12:34:55 +00:00
brew "tflint" # terraform linter
2019-11-09 12:46:10 +00:00
brew "ktlint" # kotlin linter
2019-11-09 13:12:28 +00:00
brew "cmake" # compiler, was needed for compiling YouCompleteMe, see https://github.com/ycm-core/YouCompleteMe
2019-11-16 09:47:17 +00:00
brew "zola" # a simple and fast static site generator
2019-11-16 12:29:52 +00:00
brew "rustup" # Install Rust
2019-12-01 11:01:19 +00:00
brew "jq" # add jq utility for parsing json
brew "octant" # k8s cluster viewer
brew "telepresence" # telepresence https://www.telepresence.io/reference/install
2019-12-01 11:01:19 +00:00
brew "ansiweather" # https://github.com/fcambus/ansiweather
brew "bats" # test for bash scripts
brew "atlassian-plugin-sdk" # atlassian sdk https://developer.atlassian.com/server/framework/atlassian-sdk/install-the-atlassian-sdk-on-a-linux-or-mac-system/#step-2-download-and-install-the-sdk
brew "terragrunt"
brew "helm"
brew "aws-iam-authenticator"
brew "tfsec"
brew "k9s"
brew "stern"
brew "tac" # Needed for some terraform modules at work
brew "coreutils"
2020-02-12 20:01:12 +00:00
brew "gh" # GitHub CLI
2020-02-13 06:37:28 +00:00
brew "bash" # time to upgrade bash
2020-02-13 21:07:19 +00:00
brew "popeye" # Kubernetes resources sanity analysis
2020-02-15 14:16:45 +00:00
brew "pre-commit" # https://pre-commit.com/#install
brew "terraform-docs" # https://github.com/segmentio/terraform-docs
brew "shfmt" # format shell
2020-02-22 15:31:41 +00:00
brew "dive" # a tool to explore docker layers
brew "terraform_landscape" # pretty print of terraform plan output
brew "kubeval" # linter for kubernetes config files
brew "eksctl"
brew "gomi" # replacement for rm command
brew "imgcat" # cat for images
brew "lazygit" # simple terminal UI for git commands
brew "lazydocker" # simple terminal UI for managing docker
brew "docui" # simple terminal UI for creating/configuring docker services
brew "httpie" # provides http - a command line HTTP client that will make you smile.
2020-03-07 08:55:56 +00:00
brew "hyperfine" # CLI benchmark tool
brew "powerlevel10k"
2020-06-21 10:38:50 +00:00
brew "translate-shell" # provides the trans command, more doc via https://www.ostechnix.com/use-google-translate-commandline-linux/
brew "toxiproxy"
brew "bitwarden-cli"
2020-06-30 07:59:51 +00:00
brew "awscli@2"
brew "newsboat"
2020-06-30 16:11:23 +00:00
brew "wtfutil"
brew "tfenv"
2020-07-08 10:07:04 +00:00
brew "tokei"
2020-07-08 12:08:02 +00:00
brew "fd"
2020-07-08 12:41:14 +00:00
brew "git-delta"