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
| echo "Cleaning up node modules"; | |
| rm -rf node_modules; | |
| npm install; | |
| echo "Clearning all temp directories"; | |
| rm -rf $TMPDIR/react-native-packager-cache-*; | |
| rm -rf $TMPDIR/metro-*; | |
| rm -rf $TMPDIR/react-*; | |
| rm -rf $TMPDIR/haste-*; | |
| watchman watch-del-all; | |
| echo "Cleaning up iOS folders" |
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
| #!/bin/bash | |
| # Author: Joshua Moon <josh@jaw.sh> | |
| # Date: 14-May-2016 | |
| # Purpose: Creates an up-to-date Cloudflare nginx config file. | |
| # License: MIT | |
| ################################################################################ | |
| # INSTRUCTIONS |
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
| # vim:ft=zsh ts=2 sw=2 sts=2 | |
| # | |
| # agnoster's Theme - https://gist.github.com/3712874 | |
| # A Powerline-inspired theme for ZSH | |
| # | |
| # # README | |
| # | |
| # In order for this theme to render correctly, you will need a | |
| # [Powerline-patched font](https://gist.github.com/1595572). | |
| # |