Skip to content

Instantly share code, notes, and snippets.

@syabro
Last active September 3, 2023 05:16
Show Gist options
  • Save syabro/f0b1997e75998cc54067dd4e2cc59412 to your computer and use it in GitHub Desktop.
Save syabro/f0b1997e75998cc54067dd4e2cc59412 to your computer and use it in GitHub Desktop.
# Syabro's Oh My Zsh Theme for servers
#
# Install:
# curl -o ~/.oh-my-zsh/themes/syabro.zsh-theme "https://gist.githubusercontent.com/syabro/f0b1997e75998cc54067dd4e2cc59412/raw" && sed -i 's/^ZSH_THEME=".*"/ZSH_THEME="syabro"/' ~/.zshrc && source ~/.zshrc
#
# colors: https://www.ditig.com/256-colors-cheat-sheet
local red='%{%f%b%F{208}%B%}'
local white='%{%f%b%F{white}%B%}'
local reset='%{%f%b%B%}'
PROMPT="
$red%n@%M$reset $white%~$reset
> "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment