-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall
More file actions
executable file
·29 lines (24 loc) · 1.16 KB
/
install
File metadata and controls
executable file
·29 lines (24 loc) · 1.16 KB
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
#!/bin/bash
set -Eeuo pipefail
echo ==========================================================================
echo SYMLINKING...
echo ==========================================================================
./do_symlink
echo ==========================================================================
echo LAUNCHAGENTS...
echo ==========================================================================
launchctl unload ~/Library/LaunchAgents/com.morr.ssh-tunnel.plist 2>/dev/null || true
launchctl load ~/Library/LaunchAgents/com.morr.ssh-tunnel.plist
echo ==========================================================================
echo BREWING...
echo ==========================================================================
brew bundle
echo ==========================================================================
echo ASDF...
echo ==========================================================================
asdf plugin add elixir
asdf plugin add erlang
echo ==========================================================================
echo GH EXTENSIONS...
echo ==========================================================================
gh extension install meiji163/gh-notify