Skip to content

Instantly share code, notes, and snippets.

View thenriquedb's full-sized avatar
🐳

Thiago Henrique Domingues thenriquedb

🐳
View GitHub Profile
@fclesio
fclesio / linkedin-unfollow-everyone.js
Last active September 27, 2021 22:38 — forked from brunolemos/linkedin-unfollow-everyone.js
Unfollow everyone on Linkedin
(() => {
let count = 0;
function getAllButtons() {
return document.querySelectorAll('button.is-following') || [];
}
async function unfollowAll() {
const buttons = getAllButtons();

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
@piouson
piouson / react-native-app-in-wsl2.md
Last active February 3, 2025 15:02 — forked from bergmannjg/rearct-native-app-in-wsl2.md
Building a react native app in WSL2