removed kdeconnect because of unnecesserity and added nix home configurations and added ohmyposh for the zsh
This commit is contained in:
71
.config/ohmyposh/zen.toml
Normal file
71
.config/ohmyposh/zen.toml
Normal file
@@ -0,0 +1,71 @@
|
||||
"$schema" = "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json"
|
||||
final_space = true
|
||||
version = 3
|
||||
|
||||
[palette]
|
||||
os = "#4c4f69"
|
||||
closer = "p:os"
|
||||
pink = "#dd7878"
|
||||
lavender = "#7287FD"
|
||||
blue = "#209fb5"
|
||||
green = "#40a02b"
|
||||
|
||||
[[blocks]]
|
||||
alignment = "left"
|
||||
type = "prompt"
|
||||
|
||||
[[blocks.segments]]
|
||||
foreground = "p:os"
|
||||
style = "plain"
|
||||
template = "{{.Icon}} "
|
||||
type = "os"
|
||||
|
||||
[[blocks.segments]]
|
||||
foreground = "p:lavender"
|
||||
style = "plain"
|
||||
template = "{{ .UserName }} "
|
||||
type = "session"
|
||||
|
||||
[[blocks.segments]]
|
||||
foreground = "p:pink"
|
||||
style = "plain"
|
||||
template = "{{ .Path }}"
|
||||
type = "path"
|
||||
[blocks.segments.properties]
|
||||
style = "full"
|
||||
home_icon = "~"
|
||||
|
||||
[[blocks.segments]]
|
||||
foreground = "p:lavender"
|
||||
template = "{{ .HEAD }} "
|
||||
style = "plain"
|
||||
type = "git"
|
||||
|
||||
[blocks.segments.properties]
|
||||
branch_icon = " "
|
||||
cherry_pick_icon = " "
|
||||
commit_icon = " "
|
||||
fetch_status = false
|
||||
fetch_upstream_icon = false
|
||||
merge_icon = " "
|
||||
no_commits_icon = " "
|
||||
rebase_icon = " "
|
||||
revert_icon = " "
|
||||
tag_icon = " "
|
||||
|
||||
[[blocks]]
|
||||
type = 'prompt'
|
||||
alignment = 'left'
|
||||
newline = true
|
||||
|
||||
[[blocks.segments]]
|
||||
style = "plain"
|
||||
foreground = "p:green"
|
||||
template = "-"
|
||||
type = "text"
|
||||
|
||||
[transient_prompt]
|
||||
background = "transparent"
|
||||
foreground = "p:pink"
|
||||
template = " - "
|
||||
|
||||
Reference in New Issue
Block a user