summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-15 02:59:36 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-15 02:59:36 -0400
commitd400f2f3bbb6c1a4fdd105ba664babea0a6e533b (patch)
tree690529f409ef97227c4ae80af990215427145833 /config
parent7cd07c63cce0a617fb03992c2b5fc383d1c0c08f (diff)
downloadconf-d400f2f3bbb6c1a4fdd105ba664babea0a6e533b.tar.gz
conf-d400f2f3bbb6c1a4fdd105ba664babea0a6e533b.zip
actually remove the generated file
Diffstat (limited to 'config')
-rw-r--r--config/starship.toml116
1 files changed, 0 insertions, 116 deletions
diff --git a/config/starship.toml b/config/starship.toml
deleted file mode 100644
index 31fdc63..0000000
--- a/config/starship.toml
+++ /dev/null
@@ -1,116 +0,0 @@
-format = """
- [\\(](host)$directory([|](host)$git_branch$git_commit$git_status([|](host)$git_state))[\\)](host)( $aws)( $kubernetes)( $pulumi) $fill ($cmd_duration )($battery )$username[@](bg)$hostname [\\[](host)$time[\\]](host) $line_break\
-$status [\\$](user)
-"""
-right_format = '$character'
-add_newline = false
-palette = 'local'
-
-[directory]
-format = '[$path]($style)[$read_only]($read_only_style)'
-style = 'bg'
-repo_root_format = '[$before_root_path]($before_repo_root_style)[$repo_root]($repo_root_style)[$path]($style)[$read_only]($read_only_style)'
-repo_root_style = 'git'
-fish_style_pwd_dir_length = 1
-
-[git_state]
-format = '[$state(:$progress_current/$progress_total)]($style)'
-style = 'git'
-rebase = 'r'
-merge = 'm'
-revert = 'v'
-cherry_pick = 'c'
-bisect = 'b'
-am = 'a'
-am_or_rebase = 'r'
-
-[git_branch]
-format = '[$branch(:$remote_branch)]($style)'
-style = 'git'
-ignore_branches = ['main', 'master']
-
-[git_commit]
-format = '[$hash$tag]($style)'
-style = 'git'
-
-[git_status]
-format = '[$all_status$ahead_behind]($style)'
-modified = '*'
-stashed = ''
-diverged = '+$ahead_count-$behind_count'
-ahead = '+$count'
-behind = '-$count'
-
-[aws]
-format = '[$symbol$profile]($style)'
-symbol = '☁️'
-style = 'bg'
-
-[kubernetes]
-disabled = false
-format = '[$symbol$context]($style)'
-symbol = '☸'
-style = 'bg'
-
-[pulumi]
-format = '[$symbol$stack]($style)'
-symbol = ''
-style = 'bg'
-
-[fill]
-symbol = '─'
-style = 'bg'
-
-[cmd_duration]
-format = '[\($duration\)]($style)'
-style = 'bg'
-
-[battery]
-format = '[$percentage]($style)'
-
-[[battery.display]]
-threshold = 5
-style = 'bright-red'
-
-[[battery.display]]
-threshold = 15
-style = 'red'
-
-[[battery.display]]
-threshold = 40
-style = 'yellow'
-
-[username]
-disabled = false
-format = '[$user]($style)'
-style_user = 'user'
-show_always = true
-
-[hostname]
-disabled = false
-format = '[$hostname]($style)'
-style = 'host'
-ssh_only = false
-
-[time]
-disabled = false
-format = '[$time]($style)'
-style = 'bg'
-
-[line_break]
-
-[status]
-disabled = false
-format = '[$status]($style)'
-
-[character]
-format = '$symbol'
-success_symbol = ''
-error_symbol = ''
-vimcmd_symbol = '[\[NOR\]](bright-yellow)'
-
-[palettes.local]
-bg = 'bright-black'
-git = 'green'
-user = 'bright-blue'
-host = 'red'