Skip to content

Instantly share code, notes, and snippets.

@creativedrewy
Last active October 26, 2021 08:57
Show Gist options
  • Save creativedrewy/ae7af507716d6727f9152b7865a86cd9 to your computer and use it in GitHub Desktop.
Save creativedrewy/ae7af507716d6727f9152b7865a86cd9 to your computer and use it in GitHub Desktop.
My Config Files
alias ls='ls -l'
alias weather='curl wttr.in/SanFrancisco?n'
alias nuget="mono /usr/local/bin/nuget.exe"
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home"
export PATH=$PATH:/Users/<user>/Library/Android/sdk/platform-tools
export PATH=$PATH:/Users/<user>/Library/Android/sdk/emulator
export PATH=$PATH:/usr/local/bin
export ANDROID_HOME="/Users/<user>/Library/Android/sdk"
config: {
hyperBorder: {
borderWidth: '2px'
},
opacity: 0.95,
// default font size in pixels for all tabs
fontSize: 16,
// font family with optional fallbacks
fontFamily: 'Px437_IBM_VGA8, Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
plugins: [
"hyper-opacity",
"hyperborder",
"hyper-tab-icons",
"hyper-pane",
"hyper-altair"
],
localPlugins: [
//"hyper-todo"
],
keymaps: {
'window:devtools': 'ctrl+alt+d',
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment