Skip to content

Instantly share code, notes, and snippets.

View kimadeline's full-sized avatar
🧋
have you heard of the critically acclaimed MMORPG Final Fantasy 14

Kim-Adeline Miguel kimadeline

🧋
have you heard of the critically acclaimed MMORPG Final Fantasy 14
View GitHub Profile
@kimadeline
kimadeline / comment-guidelines.md
Last active February 18, 2021 23:42
Comment guidelines

// The changes would go under the existing "Guidelines section"

Guidelines

Typing

< our current guidelines>

Comments

@kimadeline
kimadeline / sparkles.zsh-theme
Last active June 24, 2022 19:04
✨ Magical zsh theme ✨
if [[ -z $ZSH_THEME_SPARKLES_PREFIX ]]; then
ZSH_THEME_SPARKLES_PREFIX='✿'
fi
CURRENT_USER_="%{$FG[171]%}%n%{$reset_color%}"
PROMPT='%{$FG[220]%}☆。・:*:・゚⭑ $CURRENT_USER_ %{$FG[069]%}$ZSH_THEME_SPARKLES_PREFIX %{$FG[217]%}%c %{$FG[147]%}$(git_prompt_info)%{$FG[147]%}%{$FG[220]%}⭑ %{$reset_color%}'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$FG[076]%}[%{$FG[159]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"