ohmyposh config
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
{
|
{
|
||||||
"colorscheme": "atom-dark",
|
"colorscheme": "atom-dark",
|
||||||
|
"lsp.autocompleteDetails": false,
|
||||||
|
"lsp.formatOnSave": true,
|
||||||
|
"lsp.ignoreMessages": "LS message1 to ignore|LS message 2 to ignore|...",
|
||||||
|
"lsp.ignoreTriggerCharacters": "completion,signature",
|
||||||
|
"lsp.server": "go=gopls,typescript=typescript-language-server",
|
||||||
|
"lsp.tabcompletion": true,
|
||||||
"softwrap": true,
|
"softwrap": true,
|
||||||
"tabsize": 2
|
"tabsize": 2
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,123 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||||
|
"blocks": [
|
||||||
|
{
|
||||||
|
"alignment": "left",
|
||||||
|
"newline": true,
|
||||||
|
"segments": [
|
||||||
|
{
|
||||||
|
"foreground": "#E5C07B",
|
||||||
|
"properties": {
|
||||||
|
"time_format": "15:04"
|
||||||
|
},
|
||||||
|
"style": "plain",
|
||||||
|
"template": "[{{ .CurrentDate | date .Format }}]",
|
||||||
|
"type": "time"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"style": "plain",
|
||||||
|
"foreground": "#E06C75",
|
||||||
|
"properties": {
|
||||||
|
"mapped_shell_names": {
|
||||||
|
"pwsh": "Shell",
|
||||||
|
"powershell": "Shell",
|
||||||
|
"cmd": "Cmd",
|
||||||
|
"bash": "Bash"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"template": " \ue795 {{ .Name }}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "#F3C267",
|
||||||
|
"foreground_templates": [
|
||||||
|
"{{ if or (.Working.Changed) (.Staging.Changed) }}#FF9248{{ end }}",
|
||||||
|
"{{ if and (gt .Ahead 0) (gt .Behind 0) }}#ff4500{{ end }}",
|
||||||
|
"{{ if gt .Ahead 0 }}#B388FF{{ end }}",
|
||||||
|
"{{ if gt .Behind 0 }}#B388FF{{ end }}"
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"branch_max_length": 25,
|
||||||
|
"fetch_stash_count": true,
|
||||||
|
"fetch_status": true,
|
||||||
|
"fetch_upstream_icon": true
|
||||||
|
},
|
||||||
|
"style": "plain",
|
||||||
|
"template": " {{ .UpstreamIcon }}{{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Working.Changed) (.Staging.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }}{{ if gt .StashCount 0 }} \ueb4b {{ .StashCount }}{{ end }} ",
|
||||||
|
"type": "git"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "prompt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"alignment": "right",
|
||||||
|
"segments": [
|
||||||
|
{
|
||||||
|
"type": "status",
|
||||||
|
"style": "plain",
|
||||||
|
"foreground": "#b8ff75",
|
||||||
|
"foreground_templates": [
|
||||||
|
"{{ if gt .Code 0 }}#E06C75{{ end }}"
|
||||||
|
],
|
||||||
|
"template": " x{{ reason .Code }}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "#b8ff75",
|
||||||
|
"foreground_templates": [
|
||||||
|
"{{ if gt .Code 0 }}#E06C75{{ end }}"
|
||||||
|
],
|
||||||
|
"properties": {
|
||||||
|
"style": "roundrock",
|
||||||
|
"always_enabled": true
|
||||||
|
},
|
||||||
|
"style": "diamond",
|
||||||
|
"template": " {{ .FormattedMs }} ",
|
||||||
|
"type": "executiontime"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "prompt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"alignment": "left",
|
||||||
|
"newline": true,
|
||||||
|
"segments": [
|
||||||
|
{
|
||||||
|
"foreground": "#61AFEF",
|
||||||
|
"properties": {
|
||||||
|
"style": "full"
|
||||||
|
},
|
||||||
|
"style": "plain",
|
||||||
|
"template": "\ue5ff {{ .Path }}",
|
||||||
|
"type": "path"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "prompt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"alignment": "left",
|
||||||
|
"newline": true,
|
||||||
|
"segments": [
|
||||||
|
{
|
||||||
|
"foreground": "#E06C75",
|
||||||
|
"style": "plain",
|
||||||
|
"template": "\u0021",
|
||||||
|
"type": "root"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "#E06C75",
|
||||||
|
"style": "plain",
|
||||||
|
"template": "\u276f",
|
||||||
|
"type": "text"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"type": "prompt"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"transient_prompt": {
|
||||||
|
"background": "transparent",
|
||||||
|
"foreground": "#ffffff",
|
||||||
|
"template": "{{ .Shell }}> "
|
||||||
|
},
|
||||||
|
"final_space": true,
|
||||||
|
"version": 2
|
||||||
|
}
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "Ayu Light",
|
"light": "Ayu Light",
|
||||||
"dark": "Catppuccin Mocha"
|
"dark": "Modest Dark"
|
||||||
},
|
},
|
||||||
"ui_font_family": "SF Pro Display",
|
"ui_font_family": "SF Pro Display",
|
||||||
"ui_font_features": {},
|
"ui_font_features": {},
|
||||||
@@ -57,6 +57,6 @@
|
|||||||
"indent_size": 10
|
"indent_size": 10
|
||||||
},
|
},
|
||||||
"file_types": {
|
"file_types": {
|
||||||
"HTML": ["hbs", "njk"]
|
"HTML": ["hbs", "njk", "webc"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+5
-1
@@ -8,9 +8,13 @@ unset conf
|
|||||||
|
|
||||||
[[ "$TERM_PROGRAM" == "CodeEditApp_Terminal" ]] && . "/Applications/CodeEdit.app/Contents/Resources/codeedit_shell_integration.zsh"
|
[[ "$TERM_PROGRAM" == "CodeEditApp_Terminal" ]] && . "/Applications/CodeEdit.app/Contents/Resources/codeedit_shell_integration.zsh"
|
||||||
|
|
||||||
|
if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
|
||||||
|
eval "$(oh-my-posh init zsh --config ~/dotfiles/misc_config/ohmyposh.json)"
|
||||||
|
fi
|
||||||
|
|
||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
eval "$(starship init zsh)"
|
# eval "$(starship init zsh)"
|
||||||
eval "$(atuin init zsh)"
|
eval "$(atuin init zsh)"
|
||||||
|
|
||||||
# bun completions
|
# bun completions
|
||||||
|
|||||||
Reference in New Issue
Block a user