Hi. I’ve been using powerlevel10k for a long time, but a few days ago, I decided I wanted to customize it a bit. I opened the .p10k.zsh file, and I was shocked. It’s really massive, with TONS of options. I’ve been digging through for a few hours already, and it’s absolutely amazing how much you can customize it without actually programming anything. I was wondering what other people are using. So my questions are:

  • Do you customize your shell prompt?
  • If yes, do you use some framework or pre-made theme, or do you just configure it the vanilla way in your bashrc/zshrc/…
  • How is your experiences with it so far?
  • Share screenshot of your prompts, please (Sadly, my prompt is currently half done, so I can’t really share it)
  • nbailey@lemmy.ca
    link
    fedilink
    English
    arrow-up
    43
    ·
    10 months ago

    I use plain old bash with the plain old .bashrc that ships with Debian. I’ll bolt on a git-branch-aware function into the prompt here and there, but that’s about it.

    Why? I ssh into a few dozen machines most days and my shitty little lizard brain can’t deal with everything being different on each box. So as much as I appreciate zsh, powerline plug-ins, all that glitzy stuff, I’ll be a late adopter when it comes to plain old Debian stable…

    • sep@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      10 months ago

      The only way i function. Am usualy ssh’d into 3-5 machines at any given time.

    • herrvogel@lemmy.world
      link
      fedilink
      arrow-up
      7
      arrow-down
      2
      ·
      10 months ago

      I wrote an Ansible playbook to install my zsh stuffs into a remote machine. I don’t run it against every machine though, just the ones where I ssh into particularly often and have the freedom to customize the shell.

      • whatwhatwhatwhat@lemmy.world
        link
        fedilink
        arrow-up
        10
        ·
        10 months ago

        freedom to customize the shell

        This is always the issue for me – I ssh into several machines for various clients every day. All of those clients have one thing in common: equally strict and inconsistent policies about what packages you can use from where and for what reason. “I like this shell better” would never fly, sadly.

    • thelastknowngod@lemm.ee
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      10 months ago

      This was me until the kubernetes transition occurred. Now I ssh into nothing unless it’s a personal box. I’ve become a zsh convert.