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

Compare commits

..

No commits in common. "548edd066c9d3bcced4761809510b6168c148f54" and "023643eaaa476e3b785e7a61bd3dc224f9536f91" have entirely different histories.

2 changed files with 0 additions and 5 deletions

View File

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

View File

@ -16,10 +16,6 @@ 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