Last active
April 5, 2023 07:26
-
-
Save joske/dd7f58381ce742d0bf3a371e3dda7c48 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-fonts" | |
tap "homebrew/core" | |
brew "bash" | |
brew "bash-completion@2" | |
brew "bottom" | |
brew "btop" | |
brew "cloc" | |
brew "docker" | |
brew "docker-credential-helper" | |
brew "exa" | |
brew "[email protected]" | |
brew "fabric" | |
brew "fish" | |
brew "fisher" | |
brew "gdu" | |
brew "git-gui" | |
brew "gnu-sed" | |
brew "go" | |
brew "graphviz" | |
brew "grep" | |
brew "gtk4" | |
brew "pkg-config" | |
brew "htop" | |
brew "jq" | |
brew "lazygit" | |
brew "libpq", link: true | |
brew "lima" | |
brew "luarocks" | |
brew "multitail" | |
brew "neofetch" | |
brew "neovim" | |
brew "neovide" | |
brew "neovim-qt" | |
brew "node" | |
brew "pv" | |
brew "[email protected]" | |
brew "ripgrep" | |
brew "ruby" | |
brew "rust-analyzer" | |
brew "rustup-init" | |
brew "sccache" | |
brew "shellcheck" | |
brew "stylua" | |
brew "texlive" | |
brew "tmux" | |
brew "tree" | |
brew "universal-ctags" | |
brew "watch" | |
brew "wget" | |
cask "font-ubuntu-mono-nerd-font" | |
cask "insomnia" | |
cask "meld" | |
cask "stats" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment