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 "chunkwm"
|
||||||
brew "diceware"
|
brew "diceware"
|
||||||
brew "direnv"
|
brew "direnv"
|
||||||
brew "fzf"
|
|
||||||
brew "git"
|
brew "git"
|
||||||
brew "gpg"
|
brew "gpg"
|
||||||
brew "heroku"
|
brew "heroku"
|
||||||
|
|||||||
@ -16,10 +16,6 @@ fi
|
|||||||
|
|
||||||
if [ ! -d "$HOME/dotfiles-local" ]; then
|
if [ ! -d "$HOME/dotfiles-local" ]; then
|
||||||
git clone git@github.com:danbee/dotfiles-local.git
|
git clone git@github.com:danbee/dotfiles-local.git
|
||||||
pushd "$HOME/dotfiles"
|
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
||||||
popd
|
|
||||||
else
|
else
|
||||||
pushd "$HOME/dotfiles-local"
|
pushd "$HOME/dotfiles-local"
|
||||||
git pull
|
git pull
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user