Evie Litherland-Smith
b102f9e209
Reduce complexity and in flake.nix and be more efficient in re-using things Removed some reduandant files in home/ and tidied up the structure somewhat Moved things from desktop, gui, etc... to top level Changed env to shell, indiv shell expressions import relevant others
201 lines
2.7 KiB
TOML
201 lines
2.7 KiB
TOML
# Get editor completions based on the config schema
|
|
"$schema" = 'https://starship.rs/config-schema.json'
|
|
|
|
command_timeout = 1000
|
|
|
|
# Inserts a blank line between shell prompts
|
|
add_newline = true
|
|
|
|
# Sets user-defined palette
|
|
palette = "catppuccin_macchiato"
|
|
|
|
[directory]
|
|
fish_style_pwd_dir_length = 1
|
|
read_only = ""
|
|
|
|
# [directory.substitutions] # Disables fish_style_pwd_dir_length
|
|
# "Documents" = " "
|
|
# "Downloads" = " "
|
|
# "Music" = " "
|
|
# "Pictures" = " "
|
|
|
|
[character]
|
|
success_symbol = "[ ](green)"
|
|
error_symbol = "[ ](red)"
|
|
|
|
[line_break]
|
|
disabled = false
|
|
|
|
[aws]
|
|
symbol = " "
|
|
|
|
[buf]
|
|
symbol = " "
|
|
|
|
[c]
|
|
symbol = " "
|
|
|
|
[conda]
|
|
symbol = " "
|
|
|
|
[dart]
|
|
symbol = " "
|
|
|
|
[docker_context]
|
|
symbol = " "
|
|
|
|
[elixir]
|
|
symbol = " "
|
|
|
|
[elm]
|
|
symbol = " "
|
|
|
|
[git_branch]
|
|
symbol = " "
|
|
|
|
[git_metrics]
|
|
disabled = false
|
|
|
|
[golang]
|
|
symbol = " "
|
|
|
|
[guix_shell]
|
|
symbol = " "
|
|
|
|
[haskell]
|
|
symbol = " "
|
|
|
|
[haxe]
|
|
symbol = "⌘ "
|
|
|
|
[hostname]
|
|
ssh_symbol = " "
|
|
style = "bold green"
|
|
|
|
[hg_branch]
|
|
symbol = " "
|
|
|
|
[java]
|
|
symbol = " "
|
|
|
|
[julia]
|
|
symbol = " "
|
|
|
|
[lua]
|
|
symbol = " "
|
|
|
|
[memory_usage]
|
|
symbol = " "
|
|
disabled = false
|
|
|
|
[meson]
|
|
symbol = "喝 "
|
|
|
|
[nim]
|
|
symbol = " "
|
|
|
|
[nix_shell]
|
|
symbol = " "
|
|
|
|
[nodejs]
|
|
symbol = " "
|
|
|
|
[os]
|
|
format = "on [$symbol $name ]($style)"
|
|
style = "bold blue"
|
|
disabled = false
|
|
|
|
[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 = " "
|
|
openSUSE = " "
|
|
OracleLinux = " "
|
|
Pop = " "
|
|
Raspbian = " "
|
|
Redhat = " "
|
|
RedHatEnterprise = " "
|
|
Redox = " "
|
|
Solus = "ﴱ "
|
|
SUSE = " "
|
|
Ubuntu = " "
|
|
Unknown = " "
|
|
Windows = " "
|
|
|
|
[package]
|
|
symbol = " "
|
|
|
|
[php]
|
|
symbol = ""
|
|
|
|
[python]
|
|
symbol = " "
|
|
|
|
[rlang]
|
|
symbol = "ﳒ "
|
|
|
|
[ruby]
|
|
symbol = " "
|
|
|
|
[rust]
|
|
symbol = " "
|
|
|
|
[scala]
|
|
symbol = " "
|
|
|
|
[shell]
|
|
format = "using [$indicator ]($style)"
|
|
disabled = false
|
|
|
|
[spack]
|
|
symbol = "🅢 "
|
|
|
|
[palettes.catppuccin_macchiato]
|
|
rosewater = "#f4dbd6"
|
|
flamingo = "#f0c6c6"
|
|
pink = "#f5bde6"
|
|
mauve = "#c6a0f6"
|
|
red = "#ed8796"
|
|
maroon = "#ee99a0"
|
|
peach = "#f5a97f"
|
|
yellow = "#eed49f"
|
|
green = "#a6da95"
|
|
teal = "#8bd5ca"
|
|
sky = "#91d7e3"
|
|
sapphire = "#7dc4e4"
|
|
blue = "#8aadf4"
|
|
lavender = "#b7bdf8"
|
|
text = "#cad3f5"
|
|
subtext1 = "#b8c0e0"
|
|
subtext0 = "#a5adcb"
|
|
overlay2 = "#939ab7"
|
|
overlay1 = "#8087a2"
|
|
overlay0 = "#6e738d"
|
|
surface2 = "#5b6078"
|
|
surface1 = "#494d64"
|
|
surface0 = "#363a4f"
|
|
base = "#24273a"
|
|
mantle = "#1e2030"
|
|
crust = "#181926"
|