diff options
Diffstat (limited to 'os-x_move_in.sh')
| -rwxr-xr-x | os-x_move_in.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/os-x_move_in.sh b/os-x_move_in.sh index 8b16c6a..464ed0c 100755 --- a/os-x_move_in.sh +++ b/os-x_move_in.sh | |||
| @@ -84,6 +84,16 @@ if ! [ -d '/Applications/LastPass.app' ]; then | |||
| 84 | read -p "Press [Enter] key to continue..." | 84 | read -p "Press [Enter] key to continue..." |
| 85 | fi | 85 | fi |
| 86 | 86 | ||
| 87 | cd $HOME | ||
| 88 | |||
| 89 | if ! [ -d "$HOME/dotfiles" ]; then | ||
| 90 | git clone git@beehive.io:jason/dotfiles.git | ||
| 91 | cd dotfiles | ||
| 92 | else | ||
| 93 | cd dotfiles | ||
| 94 | git pull | ||
| 95 | fi | ||
| 96 | |||
| 87 | ./common_move_in.sh | 97 | ./common_move_in.sh |
| 88 | 98 | ||
| 89 | open "/opt/homebrew-cask/Caskroom/little-snitch/3.5.1/Little Snitch Installer.app" | 99 | open "/opt/homebrew-cask/Caskroom/little-snitch/3.5.1/Little Snitch Installer.app" |