forked from webpro/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
135 lines (115 loc) · 2.36 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
tap "homebrew/bundle"
tap "homebrew/core"
tap "homebrew/services"
tap "cloudfoundry/tap"
tap "Rigellute/tap"
tap "k14s/tap"
# Microsoft Azure CLI 2.0
brew "azure-cli"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Tool to color ci diff
brew "git-delta"
# Bash completion
brew "bash-completion"
# Encoding tool
brew "ffmpeg"
# Git optimization tool
brew "gifsicle"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Distributed revision control system
brew "git"
brew "git-lfs"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Mac App Store command-line interface
brew "mas"
# Platform built on V8 to build network applications
brew "node"
# Internet file retriever
brew "wget"
# UNIX shell (command interpreter)
brew "zsh"
# VIM replacement
brew "neovim"
# Terminal Multiplexer
brew "tmux"
# Show System information
brew "neofetch"
# Youtube stuff
brew "youtube-dl"
# Like top but written in go
brew "gotop"
# Update bash
brew "bash"
# bash ShellCheck
brew "shellcheck"
# vis lib to draw graphs
brew "graphviz"
# direnv handle envrc files
brew "direnv"
# Shell prompt
brew "starship"
# Lint yml
brew "yamllint"
# Gnu version of GPG
brew "gnupg"
# Gnu implementation of openssl
brew "openssl"
## Kubernetes STUFF
brew "kubectl"
# Kubernetes in docker
brew "kind"
# K8s package manager
brew "helm"
## Docker STUFF
# docker tool to look into the images / layers
brew "dive"
## Cask applications
# Run containers on mac
brew "docker"
# Browser
brew "firefox"
brew "google-chrome"
brew "microsoft-edge"
#System information
brew "istat-menus"
# MS Chat and call application
brew "microsoft-teams"
brew "slack"
# Test / use REST apis
brew "postman"
# Music
brew "spotify"
brew "tidal"
# IDE
brew "visual-studio-code"
#manage github prs / issues
brew "gitify"
brew "vlc"
brew "signal"
brew "enpass"
brew "logitech-options"
# Terminal alternative
brew "alacritty"
#Window management
brew "rectangle"
#RSS news reader
brew "netnewswire"
# Control Monitor brightness & volume
brew "monitorcontrol"
# Microsoft Office, Word, Excel, PP, onedrive, outlook
brew "microsoft-office"
## Fonts
brew "font-jetbrains-mono"
brew "font-hack-nerd-font"
brew "font-victor-mono"
brew "font-victor-mono-nerd-font"
## RUBY STUFF
# ruby version manager
#brew "rbenv"
#change current ruby
#brew "chruby"
## RUST Stuff
brew "rustup-init"