diff options
| author | seth <[email protected]> | 2024-11-22 15:30:15 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-11-22 18:09:22 -0500 |
| commit | a39aa7648593e94901e0a40c9992b11e9548ea50 (patch) | |
| tree | 094b4e39b2f7df3f4dd0d1a77bdbb3816011b872 /users/seth/programs | |
| parent | 05df89b4cf30044dbbbf606112a9dadffc0c720a (diff) | |
seth/starship: drop
Diffstat (limited to 'users/seth/programs')
| -rw-r--r-- | users/seth/programs/default.nix | 1 | ||||
| -rw-r--r-- | users/seth/programs/starship/default.nix | 31 | ||||
| -rw-r--r-- | users/seth/programs/starship/starship.toml | 272 |
3 files changed, 0 insertions, 304 deletions
diff --git a/users/seth/programs/default.nix b/users/seth/programs/default.nix index 945edbe..5aeb311 100644 --- a/users/seth/programs/default.nix +++ b/users/seth/programs/default.nix @@ -23,7 +23,6 @@ ./neovim.nix ./nu.nix ./ssh.nix - ./starship ./vim.nix ./vscode.nix ./yazi.nix diff --git a/users/seth/programs/starship/default.nix b/users/seth/programs/starship/default.nix deleted file mode 100644 index edd35c7..0000000 --- a/users/seth/programs/starship/default.nix +++ /dev/null @@ -1,31 +0,0 @@ -{ config, lib, ... }: -let - cfg = config.seth.programs.starship; -in -{ - options.seth.programs.starship = { - enable = lib.mkEnableOption "Starship configuration" // { - default = config.seth.enable; - defaultText = lib.literalExpression "config.seth.enable"; - }; - }; - - config = lib.mkIf cfg.enable { - programs.starship = { - enable = true; - - # i do this manually - catppuccin.enable = false; - - enableBashIntegration = false; - enableFishIntegration = false; - enableZshIntegration = false; - - settings = { - format = "$all"; - palette = "catppuccin_mocha"; - command_timeout = 250; - } // lib.importTOML ./starship.toml; - }; - }; -} diff --git a/users/seth/programs/starship/starship.toml b/users/seth/programs/starship/starship.toml deleted file mode 100644 index db66325..0000000 --- a/users/seth/programs/starship/starship.toml +++ /dev/null @@ -1,272 +0,0 @@ -# part of this is from catppuccin's starship port - -# MIT License -# -# Copyright (c) 2021 Catppuccin -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# in the Software without restriction, including without limitation the rights -# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -# copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in all -# copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -# SOFTWARE. - -[aws] -symbol = " " - -[buf] -format = "via [$symbol]($style)" -symbol = " " - -[bun] -format = "via [$symbol]($style)" - -[c] -symbol = " " - -[cmake] -format = "via [$symbol]($style)" - -[cobol] -format = "via [$symbol]($style)" - -[conda] -symbol = " " - -[crystal] -format = "via [$symbol]($style)" - -[daml] -format = "via [$symbol]($style)" - -[dart] -format = "via [$symbol]($style)" -symbol = " " - -[deno] -format = "via [$symbol]($style)" - -[directory] -read_only = " " - -[docker_context] -symbol = " " - -[dotnet] -format = "[$symbol(🎯 $tfm )]($style)" - -[elixir] -format = "via [$symbol]($style)" -symbol = " " - -[elm] -format = "via [$symbol]($style)" -symbol = " " - -[erlang] -format = "via [$symbol]($style)" - -[fennel] -format = "via [$symbol]($style)" - -[fossil_branch] -symbol = " " - -[git_branch] -symbol = " " - -[golang] -format = "via [$symbol]($style)" -symbol = " " - -[gradle] -format = "via [$symbol]($style)" - -[guix_shell] -symbol = " " - -[haskell] -symbol = " " - -[haxe] -format = "via [$symbol]($style)" -symbol = "⌘ " - -[helm] -format = "via [$symbol]($style)" - -[hg_branch] -symbol = " " - -[java] -symbol = " " - -[julia] -format = "via [$symbol]($style)" -symbol = " " - -[kotlin] -format = "via [$symbol]($style)" - -[lua] -format = "via [$symbol]($style)" -symbol = " " - -[memory_usage] -symbol = " " - -[meson] -format = "via [$symbol]($style)" -symbol = "喝 " - -[nim] -format = "via [$symbol]($style)" -symbol = " " - -[nix_shell] -symbol = " " - -[nodejs] -format = "via [$symbol]($style)" -symbol = " " - -[ocaml] -format = "via [$symbol(\\($switch_indicator$switch_name\\) )]($style)" - -[opa] -format = "via [$symbol]($style)" - -[os.symbols] -Alpine = " " -Amazon = " " -Android = " " -Arch = " " -CentOS = " " -Debian = " " -DragonFly = " " -Emscripten = " " -EndeavourOS = " " -Fedora = " " -FreeBSD = " " -Garuda = " " -Gentoo = " " -HardenedBSD = "ﲊ " -Illumos = " " -Linux = " " -Macos = " " -Manjaro = " " -Mariner = " " -MidnightBSD = " " -Mint = " " -NetBSD = " " -NixOS = " " -OpenBSD = " " -OracleLinux = " " -Pop = " " -Raspbian = " " -RedHatEnterprise = " " -Redhat = " " -Redox = " " -SUSE = " " -Solus = "ﴱ " -Ubuntu = " " -Unknown = " " -Windows = " " -openSUSE = " " - -[package] -symbol = " " - -[palettes.catppuccin_mocha] -base = "#1e1e2e" -blue = "#89b4fa" -crust = "#11111b" -flamingo = "#f2cdcd" -green = "#a6e3a1" -lavender = "#b4befe" -mantle = "#181825" -maroon = "#eba0ac" -mauve = "#cba6f7" -overlay0 = "#6c7086" -overlay1 = "#7f849c" -overlay2 = "#9399b2" -peach = "#fab387" -pink = "#f5c2e7" -red = "#f38ba8" -rosewater = "#f5e0dc" -sapphire = "#74c7ec" -sky = "#89dceb" -subtext0 = "#a6adc8" -subtext1 = "#bac2de" -surface0 = "#313244" -surface1 = "#45475a" -surface2 = "#585b70" -teal = "#94e2d5" -text = "#cdd6f4" -yellow = "#f9e2af" - -[perl] -format = "via [$symbol]($style)" - -[php] -format = "via [$symbol]($style)" - -[pijul_channel] -symbol = "🪺 " - -[pulumi] -format = "via [$symbol$stack]($style)" - -[purescript] -format = "via [$symbol]($style)" - -[python] -format = "via [$symbol]($style)" -symbol = " " - -[raku] -format = "via [$symbol]($style)" - -[red] -format = "via [$symbol]($style)" - -[rlang] -format = "via [$symbol]($style)" -symbol = "ﳒ " - -[ruby] -format = "via [$symbol]($style)" -symbol = " " - -[rust] -format = "via [$symbol]($style)" -symbol = " " - -[scala] -symbol = " " - -[spack] -symbol = "🅢 " - -[swift] -format = "via [$symbol]($style)" - -[vagrant] -format = "via [$symbol]($style)" - -[vlang] -format = "via [$symbol]($style)" - -[zig] -format = "via [$symbol]($style)" |
