-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
46 lines (38 loc) · 789 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
# Set global configuration arguments
cask_args appdir: "/Applications"
# Taps
tap "homebrew/cask"
tap "homebrew/cask-drivers"
tap "homebrew/cask-versions"
tap "homebrew/cask-fonts"
tap "homebrew/bundle"
# System set up
brew "bat"
brew "colordiff"
brew "git"
brew "fd"
# Fonts
cask "font-meslo-lg-nerd-font" # Used for vim-devicons plugin
# Programming languages / Development
#brew "mysql"
#brew "node"
#brew "python"
#brew "python3"
#brew "pyenv"
#brew "yarn"
# Shell
brew "fzf"
brew "neovim", args: ['HEAD']
brew "ripgrep"
brew "thefuck"
brew "bpytop"
# Install applications
cask "1password"
cask "kitty"
cask "logitech-camera-settings"
cask "notion"
cask "spotify"
cask "sublime-merge"
cask "visual-studio-code-insiders"
# Install MAS applications
#mas "Spark", id: 1176895641