Last active
June 29, 2017 19:20
-
-
Save cazador481/9491794 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
echo "setting up git" | |
git config --global mergetool.fugitive.cmd 'vim -f -c "Gdiff" "$MERGED"' | |
git config --global merge.tool fugitive | |
echo 'Installing vcsh...' | |
brew install vcsh | |
echo 'Installing mr' | |
brew install mr | |
echo 'Installing fasd' | |
brew install fasd | |
zplugin compile-all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment