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.
548edd066c
...
023643eaaa
1
Brewfile
1
Brewfile
@ -5,7 +5,6 @@ brew "asdf"
|
||||
brew "chunkwm"
|
||||
brew "diceware"
|
||||
brew "direnv"
|
||||
brew "fzf"
|
||||
brew "git"
|
||||
brew "gpg"
|
||||
brew "heroku"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user