Skip to content

Instantly share code, notes, and snippets.

View icastilhog's full-sized avatar

Isabela Castilho icastilhog

  • Rocketseat
  • Rio de Janeiro
View GitHub Profile
@icastilhog
icastilhog / .zshrc
Created April 27, 2020 15:53
Configurações do zshrc
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/isabelacastilho/.oh-my-zsh"
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_241.jdk/Contents/Home
export ANDROID_HOME=~/Android/Sdk
export PATH=$PATH:$ANDROID_HOME/tools
export PATH=$PATH:$ANDROID_HOME/platform-tools
@icastilhog
icastilhog / .hyper.js
Created April 27, 2020 15:55
Configurações do Hyper
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// choose either `'stable'` for receiving highly polished,
// or `'canary'` for less polished but more frequent updates
updateChannel: 'stable',