Skip to content

Commit

Permalink
group macos things together
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Sep 28, 2021
1 parent b08e10b commit 0de2015
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions install.sh
Expand Up @@ -30,19 +30,15 @@ if fish_available; then
fi

if running_macos; then
./gh-shorthand.sh
if !brew_available; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
brew_bundle
~/.macos
# ./gh-shorthand.sh
fi


# if running_macos; then
# if !brew_available; then
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# fi
# brew_bundle
# ~/.macos
# fi


# if ! running_codespaces; then
# vim_plugins
# fi
Expand Down

0 comments on commit 0de2015

Please sign in to comment.