Skip to content

Instantly share code, notes, and snippets.

View nxu's full-sized avatar

Zsolt Fekete nxu

View GitHub Profile
@nxu
nxu / my-zsh-config.zshrc
Last active September 23, 2018 12:20
My zsh config
POWERLEVEL9K_MODE='nerdfont-complete'
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(context ssh dir dir_writable vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status date time)
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
POWERLEVEL9K_PROMPT_ADD_NEWLINE=true
POWERLEVEL9K_RPROMPT_ON_NEWLINE=true
POWERLEVEL9K_SHORTEN_DIR_LENGTH=2
POWERLEVEL9K_SHORTEN_STRATEGY="truncate_to_last"
POWERLEVEL9K_MULTILINE_FIRST_PROMPT_PREFIX="%F{blue}\u256D\u2500%f"
POWERLEVEL9K_MULTILINE_LAST_PROMPT_PREFIX="%F{blue}λ%f "
@nxu
nxu / vscode.json
Created February 8, 2017 22:44
My VSCode config
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Fira Code, Consolas, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.renderWhitespace": "boundary",
"editor.lineHeight": 30,
"editor.fontLigatures": true,
"editor.rulers": [
120
]