Add FZF shell integration

master
Quentin Duchemin 2025-01-24 12:57:58 +01:00
parent ce87e588ad
commit d9df158147
2 changed files with 25 additions and 11 deletions

View File

@ -20,6 +20,7 @@
"properties": { "properties": {
"alpine": "\uf300", "alpine": "\uf300",
"arch": "\uf303", "arch": "\uf303",
"cache_duration": "none",
"centos": "\uf304", "centos": "\uf304",
"debian": "\uf306", "debian": "\uf306",
"elementary": "\uf309", "elementary": "\uf309",
@ -34,34 +35,38 @@
"ubuntu": "\uf31c", "ubuntu": "\uf31c",
"windows": "\ue70f" "windows": "\ue70f"
}, },
"style": "diamond",
"leading_diamond": "\u256d\u2500\ue0b2", "leading_diamond": "\u256d\u2500\ue0b2",
"template": " {{ .Icon }} ", "template": " {{ .Icon }} ",
"foreground": "p:text", "foreground": "p:text",
"background": "p:mauve", "background": "p:mauve",
"type": "os" "type": "os",
"style": "diamond"
}, },
{ {
"style": "powerline", "properties": {
"cache_duration": "none"
},
"template": " {{ .UserName }} ", "template": " {{ .UserName }} ",
"foreground": "p:darktext", "foreground": "p:darktext",
"powerline_symbol": "\ue0b0", "powerline_symbol": "\ue0b0",
"background": "p:grey", "background": "p:grey",
"type": "session" "type": "session",
"style": "powerline"
}, },
{ {
"properties": { "properties": {
"cache_duration": "none",
"folder_icon": "\u2026", "folder_icon": "\u2026",
"folder_separator_icon": " <transparent>\ue0b1</> ", "folder_separator_icon": " <transparent>\ue0b1</> ",
"max_depth": 3, "max_depth": 3,
"style": "agnoster_short" "style": "agnoster_short"
}, },
"style": "powerline",
"template": " {{ .Path }} ", "template": " {{ .Path }} ",
"foreground": "p:text", "foreground": "p:text",
"powerline_symbol": "\ue0b0", "powerline_symbol": "\ue0b0",
"background": "p:blue", "background": "p:blue",
"type": "path" "type": "path",
"style": "powerline"
}, },
{ {
"properties": { "properties": {
@ -69,16 +74,17 @@
"branch_icon": "\uf418 ", "branch_icon": "\uf418 ",
"branch_identical_icon": "\uf444", "branch_identical_icon": "\uf444",
"branch_max_length": 25, "branch_max_length": 25,
"cache_duration": "none",
"fetch_stash_count": true, "fetch_stash_count": true,
"fetch_status": true "fetch_status": true
}, },
"style": "diamond",
"leading_diamond": "<transparent,background>\ue0b0</>", "leading_diamond": "<transparent,background>\ue0b0</>",
"trailing_diamond": "\ue0b0", "trailing_diamond": "\ue0b0",
"template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <transparent>\ue0b1</> <#121318>\uf044 {{ .Working.String }}</>{{ end }}{{ if .Staging.Changed }} <transparent>\ue0b1</> <#121318>\uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} <transparent>\ue0b1</> <#121318>\ueb4b {{ .StashCount }}</>{{ end }} ", "template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} <transparent>\ue0b1</> <#121318>\uf044 {{ .Working.String }}</>{{ end }}{{ if .Staging.Changed }} <transparent>\ue0b1</> <#121318>\uf046 {{ .Staging.String }}</>{{ end }}{{ if gt .StashCount 0 }} <transparent>\ue0b1</> <#121318>\ueb4b {{ .StashCount }}</>{{ end }} ",
"foreground": "p:text", "foreground": "p:text",
"background": "p:green", "background": "p:green",
"type": "git", "type": "git",
"style": "diamond",
"background_templates": [ "background_templates": [
"{{ if or (.Working.Changed) (.Staging.Changed) }}p:maroon{{ end }}" "{{ if or (.Working.Changed) (.Staging.Changed) }}p:maroon{{ end }}"
] ]
@ -93,26 +99,28 @@
{ {
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"cache_duration": "none",
"style": "austin" "style": "austin"
}, },
"style": "powerline",
"template": " \ueba2 {{ .FormattedMs }} ", "template": " \ueba2 {{ .FormattedMs }} ",
"foreground": "p:darktext", "foreground": "p:darktext",
"powerline_symbol": "\ue0b2", "powerline_symbol": "\ue0b2",
"background": "p:grey", "background": "p:grey",
"type": "executiontime", "type": "executiontime",
"style": "powerline",
"invert_powerline": true "invert_powerline": true
}, },
{ {
"properties": { "properties": {
"cache_duration": "none",
"time_format": "15:04:05" "time_format": "15:04:05"
}, },
"style": "diamond",
"trailing_diamond": "\ue0b0", "trailing_diamond": "\ue0b0",
"template": " \uf073 {{ .CurrentDate | date .Format }} ", "template": " \uf073 {{ .CurrentDate | date .Format }} ",
"foreground": "p:text", "foreground": "p:text",
"background": "p:mauve", "background": "p:mauve",
"type": "time", "type": "time",
"style": "diamond",
"invert_powerline": true "invert_powerline": true
} }
] ]
@ -122,10 +130,13 @@
"alignment": "left", "alignment": "left",
"segments": [ "segments": [
{ {
"style": "plain", "properties": {
"cache_duration": "none"
},
"template": "\u2570\u2500 {{ if .Root }}#{{else}}${{end}}", "template": "\u2570\u2500 {{ if .Root }}#{{else}}${{end}}",
"foreground": "p:mauve", "foreground": "p:mauve",
"type": "text" "type": "text",
"style": "plain"
} }
], ],
"newline": true "newline": true

3
.zshrc
View File

@ -62,6 +62,9 @@ eval "$(oh-my-posh init zsh --config ~/.config/theme/quick-term.omp.json)"
eval "$(zoxide init zsh --cmd cd)" eval "$(zoxide init zsh --cmd cd)"
# Shell integration (kill, vim, etc)
source <(fzf --zsh)
# And use Catppuccin Macchiato theme for ZSH fast hightlight plugin (LOCAL means searching in /usr/local/share/fsh) # And use Catppuccin Macchiato theme for ZSH fast hightlight plugin (LOCAL means searching in /usr/local/share/fsh)
fast-theme LOCAL:catppuccin-macchiato >/dev/null fast-theme LOCAL:catppuccin-macchiato >/dev/null