This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"$schema" = 'https://starship.rs/config-schema.json' | |
add_newline = true | |
format = """ | |
[](color_green1)\ | |
$os\ | |
[](bg:color_green2 fg:color_green1)\ | |
$directory\ | |
[](fg:color_green2 bg:color_green3)\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"$schema" = 'https://starship.rs/config-schema.json' | |
add_newline = true | |
format = """ | |
[](color_blue1)\ | |
$os\ | |
[](bg:color_blue2 fg:color_blue1)\ | |
$directory\ | |
[](fg:color_blue2 bg:color_blue3)\ | |
$git_branch\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"$schema" = 'https://starship.rs/config-schema.json' | |
add_newline = true | |
format = """ | |
[](color_orange)\ | |
$os\ | |
[](bg:color_yellow fg:color_orange)\ | |
$directory\ | |
[](fg:color_yellow bg:color_aqua)\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// TODO TREE CONFIG | |
"todo-tree.general.tags": [ | |
"TODO", | |
"BUG", | |
"FIX", | |
"HELP", | |
"HACK", | |
"NOTE" | |
], |