-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
62 lines (62 loc) · 1.14 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
tap "dteoh/sqa"
tap "homebrew/bundle"
tap "homebrew/cask-versions"
brew "arduino-cli"
brew "bash"
brew "bash-completion@2"
brew "clang-format"
brew "coreutils"
brew "dockutil"
brew "fd"
brew "ncurses"
brew "fish"
brew "fzf"
brew "gh"
brew "git"
brew "gnu-sed"
brew "go"
brew "gotop"
brew "helix"
brew "htop"
brew "hugo"
brew "[email protected]"
brew "ipython"
brew "jq"
brew "make"
brew "neofetch"
brew "neovim", args: ["HEAD"]
brew "pyenv"
brew "pyenv-virtualenv"
brew "[email protected]"
brew "ripgrep"
brew "tmux"
brew "tree"
brew "vivid"
brew "vlang"
brew "watch"
brew "youtube-dl"
cask "alt-tab"
cask "basictex"
cask "brave-browser"
cask "clocksaver"
cask "google-drive"
cask "iterm2"
cask "itsycal"
cask "karabiner-elements"
cask "monitorcontrol"
cask "rectangle"
cask "spotify"
cask "telegram"
cask "virtualbox"
cask "visual-studio-code"
cask "vlc"
cask "whatsapp"
vscode "ms-python.black-formatter"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-toolsai.jupyter"
vscode "ms-toolsai.jupyter-keymap"
vscode "ms-toolsai.jupyter-renderers"
vscode "ms-toolsai.vscode-jupyter-cell-tags"
vscode "ms-toolsai.vscode-jupyter-slideshow"
vscode "vscodevim.vim"