dotfiles/Brewfile

58 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-03-01 08:17:42 +00:00
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "twpayne/taps"
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-10 14:18:54 +00:00
cask "spectacle"
2019-07-19 17:52:53 +00:00
cask "firefox"
2019-06-25 05:56:47 +00:00
2019-03-01 13:03:11 +00:00
# Fonts
cask "font-meslo-for-powerline"
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"