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
| ffmpeg -i IMG_2265.TRIM.m4v -r 60 -an -aspect "16:9" -map 0:1 -vf "crop=1080:607:0:1000,scale=w=1920:h=1080,boxblur=lr=13" crop.m4v |
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
| augeas | |
| autoconf | |
| automake | |
| carthage | |
| cask-repair | |
| clamav | |
| cmake | |
| dialog | |
| eigen | |
| fdk-aac |
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 | |
| username=michaelhenke | |
| trap 'echo "error at line $LINENO" >> /Users/${username}/loginerror.txt' ERR | |
| function shutdown() | |
| { | |
| hdiutil detach /private/tmp -force | |
| hdiutil detach /var/run -force | |
| hdiutil detach /Users/${username}/Library/Caches -force | |
| hdiutil detach /Users/${username}/Library/Developer/Xcode/DerivedData -force | |
| exit 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
| syntax on | |
| set nocompatible " be iMproved, required | |
| filetype off " required | |
| " set the runtime path to include Vundle and initialize | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| " alternatively, pass a path where Vundle should install plugins | |
| "call vundle#begin('~/some/path/here') |
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/sh | |
| gistId=8fe981c9d3696fe97955ebea7cc3e0f2 | |
| gistOld=/tmp/gist-restore.old | |
| gistCurrent=/tmp/gist-restore.current | |
| if [ -f "${gistOld}" ] | |
| then | |
| rm "${gistOld}" | |
| fi |
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
| atom | |
| bonjour-browser | |
| charles | |
| chromium | |
| cocoapods | |
| google-drive | |
| growlnotify | |
| hazel | |
| joinme | |
| macdown |
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 | |
| logo="$(tput setaf 2) | |
| .~~. .~~. | |
| '. \ ' ' / .' $(tput sgr0) ------------------------------- $(tput setaf 1) | |
| .~ .~~~..~. $(tput sgr0) _ _ $(tput setaf 1) | |
| : .~.'~'.~. : $(tput sgr0) ___ ___ ___ ___| |_|_|___ ___ $(tput setaf 1) | |
| ~ ( ) ( ) ~ $(tput sgr0) | _| .'|_ -| . | . | | .'| | $(tput setaf 1) | |
| ( : '~'.~.'~' : ) $(tput sgr0) |_| |__,|___| _|___|_|__,|_|_| $(tput setaf 1) | |
| ~ .~ ( ) ~. ~ $(tput sgr0) |_| $(tput setaf 1) | |
| ( : '~' : ) |
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
| PS1='\[\e[0;32m\]\h\[\e[m\]:\[\e[1;34m\]\w\[\e[m\] \u\[\e[1;32m\]\$\[\e[m\] ' |
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
| <?xml version="1.0" standalone='no'?><!--*-nxml-*--> | |
| <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | |
| <service-group> | |
| <name replace-wildcards="yes">%h HTTP</name> | |
| <service> | |
| <type>_http._tcp</type> | |
| <port>80</port> | |
| </service> | |
| </service-group> |
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
| <?xml version="1.0" standalone='no'?><!--*-nxml-*--> | |
| <!DOCTYPE service-group SYSTEM "avahi-service.dtd"> | |
| <service-group> | |
| <name replace-wildcards="yes">%h</name> | |
| <service> | |
| <type>_smb._tcp</type> | |
| <port>139</port> | |
| </service> | |
| </service-group> |