dotfiles/Brewfile

130 lines
3.0 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"
2019-03-01 13:03:11 +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-06-14 14:15:49 +00:00
cask "vlc"
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-10-30 08:57:09 +00:00
# Arduino
cask "arduino"
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"
# 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"
2019-09-12 08:09:55 +00:00
# tools for K8S
brew "kubectl"
brew "kubectx"
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