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 | |
| if [ "$EUID" -ne 0 ]; then | |
| echo -e "\nPlease run as root\neg. sudo $0 \n" | |
| exit | |
| fi | |
| GITHUB_USERNAME="ghxm" | |
| cd `mktemp -d` |
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
| http://mwaespe.ch/audio/Captein_Durand.mp3 | |
| https://acidbabyjesus.bandcamp.com/ | |
| https://soundcloud.com/thereminjennings | |
| https://soundcloud.com/user-703395647 | |
| https://soundcloud.com/zakstone/another-planet | |
| https://soundcloud.com/flaermusic | |
| https://ms-ray.bandcamp.com/ | |
| https://www.facebook.com/Brawd/ | |
| https://soundcloud.com/brawd | |
| https://soundcloud.com/nomoretags1/mutual-consent-other-lovers-24bit-master |
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
| # run prior to update | |
| tmp <- installed.packages() | |
| installedpkgs.old <- as.vector(tmp[is.na(tmp[,"Priority"]), 1]) | |
| save(installedpkgs.old, file="installed_old.rda") |
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
| # Taps | |
| tap 'caskroom/cask' | |
| tap 'homebrew/cask-fonts' | |
| tap 'homebrew/cask-versions' | |
| tap 'homebrew/bundle' | |
| #tap 'heroku/brew' | |
| # Install CLI Tools | |
| ## Shell Utilities | |
| #brew 'coreutils' |