Skip to content

Commit

Permalink
Brewfile Update Januar 2019
Browse files Browse the repository at this point in the history
This is the regular batch update for new, changed and deleted Homebrew
formulas/casks/taps.

>>> Added

- cabextract (1) - OSS tool to extract _Microsoft cabinet files_
  (`.cab`)
- nq (2) - A UNIX CLI queue utility that allows to create very
  lightweight job queue systems which require no setup, maintenance,
  supervision, or any long-running processes.
- wallpaper (3) - Allows to manage the desktop wallpaper on macOS from
  the CLI
- Spectrum (6) - The desktop app of Spectrum
- Visual Studio Code (7) - Code editing. Redefined. Free. Open source.
  Runs everywhere.

>>> Updated

- KeepassXC (4) - An actively developed community-edition of
  KeePassX (5)

References:
  (1) https://www.cabextract.org.uk
  (2) https://github.com/chneukirchen/nq
  (3) https://github.com/sindresorhus/macos-wallpaper
  (4) https://keepassxc.org
  (5) https://www.keepassx.org
  (6) https://spectrum.chat
  (7) https://code.visualstudio.com

Resolves GH-173
  • Loading branch information
arcticicestudio committed Jan 29, 2019
1 parent 59a5cc5 commit 60274c3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions snowflakes/homebrew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ brew "bash-completion@2"
brew "bat"
brew "buku"
brew "cmake"
brew "cabextract"
brew "cmark"
brew "cmark-gfm"
brew "coreutils"
Expand Down Expand Up @@ -87,6 +88,7 @@ brew "neofetch"
brew "nmap"
brew "node"
brew "noti"
brew "nq"
brew "ntfs-3g"
brew "openfortivpn"
brew "openssh", args: ["with-ldns"]
Expand All @@ -101,9 +103,9 @@ brew "rg"
brew "rsync"
brew "rust"
brew "rustc-completion"
brew "sassc"
brew "shellcheck"
brew "shellharden"
brew "sassc"
brew "sqlite"
brew "task", args: ["without-gnutls"]
brew "terminal-notifier"
Expand All @@ -113,6 +115,7 @@ brew "tmux", args: ["with-utf8proc"]
brew "trash-cli"
brew "tree"
brew "vim", args: ["with-client-server", "with-gettext", "with-lua", "with-luajit", "with-override-system-vi", "with-tcl"]
brew "wallpaper"
brew "watchman"
brew "webp"
brew "wget", args: ["with-gpgme", "with-libmetalink", "with-pcre"]
Expand Down Expand Up @@ -176,7 +179,7 @@ cask "java"
cask "java8"
cask "java-jdk-javadoc"
cask "kap"
cask "keepassx"
cask "keepassxc"
cask "keybase"
cask "microsoft-teams"
cask "mongodb-compass"
Expand All @@ -186,9 +189,11 @@ cask "postman"
cask "pycharm-ce"
cask "rsyncosx"
cask "slack"
cask "spectrum"
cask "tunnelblick"
cask "virtualbox"
cask "virtualbox-extension-pack"
cask "visual-studio-code"
cask "webstorm"
cask "xquartz"

Expand Down

0 comments on commit 60274c3

Please sign in to comment.