tangled
alpha
login
or
join now
sharparam.com
/
dotfiles
0
fork
atom
this repo has no description
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
[starship] Update config
sharparam.com
1 year ago
f9a7c85b
4ac1ae59
+77
-6
1 changed file
expand all
collapse all
unified
split
config
starship.toml
+77
-6
config/starship.toml
···
2
2
3
3
right_format = '$status'
4
4
5
5
+
[character]
6
6
+
success_symbol = "[❯](purple)"
7
7
+
error_symbol = "[❯](red)"
8
8
+
vimcmd_symbol = "[❮](green)"
9
9
+
5
10
[directory]
11
11
+
style = 'blue'
12
12
+
read_only = " "
6
13
#truncation_symbol = '…/'
7
14
8
15
[directory.substitutions]
···
11
18
'G:/Users/adamh' = '(G:) ~'
12
19
13
20
[cmd_duration]
14
14
-
format = '[$duration](bold yellow)'
21
21
+
format = '[$duration]($style) '
15
22
# format = '⏱ [$duration](bold yellow)'
23
23
+
style = "yellow"
24
24
+
25
25
+
[c]
26
26
+
symbol = " "
27
27
+
28
28
+
[crystal]
29
29
+
symbol = " "
16
30
17
31
[direnv]
18
32
disabled = true
19
33
34
34
+
[docker_context]
35
35
+
symbol = " "
36
36
+
37
37
+
[elixir]
38
38
+
symbol = " "
39
39
+
40
40
+
[fennel]
41
41
+
symbol = " "
42
42
+
43
43
+
[fossil_branch]
44
44
+
symbol = " "
45
45
+
20
46
[gcloud]
21
47
disabled = true
22
48
23
49
[git_branch]
24
24
-
format = '[$symbol$branch(:$remote_branch)]($style) '
50
50
+
format = '[$branch(:$remote_branch)]($style) '
51
51
+
style = 'bright-black'
52
52
+
symbol = " "
25
53
26
54
[git_commit]
27
55
tag_disabled = false
28
28
-
tag_symbol = ' '
56
56
+
tag_symbol = ' '
29
57
30
58
[git_metrics]
31
59
disabled = true
···
37
65
behind = '⇣${count}'
38
66
diverged = '[⇡${ahead_count}⇣${behind_count}](bold red)' # ⇕
39
67
up_to_date = ''
40
40
-
untracked = '[?${count}](bold red)'
68
68
+
untracked = '[?${count}](red)'
41
69
stashed = '≡${count}'
42
70
modified = '~${count}'
43
71
staged = '[+${count}](green)'
44
72
renamed = '»${count}'
45
45
-
deleted = '[-${count}](bold red)'
73
73
+
deleted = '[-${count}](red)'
46
74
typechanged = ''
47
47
-
style = 'bold yellow'
75
75
+
style = 'cyan'
76
76
+
# style = 'bold yellow'
48
77
ignore_submodules = false
78
78
+
79
79
+
[golang]
80
80
+
symbol = " "
81
81
+
82
82
+
[haskell]
83
83
+
symbol = " "
84
84
+
85
85
+
[java]
86
86
+
symbol = " "
87
87
+
88
88
+
[kotlin]
89
89
+
symbol = " "
90
90
+
91
91
+
[lua]
92
92
+
symbol = " "
93
93
+
94
94
+
[meson]
95
95
+
symbol = " "
96
96
+
97
97
+
[nix_shell]
98
98
+
symbol = " "
99
99
+
100
100
+
[nodejs]
101
101
+
symbol = " "
102
102
+
103
103
+
[package]
104
104
+
symbol = " "
105
105
+
106
106
+
[perl]
107
107
+
symbol = " "
108
108
+
109
109
+
[php]
110
110
+
symbol = " "
111
111
+
112
112
+
[python]
113
113
+
symbol = " "
114
114
+
115
115
+
[ruby]
116
116
+
symbol = " "
117
117
+
118
118
+
[rust]
119
119
+
symbol = " "
49
120
50
121
[status]
51
122
format = '[$symbol$status( $common_meaning)]($style)'