From e6051a38a672182c7f7dfa083ca1e72b97803c94 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Fri, 25 Mar 2022 23:38:13 -0500 Subject: feat: migrated to gnu stow --- starship.toml | 123 ---------------------------------------------------------- 1 file changed, 123 deletions(-) delete mode 100644 starship.toml (limited to 'starship.toml') diff --git a/starship.toml b/starship.toml deleted file mode 100644 index 8868f01..0000000 --- a/starship.toml +++ /dev/null @@ -1,123 +0,0 @@ -format = """ -$all\ -""" - -add_newline = false - -[fill] -disabled = true -symbol = "" - -[character] -success_symbol = "[❯](green)" -error_symbol = "[❯](red)" - -[aws] -symbol = " " - -[conda] -symbol = " " - -[cmd_duration] -disabled = true -format = "[$duration](bold yellow)" -show_notifications = true -min_time_to_notify = 1_000 - -[dart] -symbol = " " - -[directory] -read_only = " " -# truncation_length = 2 -fish_style_pwd_dir_length = 1 -truncate_to_repo = false -repo_root_style = "bold purple" - -[directory.substitutions] -"~/win" = " ~" -"/mnt/c/Users/tobyv" = " ~" -"/mnt/c" = ' C:' -"/mnt/d" = ' D:' -"/mnt/e" = ' E:' - -[docker_context] -symbol = " " - -[elixir] -symbol = " " - -[elm] -symbol = " " - -[git_branch] -symbol = " " - -[git_status] -format = '([\[$conflicted$deleted$renamed$modified$staged$untracked$ahead_behind\]]($style) )' - -[golang] -symbol = " " - -[hg_branch] -symbol = " " - -[java] -symbol = " " - -[julia] -symbol = " " - -[memory_usage] -symbol = " " - -[nim] -symbol = " " - -[nix_shell] -symbol = " " - -[package] -symbol = " " - -[perl] -symbol = " " - -[php] -symbol = " " - -[python] -symbol = " " - -[ruby] -symbol = " " - -[rust] -symbol = " " - -[scala] -symbol = " " - -[shlvl] -symbol = " " - -[status] -disabled = true -format = "[$symbol$maybe_int]($style)" -pipestatus_format = "\\[$pipestatus\\]" -pipestatus = true -map_symbol = true -style = "red" -symbol = "☓" -recognize_signal_code = true -success_symbol = "[✓](bright-green)" -signal_symbol = "[⚡](bright-yellow)" -not_executable_symbol = "!" -not_found_symbol = "?" -sigint_symbol = "" - -# pipestatus_format = "\\[$pipestatus\\]=>[$symbol$common_meaning$signal_name$maybe_int]($style)" - - -[swift] -symbol = "ﯣ " -- cgit v1.2.3-70-g09d2