-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
49 lines (47 loc) · 802 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
45
46
47
48
49
# brew bundle dump
tap "homebrew/cask"
tap "heroku/brew"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "thoughtbot/formulae"
brew "coreutils"
brew "pyenv"
brew "libyaml"
brew "reattach-to-user-namespace"
brew "scmpuff"
brew "node"
brew "git"
brew "neovim"
brew "stow"
brew "tmux"
brew "tree"
brew "wget"
brew "yarn"
brew "zsh"
brew "antigen"
brew "asdf"
brew "ripgrep"
brew "fd"
brew "gnu-tar"
brew "gzip"
brew "unzip"
brew "curl"
brew "lazygit"
brew "thezoraiz/ascii-image-converter/ascii-image-converter"
brew "figlet"
brew "lolcat"
# Casks
cask "google-chrome"
cask "alacritty"
# cask "macs-fan-control"
cask "sublime-text"
cask "telegram"
cask "visual-studio-code"
cask "webstorm"
cask "postman"
cask "zoomus"
cask "kitty"
cask "vlc"
cask "bittorrent"