-
Notifications
You must be signed in to change notification settings - Fork 0
/
mac
55 lines (46 loc) · 823 Bytes
/
mac
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
#!/bin/bash
#
#
# sudo curl https://olivierodo.me/mac | bash -
#
#
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew doctor
# install softwares
brew install --force \
git \
tmux \
jq \
task \
kubernetes-cli \
there \
gh
# M3 Warning
# google-cloud-sdk: https://dontreinventbicycle.com/m1-gcloud-early-2021.html
brew install --cask \
alfred \
spotify \
opera \
insomnia \
docker \
gitify \
macpass \
caffeine \
mongodb-compass
google-cloud-sdk \
sequel-pro \
balenaetcher \
alacritty \
vlc \
shureplus-motiv \
anki \
logi-options-plus \
nordvpn
## Define bash as shell
chsh -s /bin/bash
## Dev config
cd ~
CURRENT_USER=$(whoami)
git clone https://github.com/olivierodo/dotfiles.git
cd ./dotfiles
sh ./install.sh