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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
export GOPATH=$HOME/gocode | |
export PATH=$PATH:$GOPATH/bin | |
export JAVA_HOME=`/usr/libexec/java_home -v 1.8` | |
export ANDROID_HOME=/Users/staubm/Library/Android/sdk | |
export PATH=$PATH:$ANDROID_HOME/tools | |
export PATH=$PATH:$ANDROID_HOME/tools/bin | |
export PATH=$PATH/:$ANDROID_HOME/platform-tools |
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
version: "3" | |
# contents of ./nginx.conf | |
# worker_processes 1; | |
# events { | |
# worker_connections 1024; | |
# } | |
# http { | |
# upstream arangodb-servers { |
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
Verifying my Blockstack ID is secured with the address 1K4yaEpar7g7LLx9UxyzQPK7FxsZd1RqXs https://explorer.blockstack.org/address/1K4yaEpar7g7LLx9UxyzQPK7FxsZd1RqXs |
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
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/staubm/.oh-my-zsh | |
export ANDROID_HOME=/usr/local/opt/android-sdk | |
GRADLE_OPTS="-Dorg.gradle.daemon=true" | |
# load nvm | |
export NVM_DIR="/Users/staubm/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm |
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
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 14, | |
windowSize: [1280, 720], | |
// font family with optional fallbacks | |
fontFamily: 'Menlo, "DejaVu Sans Mono", "Lucida Console", monospace', |
NewerOlder