mirror of
https://github.com/danbee/mac-setup
synced 2025-03-04 08:39:10 +00:00
Compare commits
2 Commits
023643eaaa
...
548edd066c
| Author | SHA1 | Date | |
|---|---|---|---|
| 548edd066c | |||
| 401b4cc6e0 |
1
Brewfile
1
Brewfile
@ -5,6 +5,7 @@ brew "asdf"
|
||||
brew "chunkwm"
|
||||
brew "diceware"
|
||||
brew "direnv"
|
||||
brew "fzf"
|
||||
brew "git"
|
||||
brew "gpg"
|
||||
brew "heroku"
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user