-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
44 lines (44 loc) · 1008 Bytes
/
Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
tap "homebrew/bundle"
tap "jesseduffield/lazygit"
tap "nikitabobko/tap"
brew "autojump"
brew "bat"
brew "chezmoi"
brew "colima"
brew "docker"
brew "docker-compose"
brew "eza"
brew "fd"
brew "fzf"
brew "go"
brew "neovim"
brew "postgresql@14"
brew "pyenv"
brew "pyenv-virtualenvwrapper"
brew "ripgrep"
brew "stow"
brew "tmux"
brew "virtualenv"
brew "virtualenvwrapper"
brew "zoxide"
brew "jesseduffield/lazygit/lazygit"
cask "aerospace"
cask "alacritty"
cask "flameshot"
cask "font-meslo-lg-nerd-font"
vscode "andenetalexander.vim-cheatsheet"
vscode "bmewburn.vscode-intelephense-client"
vscode "charliermarsh.ruff"
vscode "codezombiech.gitignore"
vscode "golang.go"
vscode "kaisun.vscodevimacademy"
vscode "ms-python.debugpy"
vscode "ms-python.mypy-type-checker"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-vscode-remote.remote-containers"
vscode "otovo-oss.htmx-tags"
vscode "sumneko.lua"
vscode "vintharas.learn-vim"
vscode "vscode-icons-team.vscode-icons"
vscode "vscodevim.vim"