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
| alias bprofile='nano ".bash_profile"' | |
| alias checkoutdevelopall='ls | xargs -P10 -I{} git -C {} checkout develop' | |
| alias debug='open /Users/daviddiomede/Sites/VVV/www/fansidedblogs.test/htdocs/wp-content/debug.log' | |
| alias devall='ls | xargs -P10 -I{} git -C {} checkout develop' | |
| alias dke='docker exec -i -t' | |
| alias dkls='docker images' | |
| alias dkps='docker ps -a' | |
| alias flushdns='sudo dscacheutil -flushcache' | |
| alias hideFiles='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app' | |
| alias hidefiles='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app' |
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
| { | |
| "name": "popular-discussions-react", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "node-sass-chokidar": "^0.0.3", | |
| "npm-run-all": "^4.1.2", | |
| "react": "^16.2.0", | |
| "react-dom": "^16.2.0", | |
| "react-scripts": "1.1.0", |
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
| body { padding: 4em; } | |
| #droplet { | |
| background-color: lightblue; | |
| width: 150px; | |
| height: 150px; | |
| -webkit-border-top-left-radius: 0; | |
| -webkit-border-top-right-radius: 75px; | |
| -webkit-border-bottom-right-radius: 75px; | |
| -webkit-border-bottom-left-radius: 75px; | |
| -webkit-transform:rotate(45deg); |
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
| # --------------------------------------------------------------------------- | |
| # | |
| # Description: This file holds all my BASH configurations and aliases | |
| # | |
| # Sections: | |
| # 1. Environment Configuration | |
| # 2. Make Terminal Better (remapping defaults and adding functionality) | |
| # 3. File and Folder Management | |
| # 4. Searching | |
| # 5. Process Management |
NewerOlder