-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdo-magic.sh
59 lines (51 loc) · 1.15 KB
/
do-magic.sh
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
# Ask for the administrator password upfront.
sudo -v
# Keep-alive: update existing `sudo` time stamp until the script has finished.
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &
# Make sure we’re using the latest Homebrew
brew update
# Taps
brew tap clementtsang/bottom
brew tap adoptopenjdk/openjdk
# Install
brew install n
brew install thefuck
brew install cask
brew install wget
brew install bat
brew install fzf
brew install diff-so-fancy
brew install zsh-autosuggestions
brew install nano
brew install bottom
brew install fasd
brew install cocoapods
brew install mitmproxy
brew install ngrok
brew install rbenv
brew install ruby-build
# Install apps
brew install adoptopenjdk11
brew install docker
brew install vlc
brew install viscosity
brew install maccy
brew install spotify
brew install whatsapp
brew install messenger
brew install telegram
brew install insomnia
brew install cyberduck
brew install webtorrent
brew install utorrent
brew install slack
brew install paw
brew install tableplus
brew install visual-studio-code
brew install zoom
brew install discord
# Clean
brew cleanup
# NPM
npm i -g npm
npm i -g gitmoji-log