mirror of https://github.com/sgoudham/dotfiles.git
update zsh stuff
parent
7051fbf4e6
commit
120cab741e
@ -1,75 +0,0 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
|
||||
"version": 2,
|
||||
"final_space": true,
|
||||
"blocks": [
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"foreground": "#757575",
|
||||
"style": "plain",
|
||||
"template": "\u250c ",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"style": "powerline",
|
||||
"foreground": "#cba6f7",
|
||||
"leading_diamond": "\ue0b0",
|
||||
"template": "{{ .Path }} ",
|
||||
"properties": {
|
||||
"style": "folder"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"style": "plain",
|
||||
"foreground": "#f5c2e7",
|
||||
"template": "on {{ .UpstreamIcon }}{{ .HEAD }} ",
|
||||
"properties": {
|
||||
"fetch_upstream_icon": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
"style": "plain",
|
||||
"foreground": "#fab387",
|
||||
"template": "via \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} "
|
||||
},
|
||||
{
|
||||
"type": "go",
|
||||
"style": "plain",
|
||||
"foreground": "#fab387",
|
||||
"template": "via \uFCD1 {{ .Full }} "
|
||||
},
|
||||
{
|
||||
"type": "haskell",
|
||||
"style": "plain",
|
||||
"foreground": "#fab387",
|
||||
"template": "via \ue61f {{ .Full }}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"newline": true,
|
||||
"segments": [
|
||||
{
|
||||
"foreground": "#757575",
|
||||
"style": "plain",
|
||||
"template": "\u2514 ",
|
||||
"type": "text"
|
||||
},
|
||||
{
|
||||
"foreground": "#ffffff",
|
||||
"style": "plain",
|
||||
"template": "$",
|
||||
"type": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,3 @@
|
||||
# Editing
|
||||
export EDITOR="lvim"
|
||||
export SUDO_EDITOR=$(which lvim)
|
Loading…
Reference in New Issue