1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
548edd066c Add fzf 2019-10-15 21:09:28 -04:00
401b4cc6e0 We need to pull submodules 2019-10-15 19:47:11 -04:00
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@ brew "asdf"
brew "chunkwm"
brew "diceware"
brew "direnv"
brew "fzf"
brew "git"
brew "gpg"
brew "heroku"

View File

@ -16,6 +16,10 @@ fi
if [ ! -d "$HOME/dotfiles-local" ]; then
git clone git@github.com:danbee/dotfiles-local.git
pushd "$HOME/dotfiles"
git submodule init
git submodule update
popd
else
pushd "$HOME/dotfiles-local"
git pull