Created
August 1, 2019 19:41
-
-
Save onimenotsuki/d25d0f5340963a15b57448c37682df31 to your computer and use it in GitHub Desktop.
New configuration for my dots
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
export TERM="xterm-256color" | |
# Development env vars | |
export BROWSER="chromium" | |
# Robomongo | |
export ROBOMONGO_DIR="$HOME/.robomongo/bin" | |
# Node Version Manager (NVM) | |
export NVM_DIR="$HOME/.nvm" | |
# ElasticBeanstalk Dir | |
export EB_AWS_DIR="$HOME/.local/bin" | |
# Lein dir | |
export LEIN_DIR="$HOME/bin" | |
# Node environment vars | |
export NODE_ENV="development" | |
export MAPS_API_KEY="AIzaSyBx37Jf5fvD8G5bzkw6NkDk65cFt8hB7RU" | |
export API_URL="http://localhost:3000" | |
export MONGO_URL="127.0.0.1:27017" | |
# GO language | |
export GOPATH="$HOME/go" | |
export ANDROID_HOME="/opt/android-sdk" | |
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change. | |
export PATH="$PATH:$GOPATH/bin:$HOME/.cabal/bin:.cabal-sandbox/bin:$HOME/.rvm/bin:$HOME/.yarn/bin:$HOME/binaries" | |
export PYENV_ROOT="$HOME/.pyenv" | |
export PATH="$HOME/bin/flutter/bin:$PYENV_ROOT/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment