Skip to content

Instantly share code, notes, and snippets.

@cazador481
Last active June 29, 2017 19:20
Show Gist options
  • Save cazador481/9491794 to your computer and use it in GitHub Desktop.
Save cazador481/9491794 to your computer and use it in GitHub Desktop.
#!/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