diff --git a/.chezmoiignore b/.chezmoiignore index 9b3534e..15c8260 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -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" }} diff --git a/private_dot_config/starship.toml b/private_dot_config/starship.toml index 923d121..866e421 100644 --- a/private_dot_config/starship.toml +++ b/private_dot_config/starship.toml @@ -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)'