either made of breaked my starship config
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" },
|
||||
"SchemaStore.nvim": { "branch": "main", "commit": "ad028f85ec81d58fc5e128c705b8d0f1365898a4" },
|
||||
"SchemaStore.nvim": { "branch": "main", "commit": "d521e71f9d5ac1c29a7653528d4e5c66ffe229c5" },
|
||||
"blink.cmp": { "branch": "main", "commit": "cb5e346d9e0efa7a3eee7fd4da0b690c48d2a98e" },
|
||||
"catpuccin": { "branch": "main", "commit": "5b5e3aef9ad7af84f463d17b5479f06b87d5c429" },
|
||||
"conform.nvim": { "branch": "master", "commit": "372fc521f8421b7830ea6db4d6ea3bae1c77548c" },
|
||||
"fidget.nvim": { "branch": "main", "commit": "d9ba6b7bfe29b3119a610892af67602641da778e" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "ee7e50dfbdf49e3acfa416fd3ad3abbdb658582c" },
|
||||
"gitsigns.nvim": { "branch": "main", "commit": "ee28ba3e70ecea811b8f6d7b51d81976e94b121c" },
|
||||
"indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" },
|
||||
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
|
||||
"lazydev.nvim": { "branch": "main", "commit": "2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" },
|
||||
@@ -13,13 +13,13 @@
|
||||
"mason-tool-installer.nvim": { "branch": "main", "commit": "1255518cb067e038a4755f5cb3e980f79b6ab89c" },
|
||||
"mason.nvim": { "branch": "main", "commit": "fc98833b6da5de5a9c5b1446ac541577059555be" },
|
||||
"mdx.nvim": { "branch": "main", "commit": "464a74be368dce212cff02f6305845dc7f209ab3" },
|
||||
"mini.nvim": { "branch": "main", "commit": "05975f387906211745d0aaf996eb7ad3c91b193d" },
|
||||
"mini.nvim": { "branch": "main", "commit": "088d67751584e4168f35bca89bad70ada7ea4636" },
|
||||
"nvim-lint": { "branch": "master", "commit": "9dfb77ef6c5092a19502883c02dc5a02ec648729" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "8b0f47d851ee5343d38fe194a06ad16b9b9bd086" },
|
||||
"nvim-lspconfig": { "branch": "master", "commit": "94d0fec9135719e046903bbbbf8f39e3d3436d4e" },
|
||||
"nvim-tmux-navigation": { "branch": "main", "commit": "4898c98702954439233fdaf764c39636681e2861" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "684eeac91ed8e297685a97ef70031d19ac1de25a" },
|
||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "205e3369bc83d8cb83f7409c36120e24611f8c5c" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "855c97005c8eebcdd19846f2e54706bffd40ee96" },
|
||||
"nvim-treesitter": { "branch": "master", "commit": "94ea4f436d2b59c80f02e293466c374584f03b8c" },
|
||||
"nvim-treesitter-textobjects": { "branch": "master", "commit": "ed373482db797bbf71bdff37a15c7555a84dce47" },
|
||||
"nvim-web-devicons": { "branch": "master", "commit": "50b5b06bff13a9b4eab946de7c7033649a6618a1" },
|
||||
"plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
|
||||
"telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" },
|
||||
"telescope-ui-select.nvim": { "branch": "master", "commit": "6e51d7da30bd139a6950adf2a47fda6df9fa06d2" },
|
||||
|
||||
@@ -1,17 +1,15 @@
|
||||
"$schema" = 'https://starship.rs/config-schema.json'
|
||||
|
||||
# add_newline = true
|
||||
# continuation_prompt = '▶▶ '
|
||||
format = "$directory$bun$golang$python$git_branch$git_status$git_state[ ❯](bold yellow)[❯](bold purple)[❯](bold blue)\n$character"
|
||||
format = "$directory$bun$golang$python$git_branch$git_status$git_state[ ❯](bold yellow)[❯](bold mauve)[❯](bold sapphire)\n$character"
|
||||
palette = "catppuccin_mocha"
|
||||
|
||||
[bun]
|
||||
format = '[🍞bun ](bold green)'
|
||||
version_format = '${major}.${minor}'
|
||||
format = '[bun ${version}](bold yellow)'
|
||||
version_format = 'v${major}.${minor}'
|
||||
|
||||
[character]
|
||||
success_symbol = "[➜](bold green)"
|
||||
error_symbol = "[✗](bold red)"
|
||||
success_symbol = "[➜](bold peach)"
|
||||
error_symbol = "[✗](bold maroon)"
|
||||
|
||||
[cmd_duration]
|
||||
disabled = true
|
||||
@@ -21,31 +19,33 @@ home_symbol= " "
|
||||
truncation_length = 2
|
||||
truncate_to_repo = true
|
||||
truncation_symbol = " "
|
||||
style = "bold blue"
|
||||
style = "bold lavender"
|
||||
|
||||
[git_branch]
|
||||
format='[$symbol$branch]($style)'
|
||||
style='bold purple'
|
||||
format='[ $symbol$branch]($style)'
|
||||
style='bold mauve'
|
||||
symbol=" "
|
||||
|
||||
[git_state]
|
||||
cherry_pick = '[🍒](bold red)'
|
||||
|
||||
[git_metrics]
|
||||
format = '[+$added]($added_style)[-$deleted]($deleted_style) '
|
||||
disabled = false
|
||||
cherry_pick = '[🍒](bold maroon)'
|
||||
|
||||
[git_status]
|
||||
format = '( [\[$all_status$ahead_behind\]]($style))'
|
||||
up_to_date = '✓'
|
||||
format = '([\[$all_status$ahead_behind\]]($style))'
|
||||
style = 'peach'
|
||||
staged = '[++\($count\)](green)'
|
||||
up_to_date = '[✓](green)'
|
||||
untracked = '[ \($count\)](maroon)'
|
||||
modified = '[ \($count\)](yellow)'
|
||||
deleted = '[✘\($count\)](red)'
|
||||
ahead = '⇡${count}'
|
||||
diverged = '⇕⇡${ahead_count}⇣${behind_count}'
|
||||
behind = '⇣${count}'
|
||||
staged = '[++\($count\)](green)'
|
||||
|
||||
renamed = '»\($count\)'
|
||||
stashed = '襁'
|
||||
|
||||
[golang]
|
||||
format = '[ ](bold cyan)'
|
||||
format = '[ ${version}](bold $style)'
|
||||
version_format = 'v${major}.${minor}'
|
||||
|
||||
[palettes.catppuccin_mocha]
|
||||
rosewater = "#f5e0dc"
|
||||
@@ -77,5 +77,5 @@ crust = "#11111b"
|
||||
|
||||
[python]
|
||||
symbol = " "
|
||||
format = '[(\($virtualenv\))${symbol}]($style)'
|
||||
version_format = '${major}.${minor}'
|
||||
format = '[(\($virtualenv\))${symbol}${version}]($style)'
|
||||
version_format = 'v${major}.${minor}'
|
||||
|
||||
@@ -13,7 +13,6 @@ set -g pane-base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
set-option -g renumber-windows on
|
||||
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||
|
||||
# Better split window keybind and same directory for new panes
|
||||
|
||||
Reference in New Issue
Block a user