update windows ignorefiles, starship toml
This commit is contained in:
parent
65d364c98e
commit
3f14b48dc3
2 changed files with 21 additions and 14 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Files to ignore on windows
|
# Files to ignore on windows
|
||||||
{{- if eq .chezmoi.os "windows" }}
|
{{- if eq .chezmoi.os "windows" }}
|
||||||
|
,bash_profile
|
||||||
.bashrc
|
.bashrc
|
||||||
.nix-channels
|
.nix-channels
|
||||||
.vimrc
|
.vimrc
|
||||||
|
@ -10,7 +11,12 @@
|
||||||
.config/sheldon
|
.config/sheldon
|
||||||
.config/Yubico
|
.config/Yubico
|
||||||
.config/zellij
|
.config/zellij
|
||||||
|
.config/kritarc
|
||||||
|
.config/kritashortcutsrc
|
||||||
|
.config/dunst/dunstrc
|
||||||
|
.config/rofi/wal.rasi
|
||||||
.inputrc
|
.inputrc
|
||||||
|
.env
|
||||||
{{- end }}
|
{{- end }}
|
||||||
# Windows specific files
|
# Windows specific files
|
||||||
{{- if ne .chezmoi.os "windows" }}
|
{{- if ne .chezmoi.os "windows" }}
|
||||||
|
|
|
@ -12,7 +12,7 @@ $directory\
|
||||||
$git_branch\
|
$git_branch\
|
||||||
$git_status\
|
$git_status\
|
||||||
$git_state\
|
$git_state\
|
||||||
[](fg:bright-blue bg:bright-cyan )\
|
[](fg:bright-blue bg:bright-cyan)\
|
||||||
$c\
|
$c\
|
||||||
$golang\
|
$golang\
|
||||||
$gradle\
|
$gradle\
|
||||||
|
@ -21,17 +21,15 @@ $nodejs\
|
||||||
$rust\
|
$rust\
|
||||||
[](fg:bright-cyan bg:bright-green)\
|
[](fg:bright-cyan bg:bright-green)\
|
||||||
$docker_context\
|
$docker_context\
|
||||||
[](fg:bright-green bg:bright-purple)\
|
[](fg:bright-green bg:bright-blue)\
|
||||||
$python\
|
$time\
|
||||||
[](fg:bright-purple)\
|
[ ](fg:bright-blue)\
|
||||||
"""
|
"""
|
||||||
|
|
||||||
right_format = """
|
right_format = """
|
||||||
[](fg:bright-red)
|
[](fg:bright-red)
|
||||||
$status\
|
$status\
|
||||||
[](bg:bright-red fg:bright-blue)\
|
[](bg:bright-red fg:bright-blue)
|
||||||
$time\
|
|
||||||
[](bg:bright-red fg:bright-blue)\
|
|
||||||
$cmd_duration\
|
$cmd_duration\
|
||||||
$hostname\
|
$hostname\
|
||||||
[](fg:bright-blue)
|
[](fg:bright-blue)
|
||||||
|
@ -63,7 +61,6 @@ CentOS = " "
|
||||||
NixOS = " "
|
NixOS = " "
|
||||||
Windows = " "
|
Windows = " "
|
||||||
Macos = " "
|
Macos = " "
|
||||||
Alpine = " "
|
|
||||||
|
|
||||||
[directory]
|
[directory]
|
||||||
style = "bg:bright-red fg:black"
|
style = "bg:bright-red fg:black"
|
||||||
|
@ -107,7 +104,16 @@ format = "[($hash$tag)]($style) "
|
||||||
|
|
||||||
[git_status]
|
[git_status]
|
||||||
style = "bg:bright-blue fg:black"
|
style = "bg:bright-blue fg:black"
|
||||||
format = '[$all_status$ahead_behind ]($style)'
|
format = '[$all_status$ahead_behind]($style)'
|
||||||
|
renamed = ' '
|
||||||
|
stashed = ' '
|
||||||
|
modified = ' '
|
||||||
|
untracked = ''
|
||||||
|
conflicted = ''
|
||||||
|
staged = ' '
|
||||||
|
up_to_date = ' '
|
||||||
|
diverged = ' '
|
||||||
|
deleted = ''
|
||||||
|
|
||||||
[git_state]
|
[git_state]
|
||||||
style = "bg:bright-blue fg:black"
|
style = "bg:bright-blue fg:black"
|
||||||
|
@ -168,8 +174,3 @@ format = "[ $symbol $status ]($style)"
|
||||||
style="bg:bright-blue fg:black"
|
style="bg:bright-blue fg:black"
|
||||||
ssh_symbol="@"
|
ssh_symbol="@"
|
||||||
format='[ $ssh_symbol$hostname ]($style)'
|
format='[ $ssh_symbol$hostname ]($style)'
|
||||||
|
|
||||||
[python]
|
|
||||||
style="bg:bright-purple fg:black"
|
|
||||||
symbol=" "
|
|
||||||
format='[${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue