Skip to content

Instantly share code, notes, and snippets.

View ivopr's full-sized avatar
:shipit:

Ivo ivopr

:shipit:
View GitHub Profile

So, you have installed Android Studio, and is setting it up for react native, buuuut you're new to fish and it seems like it doesn't have a .bashrc or .zshrc equivalent.

worry not, just run the following, in order:

Set the ANDROID_HOME variable, here the U will make it persist through restarts, and the x will make it be exported:

set -Ux ANDROID_HOME $HOME/Android/Sdk
@patheticGeek
patheticGeek / Setup Github GPG keys.md
Created May 21, 2021 04:44
How to setup git with GPG keys for that green verified mark
  1. Generate your key
gpg --full-generate-key
  1. Export the key, copy the output and add it to github's gpg keys section
gpg --armor --export <key-id>
  1. Turn on commit signature and set default signing key