-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaptop.local
66 lines (56 loc) · 1.19 KB
/
laptop.local
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
#!/bin/sh
brew bundle --file=- <<EOF
brew "awscli"
brew "bat"
brew "direnv"
brew "exercism"
brew "eza"
brew "fd"
brew "gh"
brew "git-delta"
brew "terminal-notifier"
brew "tree"
brew "watch"
brew "xsv"
brew "zsh-syntax-highlighting"
cask "anki"
cask "au-lab"
cask "calibre"
cask "cyberduck"
cask "docker"
cask "firefox"
cask "gas-mask"
cask "google-backup-and-sync"
cask "google-chrome"
cask "kindle"
cask "licecap"
cask "linearmouse"
cask "maccy"
cask "MonitorControl"
cask "postman"
cask "proxy-audio-device"
cask "send-to-kindle"
cask "slack"
cask "spectacle"
cask "tableplus"
cask "transmission"
cask "visual-studio-code"
cask "vlc"
cask "whatsapp"
EOF
fancy_echo "Cleaning up old Homebrew formulae ..."
brew cleanup
yarn global add pure-prompt
install_asdf_plugin "erlang" "https://github.com/asdf-vm/asdf-erlang.git"
install_asdf_plugin "elixir" "https://github.com/asdf-vm/asdf-elixir.git"
fancy_echo "Installing latest Erlang..."
install_asdf_language "erlang"
fancy_echo "Installing latest Elixir..."
install_asdf_language "elixir"
heroku plugins:install heroku-accounts
heroku plugins:install heroku-releases-retry
createdb
if [ -r "$HOME/.rcrc" ]; then
fancy_echo "Updating dotfiles ..."
rcup -v
fi