Skip to content

Commit

Permalink
✨ Add Brewfile
Browse files Browse the repository at this point in the history
  • Loading branch information
H1rono committed Jun 27, 2024
1 parent 51cb796 commit a31de85
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
# Ignore build outputs from performing a nix-build or `nix build` command
result
result-*

# lock of brew bundle dump
Brewfile.lock.json
40 changes: 40 additions & 0 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
tap "homebrew/bundle"

brew "bat"
brew "curl"
brew "direnv"
brew "dust"
brew "fzf"
brew "gh"
brew "git"
brew "git-lfs"
brew "jq"
brew "lazygit"
brew "llvm"
brew "lsd"
brew "mise"
brew "neovim"
brew "openssh"
brew "protobuf"
brew "rustup-init"
brew "sheldon"
brew "starship"
brew "tmux"
brew "wget"
brew "zoxide"
brew "zsh"

cask "discord"
cask "docker"
cask "font-firgenerd"
cask "karabiner-elements"
cask "keycastr"
cask "obsidian"
cask "raspberry-pi-imager"
cask "raycast"
cask "slack"
cask "visual-studio-code"
cask "wezterm"
cask "xquartz"
cask "zoom"
cask "zulip"

0 comments on commit a31de85

Please sign in to comment.