dotfiles/Brewfile

101 lines
2.2 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-10 16:18:54 +02:00
cask "spectacle"
2019-07-19 19:52:53 +02:00
cask "firefox"
2019-06-25 07:56:47 +02:00
2019-03-01 14:03:11 +01:00
# Fonts
cask "font-meslo-for-powerline"
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"