Skip to content

Commit

Permalink
fix: update brewfile programs
Browse files Browse the repository at this point in the history
Signed-off-by: vladislav doster <10052309+vladdoster@users.noreply.github.com>
  • Loading branch information
vladdoster authored Mar 29, 2023
1 parent a3e4335 commit 88afdf1
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# CFG
cask_args appdir: "/Applications"

tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "wez/wezterm"

# CLI
brew "autoconf"
brew "automake"
brew "awk", link: true
brew "binutils"
brew "bison"
brew "brotli"
brew "cmake"
brew "coreutils"
brew "cpanminus", link: true
brew "curl"
brew "gcc"
brew "git"
brew "gdbm"
brew "gettext"
brew "git", link: true
brew "git-svn"
brew "gnu-indent"
brew "gnu-sed"
brew "gnu-tar"
Expand All @@ -22,38 +27,35 @@ brew "go"
brew "grep"
brew "gzip"
brew "htop"
brew "less"
brew "less", link: true
brew "libevent"
brew "libunistring"
brew "lua"
brew "luarocks"
brew "m4"
brew "make"
brew "ncurses"
brew "node"
brew "ncurses", link: true
brew "neovim", link: true
brew "node@16", link: true
brew "npm"
brew "openssh"
brew "pcre2"
brew "perl", link: true
brew "ssh"
brew "stow"
brew "subversion"
brew "tmux"
brew "texinfo"
brew "tmux", link: true
brew "unzip"
brew "watch"
brew "wget"
brew "xz"
brew "zsh"

# Install GUI applications
brew "zsh", link: true
brew "zstd"
# GUI
cask "1password"
cask "docker"
cask "font-blex-mono-nerd-font"
cask "hammerspoon"
cask "monitorcontrol"
cask "the-unarchiver"
cask "transmission"
cask "vivaldi"
cask "vlc"
cask "wezterm"

# QuickLook plugins
cask "qlcolorcode"
cask "qlmarkdown"
cask "qlstephen"
cask "webpquicklook"

0 comments on commit 88afdf1

Please sign in to comment.