Skip to content

Instantly share code, notes, and snippets.

View douglasjarquin's full-sized avatar

Douglas Jarquin douglasjarquin

View GitHub Profile
WARNING: Could not source script '/Users/douglasjarquin/.rvm/scripts/base', file does not exist. RVM will likely not work as expected.
WARNING: Could not source script '/Users/douglasjarquin/.rvm/scripts/version', file does not exist. RVM will likely not work as expected.
WARNING: Could not source script '/Users/douglasjarquin/.rvm/scripts/selector', file does not exist. RVM will likely not work as expected.
WARNING: Could not source script '/Users/douglasjarquin/.rvm/scripts/cd', file does not exist. RVM will likely not work as expected.
WARNING: Could not source script '/Users/douglasjarquin/.rvm/scripts/cli', file does not exist. RVM will likely not work as expected.
WARNING: Could not source script '/Users/douglasjarquin/.rvm/scripts/override_gem', file does not exist. RVM will likely not work as expected.
cat: /Users/douglasjarquin/.rvm/VERSION: No such file or directory
scripts/rvm: line 128: __rvm_conditionally_add_bin_path: command not found
rm -rf ~/.rvm/
/usr/local/lib/rvm -v
if [[ -s ~/.rvm/scripts/rvm ]] ; then source ~/.rvm/scripts/rvm ; fi
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
ln -s /Users/...../Library/Application\ Support/Navicat\ for\ MySQL /Users/...../Dropbox/Library/Application\ Support
sudo gem install s3sync
export AWS_ACCESS_KEY_ID="....."
export AWS_SECRET_ACCESS_KEY="....."
s3sync -v -r --progress --exclude=".svn" --exclude=".DS_Store" --exclude="Library/Caches" --delete ~/ my_backup_bucket:/
alias backup='s3sync -v -r --progress --exclude=".svn" --exclude=".DS_Store" --exclude="Library/Caches" --delete ~/ my_backup_bucket:/'