* starship - simplified report format line and placed on the left top before prompt

* # character prompt by default
* tmux styled and smart tab naming
+ vim toml plugin
This commit is contained in:
2023-04-17 19:02:36 +03:00
parent 9a265fe3f7
commit b3a2e4ed6a
4 changed files with 102 additions and 30 deletions

View File

@ -1,22 +1,18 @@
format = """
$jobs\
$username\
$character\
"""
right_format = """
$fill\
$cmd_duration\
$git_branch\
$git_status\
$hostname\
:\
$username\
@\
$directory\
$fill\
$line_break\
$character\
"""
add_newline = false
[line_break]
disabled = false
[jobs]
format = "[\\[$number\\]]($style) "
@ -25,12 +21,12 @@ number_threshold = 1
symbol_threshold = 2
[character]
success_symbol = "[%](blue)"
error_symbol = "[%](red)"
vicmd_symbol = "[%](blue)"
success_symbol = '[#](blue)'
error_symbol = '[#](red)'
vicmd_symbol = '[#](blue)'
[cmd_duration]
format = "[$duration]($style) "
format = "\\[[$duration]($style)\\] "
style = "150"
[fill]
@ -42,7 +38,7 @@ format = "[$branch]($style)"
style = "242"
[git_status]
format = " [$modified]($style)"
format = " [$modified]($style)"
style = "242"
conflicted = ""
untracked = ""
@ -52,6 +48,11 @@ renamed = ""
deleted = ""
stashed = ""
[hostname]
format = "[$hostname]($style)"
ssh_only = false
style = "150"
[username]
style_user = 'white bold'
style_root = 'black bold'
@ -59,11 +60,6 @@ format = '[$user]($style) '
disabled = false
show_always = true
[hostname]
format = "[$hostname]($style)"
ssh_only = false
style = "150"
[directory]
style = "blue"
truncate_to_repo = false

View File

@ -78,6 +78,7 @@ install_vim_plugins() {
git clone https://github.com/tpope/vim-sensible.git
git clone https://github.com/altercation/vim-colors-solarized.git
git clone https://github.com/cespare/vim-toml.git
}
#install_nix