Add powerline config and update the bootstrap script
This commit is contained in:
parent
16a90e60c6
commit
e5a3f34182
9 changed files with 393 additions and 2 deletions
16
powerline/config.json
Normal file
16
powerline/config.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"common": {
|
||||
"term_truecolor": false,
|
||||
"log_file": "~/.powerline.log"
|
||||
},
|
||||
"ext": {
|
||||
"shell": {
|
||||
"colorscheme": "default",
|
||||
"theme": "default",
|
||||
"local_themes": {
|
||||
"continuation": "continuation",
|
||||
"select": "select"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue