Skip to content

Instantly share code, notes, and snippets.

@luisfc
luisfc / config.fish
Last active April 6, 2025 07:42
ANDROID_HOME environment variable - fish shell linux
## Android
set --export ANDROID_HOME $HOME/Android/Sdk
set -gx PATH $ANDROID_HOME/emulator $PATH;
set -gx PATH $ANDROID_HOME/tools $PATH;
set -gx PATH $ANDROID_HOME/tools/bin $PATH;
set -gx PATH $ANDROID_HOME/platform-tools $PATH;
# When finished run: source ~/.config/fish/config.fish
@luisfc
luisfc / doc.md
Created February 4, 2020 06:17 — forked from aloon/doc.md
Chuleta GIT

#GIT

Configuracion inicial

Global

git config --global user.name "Alex Gonzalez"
git config --global user.email [email protected]
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
@luisfc
luisfc / css
Created February 13, 2025 22:55
ckedior5css
@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
/* CKEditor 5 */
.ck-content {
min-height: 270px;
}
.ck-content em,
.ck-content li,