aboutsummaryrefslogtreecommitdiffstats
path: root/os-x_move_in.sh
diff options
context:
space:
mode:
Diffstat (limited to 'os-x_move_in.sh')
-rwxr-xr-xos-x_move_in.sh10
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..."
85fi 85fi
86 86
87cd $HOME
88
89if ! [ -d "$HOME/dotfiles" ]; then
90 git clone git@beehive.io:jason/dotfiles.git
91 cd dotfiles
92else
93 cd dotfiles
94 git pull
95fi
96
87./common_move_in.sh 97./common_move_in.sh
88 98
89open "/opt/homebrew-cask/Caskroom/little-snitch/3.5.1/Little Snitch Installer.app" 99open "/opt/homebrew-cask/Caskroom/little-snitch/3.5.1/Little Snitch Installer.app"