File tree Expand file tree Collapse file tree 2 files changed +22
-18
lines changed
Expand file tree Collapse file tree 2 files changed +22
-18
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,14 @@ sandbox = false
3434max-jobs = auto
3535EOF
3636
37- # Install direnv & starship
37+ # Install packages
3838RUN nix profile add \
3939 nixpkgs#direnv \
40- nixpkgs#starship
40+ nixpkgs#starship \
41+ nixpkgs#vim \
42+ nixpkgs#neovim
43+
44+ # Configure shell
4145RUN cat >> ${HOME}/.bashrc <<'EOF'
4246eval "$(direnv hook bash)"
4347eval "$(starship init bash)"
Original file line number Diff line number Diff line change 2020\n $character"""
2121
2222[directory ]
23- style = " fg:#e3e5e5 bg:#769ff0"
2423format = " [ $path ]($style)"
24+ style = " fg:#e3e5e5 bg:#769ff0"
2525truncation_length = 3
2626truncation_symbol = " …/"
2727
@@ -32,50 +32,50 @@ truncation_symbol = "…/"
3232"Pictures" = " "
3333
3434[git_branch ]
35- symbol = " "
36- style = " bg:#394260"
3735format = ' [[ $symbol $branch ](fg:#769ff0 bg:#394260)]($style)'
36+ style = " bg:#394260"
37+ symbol = " "
3838
3939[git_status ]
40- style = " bg:#394260"
4140format = ' [[($all_status$ahead_behind )](fg:#769ff0 bg:#394260)]($style)'
41+ style = " bg:#394260"
4242
4343[nodejs ]
44- symbol = " "
45- style = " bg:#212736"
4644format = ' [[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
45+ style = " bg:#212736"
46+ symbol = " "
4747
4848[rust ]
49- symbol = " "
50- style = " bg:#212736"
5149format = ' [[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
50+ style = " bg:#212736"
51+ symbol = " "
5252
5353[golang ]
54- symbol = " ﳑ"
55- style = " bg:#212736"
5654format = ' [[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
55+ style = " bg:#212736"
56+ symbol = " ﳑ"
5757
5858[php ]
59- symbol = " "
60- style = " bg:#212736"
6159format = ' [[ $symbol ($version) ](fg:#769ff0 bg:#212736)]($style)'
60+ style = " bg:#212736"
61+ symbol = " "
6262
6363[time ]
6464disabled = false
65- time_format = " %R" # Hour:Minute Format
66- style = " bg:#1d2230"
6765format = ' [[ $time ](fg:#a0a9cb bg:#1d2230)]($style)'
66+ style = " bg:#1d2230"
67+ time_format = " %R" # Hour:Minute Format
6868
6969[os ]
7070disabled = false
71- style = " bg:#a3aed2 fg:#090c0c"
7271format = ' [ $symbol ]($style)'
72+ style = " bg:#a3aed2 fg:#090c0c"
7373
7474[os .symbols ]
7575Macos = " "
7676Ubuntu = " "
7777
7878[hostname ]
79+ format = ' [$hostname]($style)'
7980ssh_only = true
8081style = " bg:#a3aed2 fg:#090c0c"
81- format = ' [$hostname]($style)'
You can’t perform that action at this time.
0 commit comments