update windows ignorefiles, starship toml

This commit is contained in:
Mira 2023-11-13 23:05:55 -05:00
parent 65d364c98e
commit 3f14b48dc3
2 changed files with 21 additions and 14 deletions

View file

@ -1,5 +1,6 @@
# Files to ignore on windows
{{- if eq .chezmoi.os "windows" }}
,bash_profile
.bashrc
.nix-channels
.vimrc
@ -10,7 +11,12 @@
.config/sheldon
.config/Yubico
.config/zellij
.config/kritarc
.config/kritashortcutsrc
.config/dunst/dunstrc
.config/rofi/wal.rasi
.inputrc
.env
{{- end }}
# Windows specific files
{{- if ne .chezmoi.os "windows" }}

View file

@ -12,7 +12,7 @@ $directory\
$git_branch\
$git_status\
$git_state\
[](fg:bright-blue bg:bright-cyan )\
[](fg:bright-blue bg:bright-cyan)\
$c\
$golang\
$gradle\
@ -21,17 +21,15 @@ $nodejs\
$rust\
[](fg:bright-cyan bg:bright-green)\
$docker_context\
[](fg:bright-green bg:bright-purple)\
$python\
[](fg:bright-purple)\
[](fg:bright-green bg:bright-blue)\
$time\
[ ](fg:bright-blue)\
"""
right_format = """
[](fg:bright-red)
$status\
[](bg:bright-red fg:bright-blue)\
$time\
[](bg:bright-red fg:bright-blue)\
[](bg:bright-red fg:bright-blue)
$cmd_duration\
$hostname\
[](fg:bright-blue)
@ -63,7 +61,6 @@ CentOS = " "
NixOS = " "
Windows = " "
Macos = " "
Alpine = " "
[directory]
style = "bg:bright-red fg:black"
@ -107,7 +104,16 @@ format = "[($hash$tag)]($style) "
[git_status]
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]
style = "bg:bright-blue fg:black"
@ -168,8 +174,3 @@ format = "[ $symbol $status ]($style)"
style="bg:bright-blue fg:black"
ssh_symbol="@"
format='[ $ssh_symbol$hostname ]($style)'
[python]
style="bg:bright-purple fg:black"
symbol=" "
format='[${symbol}${pyenv_prefix}(${version} )(\($virtualenv\) )]($style)'