[READ-ONLY] Mirror of https://github.com/plttn/dotfiles.
0

Configure Feed

Select the types of activity you want to include in your feed.

Add .chezmoiexternal.toml Update .config/ghostty/config.ghostty Update .config/lx/config.toml Update .config/fish/fish_plugins Update .config/starship.toml

Jack Platten (Apr 26, 2026, 10:35 PM -0700) 50d145ab 3c9c8c96

+107 -8
+3
.chezmoiexternal.toml
··· 1 + [".config/fish/completions/mise.fish"] 2 + type = "file" 3 + url = "https://raw.githubusercontent.com/jdx/mise/refs/heads/main/completions/mise.fish"
+1
private_dot_config/ghostty/config.ghostty
··· 1 + #theme = Srcery 1 2 theme = Monokai Pro 2 3 font-size = 12 3 4 font-family = Berkeley Mono
+4 -3
private_dot_config/lx/config.toml
··· 1 1 ## lx configuration file 2 2 ## Generated by: lx --init-config 3 3 ## Documentation: https://github.com/wjv/lx 4 - version = "0.4" 4 + version = "0.6" 5 5 6 6 7 7 ## ── Formats ─────────────────────────────────────────────────────── ··· 59 59 ## Shared base: settings that all personalities inherit. 60 60 [personality.default] 61 61 color = "auto" # always / auto / never 62 - color-scale = "256" # none / 16 / 256 62 + gradient = "all" # none / 16 / 256 63 63 time-style = "default" # default / iso / long-iso / full-iso 64 64 group-dirs = "none" # first / last / none 65 65 icons = "never" # always / auto / never 66 66 classify = "auto" # always / auto / never 67 - # theme = "exa" # named theme (see below) 67 + theme = "lx-24bit" # named theme (see below) 68 + smooth = true 68 69 69 70 ## The "lx" personality applies when the binary is invoked as "lx". 70 71 [personality.lx]
+1 -1
private_dot_config/private_fish/fish_plugins
··· 7 7 icezyclon/zoxide.fish 8 8 scaryrawr/copilot.fish 9 9 jorgebucaran/fishtape 10 - plttn/tide@v7 11 10 nertzy/fish_jj_prompt 12 11 patrickf1/fzf.fish 12 + plttn/tide@v7
+98 -4
private_dot_config/starship.toml
··· 1 1 # Get editor completions based on the config schema 2 2 "$schema" = 'https://starship.rs/config-schema.json' 3 3 4 + format = """ 5 + $username\ 6 + $hostname\ 7 + $localip\ 8 + $shlvl\ 9 + $singularity\ 10 + $kubernetes\ 11 + $nats\ 12 + $directory\ 13 + $vcsh\ 14 + $vcs\ 15 + $docker_context\ 16 + $package\ 17 + $bun\ 18 + $c\ 19 + $cmake\ 20 + $cobol\ 21 + $cpp\ 22 + $daml\ 23 + $dart\ 24 + $deno\ 25 + $dotnet\ 26 + $elixir\ 27 + $elm\ 28 + $erlang\ 29 + $fennel\ 30 + $fortran\ 31 + $gleam\ 32 + $golang\ 33 + $gradle\ 34 + $haskell\ 35 + $haxe\ 36 + $helm\ 37 + $java\ 38 + $julia\ 39 + $kotlin\ 40 + $lua\ 41 + $maven\ 42 + $mojo\ 43 + $nim\ 44 + $nodejs\ 45 + $ocaml\ 46 + $odin\ 47 + $opa\ 48 + $perl\ 49 + $php\ 50 + $pulumi\ 51 + $purescript\ 52 + $python\ 53 + $quarto\ 54 + $raku\ 55 + $rlang\ 56 + $red\ 57 + $ruby\ 58 + $rust\ 59 + $scala\ 60 + $solidity\ 61 + $swift\ 62 + $terraform\ 63 + $typst\ 64 + $vlang\ 65 + $vagrant\ 66 + $xmake\ 67 + $zig\ 68 + $buf\ 69 + $guix_shell\ 70 + $nix_shell\ 71 + $conda\ 72 + $pixi\ 73 + $meson\ 74 + $spack\ 75 + $memory_usage\ 76 + $aws\ 77 + $gcloud\ 78 + $openstack\ 79 + $azure\ 80 + $direnv\ 81 + $env_var\ 82 + $mise\ 83 + $crystal\ 84 + $custom\ 85 + $sudo\ 86 + $cmd_duration\ 87 + $line_break\ 88 + $jobs\ 89 + $battery\ 90 + $time\ 91 + $status\ 92 + $container\ 93 + $netns\ 94 + $os\ 95 + $shell\ 96 + $character""" 4 97 5 - add_newline = false 6 - [directory] 7 - repo_root_style = 'blue' 8 - before_repo_root_style = 'cyan' 98 + 99 + # add_newline = false 100 + # [directory] 101 + # repo_root_style = 'blue' 102 + # before_repo_root_style = 'cyan'