Skip to content

Commit

Permalink
Revert Brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed May 30, 2024
1 parent 2597baa commit dc2f6e2
Showing 1 changed file with 37 additions and 46 deletions.
83 changes: 37 additions & 46 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,60 +1,51 @@
tap "homebrew/bundle"

ci = ENV["GITHUB_ACTIONS"] == "true"
STDERR.puts "GITHUB_ACTIONS => #{ENV["GITHUB_ACTIONS"]}"
STDERR.puts "CI => #{ci}"

brew "bat"
brew "chezmoi"
brew "colordiff"
brew "curl"
brew "deno"
brew "editorconfig"
brew "exiftool"
brew "fswatch"
brew "fzf"
brew "ghq"
brew "git"
brew "git-delta"
brew "git-lfs"
brew "hadolint"
brew "htop"
brew "hub"
brew "jq"
brew "mercurial"
brew "mise"
brew "neovim"
brew "ripgrep"
brew "sheldon"
brew "shellcheck"
brew "socat"
brew "starship"
brew "tig"
brew "xz"
brew "zsh"

unless ci
brew "bat"
brew "colordiff"
brew "deno"
brew "editorconfig"
brew "exiftool"
brew "fswatch"
brew "fzf"
brew "ghq"
brew "git"
brew "git-delta"
brew "git-lfs"
brew "hadolint"
brew "htop"
brew "hub"
brew "jq"
brew "mercurial"
brew "neovim"
brew "ripgrep"
brew "shellcheck"
brew "tig"
brew "xz"
brew "zx"
end
brew "zx"

if OS.mac?
unless ci
tap "1password/tap"
tap "1password/tap"

brew "autoconf"
brew "automake"
brew "cmake"
brew "coreutils"
brew "findutils"
brew "gpg"
brew "gnu-sed"
brew "grep"
brew "gzip"
brew "rsync"
brew "unzip"
brew "wget"
brew "autoconf"
brew "automake"
brew "cmake"
brew "coreutils"
brew "findutils"
brew "gpg"
brew "gnu-sed"
brew "grep"
brew "gzip"
brew "rsync"
brew "unzip"
brew "wget"

cask "1password-cli"
cask "git-credential-manager"
end
cask "1password-cli"
cask "git-credential-manager"
end

0 comments on commit dc2f6e2

Please sign in to comment.