dotfiles/Brewfile

132 lines
3.0 KiB
Plaintext
Raw Normal View History

2019-03-01 09:17:42 +01:00
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
2019-08-11 21:44:01 +02:00
# Tap for chezmoi
2019-03-01 09:17:42 +01:00
tap "twpayne/taps"
2019-08-11 21:44:01 +02:00
# Tap for real path
2019-03-01 11:42:04 +01:00
tap "iveney/mocha"
2019-03-01 14:03:11 +01:00
2019-03-01 09:17:42 +01:00
cask "java"
2019-03-01 10:16:59 +01:00
cask "iterm2"
cask "zoomus"
cask "visual-studio-code"
2019-03-01 14:03:11 +01:00
cask "pgadmin4"
cask "sloth"
2019-04-03 15:02:09 +02:00
cask "xmind"
2019-06-14 16:15:49 +02:00
cask "vlc"
2019-07-19 19:52:53 +02:00
cask "firefox"
2019-09-02 10:36:19 +02:00
# quik for GoPro
cask "quik"
2019-09-09 16:01:23 +02:00
# Skitch for taking notes
cask "skitch"
2019-03-01 14:03:11 +01:00
# Fonts
cask "font-meslo-for-powerline"
2019-09-19 14:38:37 +02:00
# IntelliJ IDEA Ultimate
cask "intellij-idea"
2019-09-29 20:07:52 +02:00
# IntelliJ Goland Toolbox
cask "goland"
# Godot : Free 2D/3D Game Engine
cask "godot"
2019-10-01 11:13:41 +02:00
# Calibre for converting ebooks (epub to pdf)
cask "calibre"
2019-10-14 10:54:56 +02:00
# Vagrant
cask "vagrant"
# VirtualBox
cask "virtualbox"
2019-10-30 09:57:09 +01:00
# Arduino
cask "arduino"
2019-03-01 14:03:11 +01:00
2019-08-16 18:01:12 +02: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 09:17:42 +01:00
brew "git-ftp"
brew "gnu-sed"
brew "hugo"
brew "inetutils"
brew "ncftp"
brew "plantuml"
2019-03-01 10:40:37 +01:00
brew "python3"
2019-03-01 09:17:42 +01:00
brew "ripgrep"
brew "twpayne/taps/chezmoi"
2019-03-01 11:00:59 +01:00
brew "tmux"
2019-03-01 09:17:42 +01:00
brew "node"
# Fasd (pronounced similar to "fast") is a command-line productivity booster. https://github.com/clvv/fasd
2019-03-01 11:13:18 +01:00
brew "fasd"
# Simplistic interactive filtering tool https://github.com/peco/peco
2019-03-01 11:42:04 +01:00
brew "peco"
# Tig is an ncurses-based text-mode interface for git.
2019-03-01 11:42:04 +01:00
brew "tig"
# OS X: Get Full Path of File Using Realpath
2019-03-01 11:42:04 +01: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 13:28:33 +01:00
brew "lynx"
2019-03-01 22:20:11 +01:00
brew "colordiff"
# Proxy server that works as a poor man's VPN
2019-05-04 10:30:40 +02:00
brew "sshuttle"
2019-05-07 14:50:39 +02:00
brew "ansible"
# Next gen ls command https://github.com/Peltoche/lsd
2019-05-21 13:14:51 +02:00
brew "lsd"
2019-06-16 20:08:41 +02:00
brew "swi-prolog"
2019-06-16 19:45:30 +02:00
brew "logtalk"
2019-07-22 13:42:49 +02:00
brew "terraform"
brew "watch"
brew "grep"
brew "htop"
brew "moreutils"
2019-07-23 21:09:36 +02: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 10:26:43 +02: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 14:52:20 +02:00
# Add dict
brew "dict"
2019-08-16 16:57:01 +02:00
# Add prettyping
brew "prettyping"
2019-08-16 17:41:09 +02:00
# Install glances for monitoring
brew "glances"
2019-08-16 18:01:12 +02:00
# Fuzzy Finder
brew "fzf"
2019-08-17 00:15:27 +02:00
# Diff-so-fancy
brew "diff-so-fancy"
2019-08-17 00:24:10 +02:00
# add nice disk usage
brew "ncdu"
2019-08-17 00:30:25 +02: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 16:10:13 +02:00
# add nushell https://github.com/nushell/nushell
brew "nushell"
2019-09-12 10:09:55 +02:00
# tools for K8S
brew "kubectl"
brew "kubectx"
2019-10-14 10:42:21 +02:00
brew "packer"
2019-10-25 14:25:50 +02:00
brew "go"
2019-11-09 10:58:36 +01:00
brew "weechat" # need an IRC client
2019-11-09 13:34:55 +01:00
brew "tflint" # terraform linter
2019-11-09 13:46:10 +01:00
brew "ktlint" # kotlin linter
2019-11-09 14:12:28 +01:00
brew "cmake" # compiler, was needed for compiling YouCompleteMe, see https://github.com/ycm-core/YouCompleteMe
2019-11-16 10:47:17 +01:00
brew "zola" # a simple and fast static site generator
2019-11-16 13:29:52 +01:00
brew "rustup" # Install Rust