Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
feat: starship vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Coordinate-Cat committed Jan 3, 2023
1 parent 79ab931 commit 6b2175d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bundle/starship/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ add_newline = true
scan_timeout = 10

format = '''
[✂︎](fg:#f85552)$fill$shell
[✂︎](fg:#f39800)$fill$shell
[┌──](fg:#35a77c)$username[─](fg:#35a77c)$directory
[└─>](bold fg:#35a77c) '''

right_format = '''$character'''

[fill]
symbol = ''
style = 'fg:#f85552'
style = 'fg:#f39800'

[character]
success_symbol = '[](cyan)'
error_symbol = '[](red)'

[shell]
zsh_indicator = '[\[zsh mode\]](fg:#f85552)'
zsh_indicator = '[\[zsh mode\]](fg:#f39800)'
bash_indicator = '[\[bash mode\]](fg:#f85552)'
disabled = false

Expand All @@ -32,4 +32,4 @@ home_symbol = '~'
[username]
format = '[\(](bold fg:#35a77c)[$user darwin](fg:#3a94c5)[\)](bold fg:#35a77c)'
show_always = true
disabled = false
disabled = false
10 changes: 10 additions & 0 deletions bundle/vscode/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
GitHub.copilot
intellsmi.comment-translate
JonathanHarty.gruvbox-material-icon-theme
MS-CEINTL.vscode-language-pack-ja
rust-lang.rust-analyzer
sainnhe.everforest
shardulm94.trailing-spaces
soerenuhrbach.vscode-deepl
tauri-apps.tauri-vscode
withfig.fig

0 comments on commit 6b2175d

Please sign in to comment.