Skip to content

Commit

Permalink
terminal, vscode updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 17, 2022
1 parent 8e2dddd commit 35ac9aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion terminal/prompt_paulmillr_setup
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function prompt_paulmillr_setup {
# zstyle ':omz:module:editor' completing '%B%F{red}...%f%b'

# Time: %F{yellow}%T
PROMPT='%F{magenta}${SSH_TTY:+%n@%m }%F{cyan}%1~%f${vcs_info}\
PROMPT='%F{magenta}${SSH_TTY:+%n@%m }%F{blue}%1~%f${vcs_info}\
%(!.%B%F{red}#%f%b.%B %(?.%F{green}.%F{red})❯%f%b) '
RPROMPT=''
SPROMPT='zsh: correct %F{red}%R%f to %F{green}%r%f [nyae]? '
Expand Down
13 changes: 9 additions & 4 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"editor.fontSize": 14,
"editor.fontLigatures": true,
"debug.console.fontSize": 16,
"terminal.integrated.fontSize": 16,
"terminal.integrated.fontSize": 14,
"editor.fontFamily": "Comic Mono, Fantasque Sans Mono, Monaco, 'Courier New', monospace",
"workbench.iconTheme": "ayu",
"workbench.colorTheme": "Monokai Pro (Filter Spectrum)",
"workbench.colorTheme": "Ayu Dark",
"editor.tabSize": 2,

"editor.bracketPairColorization.enabled": true,
"editor.minimap.enabled": true,
"editor.minimap.enabled": false,

// Trim whitespace
"files.trimTrailingWhitespace": true,
Expand Down Expand Up @@ -64,5 +64,10 @@
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.editor.untitled.hint": "hidden"
"workbench.editor.untitled.hint": "hidden",
"workbench.startupEditor": "none",
"workbench.editor.languageDetection": false,
"workbench.preferredDarkColorTheme": "Ayu Dark",
"window.autoDetectColorScheme": true,
"editor.unicodeHighlight.nonBasicASCII": false
}

0 comments on commit 35ac9aa

Please sign in to comment.