We may have killed p10k, so I found the perfect replacement.

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 263

  • @prismatic1910
    @prismatic1910 5 หลายเดือนก่อน +176

    Im glad youre covering this one, been using oh-my-posh for ages and its the best prompt ive ever used!

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน +10

      It's really awesome! I've been enjoying it a lot

    • @NZ255
      @NZ255 3 หลายเดือนก่อน +1

      ​@@dreamsofautonomy you say your theme is Tokyo Night but have you modified it? Or perhaps you colour grade your videos? When pixel peeping your terminal colours seem very different to most Tokyonight themes. For example your background is darker, and the greens are more towards yellow than blue. I really like your colours is the reason I'm asking :)

    • @X-101
      @X-101 17 วันที่ผ่านมา

      @@dreamsofautonomy can you post the latest .zshrc that uses ohmyposh to your git?

  • @TheVespart
    @TheVespart 5 หลายเดือนก่อน +52

    I absolutely love the style of your videos.
    You not only share the step by step path for the build, configuration or topic you're trying to show, but also give a full rundown and explain the why and hows in which you came up with that specific configuration. It not only helps the viewer to build it and follow with more precision, but also teaches them in case they want to edit it to their own use case.
    It's amazing to watch and learn new things, you are building truly amazing videos. Keep it up my man

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน +4

      Thank you so much! I really appreciate hearing that.

  • @cleomenezesjr
    @cleomenezesjr 5 หลายเดือนก่อน +7

    To be honest, something I liked about p10k was the ease of switching between templates interactively. Lately I want to use my time writing code instead of wasting time writing code to write code.

  • @Finn_AS
    @Finn_AS 4 หลายเดือนก่อน +6

    This channel is an absolute gem! I love your overall style, editing flow and preference to more zen minimalist setups.
    Got myself setup with p10k from your vid, loving it!

  • @sabirquazi
    @sabirquazi 5 หลายเดือนก่อน +4

    a good thing to include in this is to install the correct font so you can get the symbols! But this was great! I got this up and running in warp!

  • @foresthobo1166
    @foresthobo1166 12 วันที่ผ่านมา

    You can very easily script transient prompts anywhere. Save the position of the cursor using whatever sequence is right for your terminal (aka termcap or hardcode). Add a hook before the shell executes any command to go back to the saved location, move back as many lines as your prompt was and clear to end of screen.
    In total you rarely need to echo more than 10 chars to get this done.

  • @h3techsme
    @h3techsme 5 หลายเดือนก่อน +18

    Just a point of order: PowerShell itself is cross-platform. It's not Windows only. 💡

    • @darthwalsh1
      @darthwalsh1 5 หลายเดือนก่อน

      "Windows Shells"--that irked me.
      I liked zsh and would have kept using it, except that it was a lot easier to figure out pwsh on my MacBook then try to run a POSIX shell on Windows

    • @UvekProblem
      @UvekProblem 5 หลายเดือนก่อน

      When people use Arch btw and dont want none POSIX

    • @KremmArmin
      @KremmArmin หลายเดือนก่อน +3

      Yes, but PS is absolute garbage. So, who cares?

    • @h3techsme
      @h3techsme หลายเดือนก่อน +2

      @@KremmArmin that's not helpful and not true, but you do you

    • @t1mor29
      @t1mor29 14 วันที่ผ่านมา

      ​@@KremmArmin I found @h3techsme comment really helpful. Didn't know until now that PowerShell is cross platform. He didn't even say that PowerShell is a good terminal, just giving information. So stop bashing other terminals/people

  • @bmetallaoui
    @bmetallaoui 5 หลายเดือนก่อน +57

    i love this "Fine, i will do it my self" energy.

  • @ejreillyxyz
    @ejreillyxyz 5 หลายเดือนก่อน +25

    I think the "posix-compliance" argument against fish is overcooked - yes there are some differences in the way you do some things, but for everyday interactive use it's so much better (setting variables is SANE, and fish_add_path makes PATH simple). Tide prompt for fish is what I've settled on (after jumping between starship and it for a while) for the transient prompt and quick async feel. The customizability is a bit lacking but everything else makes up.
    Cheers and thanks for sharing the knowledge :) I've always been curious about oh-my-posh as well

    • @pacifi5t
      @pacifi5t 5 หลายเดือนก่อน +6

      Non-posix-compliant shells are fine if you know what you're doing. I would advise anyone against using it until they learn shell-scripting, so they won't just copy-paste commands hoping it is going to work

    • @DanCojocaru2000
      @DanCojocaru2000 5 หลายเดือนก่อน +1

      ​@@pacifi5t"If you wanna copy-paste commands, just run bash and paste them there."

    • @pacifi5t
      @pacifi5t 5 หลายเดือนก่อน

      @@DanCojocaru2000 thanks, but I stopped doing that long ago

    • @mattymerr701
      @mattymerr701 5 หลายเดือนก่อน

      The last time I tried fish, it broke multiple distros. They are built with posix shells in mind and of course fish doesn't have conversion built-in, you have to install plugins.

    • @ejreillyxyz
      @ejreillyxyz 5 หลายเดือนก่อน +3

      @@mattymerr701 if it “broke multiple distros” it’s probably because you made it your default shell - I only use it for interactive use, my OS still uses bash

  • @sbraende
    @sbraende หลายเดือนก่อน

    Great setup, thank you for sharing. This combined with kitty is pretty awesome!

  • @pantium98
    @pantium98 5 หลายเดือนก่อน +3

    in the past, i had some issues with omp, which I can't remember what those were, so i just went back to starship. i might look it at it again since it is now cross platform so that I can use same stuff for my powershell and my wsl instance, and it has some nice features too!

  • @eliasepg
    @eliasepg 5 หลายเดือนก่อน +4

    I've been using oh-my-posh and it's awesome! Quite simple for configuring

  • @FedericoDanielAnastasi-b9w
    @FedericoDanielAnastasi-b9w 5 หลายเดือนก่อน +7

    I thought oh my posh was the equivalent of oh my zsh for POwerSHell

  • @pepavasata6790
    @pepavasata6790 5 หลายเดือนก่อน +19

    That Tmux config looks amazing, can we get the tutorial for that? Or the dotfiles at least.

    • @chrisd.2948
      @chrisd.2948 4 หลายเดือนก่อน

      I think he already has a video covering it on his other channel

    • @pepavasata6790
      @pepavasata6790 4 หลายเดือนก่อน +1

      @@chrisd.2948 Nah, his tmux video has a completely different config.

  • @alewis001
    @alewis001 5 หลายเดือนก่อน +33

    "me and catppuccin have gone our separate ways..." and now I need to know more 😄 I think it was your NvChad or tmux vids that put me on catppuccin and I do like it. I'm intrigued to know why you're no longer using it.
    Regardless, another great vid! I suspect I'll be trying the zen-zsh from your other vid. Keep up the great content.

    • @LokShunHung
      @LokShunHung 5 หลายเดือนก่อน +4

      I also started using Catppuccin because of the tmux videos. Would love to know the reason on switching

    • @daleryanaldover6545
      @daleryanaldover6545 5 หลายเดือนก่อน +1

      oh my fellow catppuccin comrades

    • @Ningishzidd4
      @Ningishzidd4 5 หลายเดือนก่อน +2

      Yes please elaborate :)

  • @AndresJoaquinNino
    @AndresJoaquinNino 5 หลายเดือนก่อน +2

    Some weeks ago I was looking Oh My Posh. This awesome video appears just in time :D

  • @wi1h
    @wi1h 5 หลายเดือนก่อน +1

    17:10 the "round" format is exactly what you're looking for

  • @MartinBarker
    @MartinBarker 5 หลายเดือนก่อน +2

    i been using oh-my-posh for a while now started using it on windows because it's one of the few that works with powershell, and then went i like this install it into my WSL environments :D

  • @krzysi3k-yt
    @krzysi3k-yt 5 หลายเดือนก่อน +2

    your videos on Dreams of Code channel are top notch, and now I have found this channel, that is amazing!

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน

      Thank you! I'm glad you like them!

  • @YannMetalhead
    @YannMetalhead 4 หลายเดือนก่อน +1

    Very detailed explanation, thank you.

  • @gungun974
    @gungun974 5 หลายเดือนก่อน +1

    Today I wrote a fish prompt in fish since my try to replicate my historic zsh prompt with starship went terribly wrong. (CONDITIONS COLORS AND TEXTS WHERE ARE YOU !)
    So what a funny surprise to see OhMyPosh. This tools seem to solve all my issues with starship but also bring interesting features ! (Like conditional colors yeah).
    I may try it one day but before it’s can be a good idea to just profit of my new prompt before just throwing in the bin 😅

  • @ovidiu_nl
    @ovidiu_nl 5 หลายเดือนก่อน +2

    A couple of weeks ago I spent almost half a day configuring oh-my-posh only to find out the next Monday that it interacts badly with poetry (python package manger) that I have to use at work. For some reason `poetry shell` doesn't properly start the virtual environment when I use oh-my-posh. No issues with starship. I was able to reproduce this on another machine as well. Bummer. I'll try to come up with some minimal instructions to reproduce it and file an issue...

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน +1

      Are you using the default config or a custom one? I'll give poetry a go and see if I also encounter it.

    • @ovidiu_nl
      @ovidiu_nl 5 หลายเดือนก่อน +1

      @@dreamsofautonomy Custom one. Honestly, I was so disappointed that I didn't even think to try to revert to the default. I will, as soon as get the chance.

    • @ovidiu_nl
      @ovidiu_nl 5 หลายเดือนก่อน +3

      Alright. I went back to it, and I think I fixed it. I had two left prompts (for a starship look). First one with path, git info and python environment and second one the > prompt itself. I selectively commented out things in my configuration and noticed that if I have newline=true for both prompts then `poetry shell` misfires. So I removed the newline=true from the first one and added a "
      " at the beginning of the path segment template instead. It seems to work fine now... Bizarre.

  • @marsulami6610
    @marsulami6610 5 หลายเดือนก่อน +4

    Can you make a video about the configuration of your tmux themes. I really like it, but i don't know how to make it like your themes

  • @ForeverZer0
    @ForeverZer0 5 หลายเดือนก่อน

    I will definitely have to give oh-my-posh a look. I have obviously heard of it, but never gave it any attention, as I have been a p9/10k user for years. As this has just become my standard goto when configuring my terminal on a system, I haven't really explored others for quite some time.

  • @paulr7765
    @paulr7765 5 หลายเดือนก่อน

    I used your config on Mac, zsh and Alacritty. Everything works besides transient prompt. Before I had it working using p10k

  • @NotaNameInReality
    @NotaNameInReality 5 หลายเดือนก่อน

    Tbh fish and omp also work great together in my experience: you really get hooked on the experience, if i do say so myself

  • @Dr-Zed
    @Dr-Zed 5 หลายเดือนก่อน +10

    I love starship

  • @adibhanna
    @adibhanna 5 หลายเดือนก่อน +7

    amazing video as usual!

  • @avalagum7957
    @avalagum7957 2 หลายเดือนก่อน +1

    I like oh-my-posh: no need to install (just download and run), work in Linux and Windows (I have only 1 .json file for powershell and bash), the project seems very active.

  • @utkarshverma1
    @utkarshverma1 5 หลายเดือนก่อน +10

    How fast does it start up? What I like about p10k is the instant prompt. Does omp have something similar?
    I remember starship being slower than p10k on zsh because starship has to give up on shell-specific optimisations that p10k enjoys.

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน +4

      It's a great question. There's no instant prompt freatue from what I can tell. That being said, my startup times are incredibly short so for me it's unnoticeable currently.

  • @IanChesal
    @IanChesal 26 วันที่ผ่านมา

    OMG! The transient prompt p10k feature has kept me on p10k FOR-EVER! I'm glad I'm not the only on who finds that a critical feature. I'll check out oh-my-posh.

  • @RazoBeckett.
    @RazoBeckett. 5 หลายเดือนก่อน +1

    Hey everyone, I could use a bit of help. I've gone through the documentation (RTFM), but I'm still unable to figure out how to display only the directory name when I'm in a Git repository. I don't want the full path to show up, just the directory name. However, if I'm not in a Git repository, then I do want the full path to be displayed. How can I achieve this?

  • @JohnoScott
    @JohnoScott 4 หลายเดือนก่อน

    i think this is your best video so far Elliot 🎉

  • @alistair1231
    @alistair1231 5 หลายเดือนก่อน +5

    I used to use omp on windows. Maybe I should give that a shot on linux. Really sad to see p10k go.

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน

      Yeah it is a shame! But it'll still work for a long time I imagine.
      I actually am glad to have been pushed to try OMP as I think it has some really awesome features.

    • @juniorsundar
      @juniorsundar 3 หลายเดือนก่อน +2

      p10k isn't gone. It's still there. Still performant as always. It's just that the author believes the plugin has nothing more to add and i kind of agree.
      People still use calculator app even though it's basically in same state no?

  • @MiohitoKiri
    @MiohitoKiri 17 วันที่ผ่านมา

    great video to getting start of oh my posh
    when will you post how to configure tmux?

  • @kuhluhOG
    @kuhluhOG หลายเดือนก่อน

    And then their is me who wrote a bash script/prompt which:
    - shows me exit codes IF the command had an error
    - shows the username
    - shows either the current hostname or the current containername if I am in one
    - the current directory name or ~ if it's the homedir
    - the current GIT branch with the colour changing depending on if there are uncommited changes or not
    - the time on the right side of the window
    - the actual line to type in stuff on the next line
    - different background-colours for each information chunk (and if needed different text colours for better readability)
    - all of this selfcontained in one file which I can easily copy around

  • @filmcarbon
    @filmcarbon 5 หลายเดือนก่อน +7

    Need a video on your tmux config! Or whatever that bottom line is

    • @ushankalover129
      @ushankalover129 5 หลายเดือนก่อน

      He has a video on it on his main channel!

    • @macfrag574
      @macfrag574 5 หลายเดือนก่อน

      @@ushankalover129 yes and no, he did update it, and he mentioned moving away from catpuccin, which is what he showed on his main channel

    • @ushankalover129
      @ushankalover129 5 หลายเดือนก่อน

      @@macfrag574you are right, I didn’t think of that. i agree then, a new tmux config video would be cool.

  • @RockyPrabowo
    @RockyPrabowo 5 หลายเดือนก่อน +23

    oh-my-posh was ridiculously slow back then when I have to use Windows 10 for work. It needs a whopping 7 seconds for the first launch until it's ready and ~2-3 second for the subsequent run. Maybe it's just Windows issue since even the stock PowerShell 7 needs ~3-5 seconds at first launch and ~1-2 seconds for the next launch.
    I missed my instantaneous zinit + p10k setup during those times.

    • @opposite342
      @opposite342 5 หลายเดือนก่อน +3

      I also have omp in my windows system's pwsh. It also take quite a while to start up, but I'm pretty sure that's just windows doing windows thing

    • @s1nistr433
      @s1nistr433 5 หลายเดือนก่อน +2

      This is still an issue under Linux, it takes about a 1-2 seconds for the prompt to load in, where as p10k is instant. Makes the terminal feel bloated and laggy.

    • @opposite342
      @opposite342 5 หลายเดือนก่อน

      @@s1nistr433 funny enough I found a thread on their github 2 years ago saying it beats both p10k and starship in performance

    • @darthwalsh1
      @darthwalsh1 5 หลายเดือนก่อน +4

      Were you using the older powershell module based v2 oh-my-posh? The shell-agnostic v3 in this video is a complete rewrite in go.

    • @RockyPrabowo
      @RockyPrabowo 5 หลายเดือนก่อน +2

      @@darthwalsh1 I just tried the latest version of it on Windows. It's a bit faster but still a little bit slower than vanilla PowerShell. I think it is just Windows doing its thing.
      I also tried it on my Linux on a clean bash configuration and it's actually a little bit faster than my full blown zsh setup, so I might want to do a fair comparison in the future.

  • @sweetbabyalaska
    @sweetbabyalaska 5 หลายเดือนก่อน +4

    I think the point of using a non POSIX shell like fish is purely to have a good user experience, and then you script in bash and launch scripts in bash.

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน

      Agreed. But I like to do loops in the terminal at times

  • @wintersakuraa
    @wintersakuraa 5 หลายเดือนก่อน +2

    Can you make a video about your arch configuration? It looks nice btw)

  • @picklypt
    @picklypt 5 หลายเดือนก่อน +1

    I just love the "pure" prompt. It's so clean and no bs. I just install it with oh-my-zsh, no middleman.

    • @AgapitoHampaslupa12
      @AgapitoHampaslupa12 5 หลายเดือนก่อน +14

      Oh-my-zsh is bloat middleman

    • @pacifi5t
      @pacifi5t 5 หลายเดือนก่อน

      @@AgapitoHampaslupa12 It's not if you don't use any of it's 'plugins'. I use it only because it has a set of features I am really
      used to. But I could not replicate those yet writing the rc file from scratch. It takes too much time, unfortunately.
      P.S. i think it the original comment is a sarcasm

  • @LuMe1926
    @LuMe1926 2 วันที่ผ่านมา

    I would love to have your configuration for your tmux terminal 😍😍😍

  • @mayakrunal
    @mayakrunal 5 หลายเดือนก่อน +2

    Can you please share your t-mux configuration? I like the way it looks :)

  • @burgermatz
    @burgermatz 4 หลายเดือนก่อน

    This is so good! Thanks man.

  • @MrJeeoSoft
    @MrJeeoSoft 4 หลายเดือนก่อน

    Very nice configuration! Can you make a video on how you configured the bottom part of the console? Thanks for sharing!

    • @dreamsofautonomy
      @dreamsofautonomy  4 หลายเดือนก่อน

      Absolutely! But the quick answer is that it's just tmux with the tokyonight theme

  • @sanyika96
    @sanyika96 3 หลายเดือนก่อน

    Hi, I wanted to thank you for the video - switching to a more streamlined workflow has made a big difference for me! My next goal is to set up the git staging count using this theme. I've reviewed the documentation, but I'm stuck. Can you provide some guidance on how to display the number of files in my working and staging directories? I'd really appreciate it!

  • @brennantsullivan
    @brennantsullivan หลายเดือนก่อน

    thanks for the vid! loving oh-my-posh! (stole most of your config lol)

  • @AlaaSaidAhmad
    @AlaaSaidAhmad 3 หลายเดือนก่อน

    First this is the most person who explain every single line of his code ❤thanks 👍 second thing where did you download all of your wallpaper ❤thank you

    • @dreamsofautonomy
      @dreamsofautonomy  3 หลายเดือนก่อน +2

      All of my wallpapers are from freepik!

    • @AlaaSaidAhmad
      @AlaaSaidAhmad 3 หลายเดือนก่อน +1

      @@dreamsofautonomy please make a tutorial for nvim configuration thanks

  • @sirraunzalot
    @sirraunzalot 5 หลายเดือนก่อน

    great work! very nicely explained!

  • @sho6501
    @sho6501 5 หลายเดือนก่อน

    Hi, could you showcase your Linux rice? Love how your terminal/setup looks in all your videos ❤

  • @laniusdev
    @laniusdev 5 หลายเดือนก่อน

    Btw, my p10k prompt is basically identical as yours and I had no idea they went into 'life support' mode. I've peen using ohmyposh in pwsh, so I might check it out myself (which seems, copying your config will do).

  • @SixStringUk
    @SixStringUk 5 หลายเดือนก่อน

    People seem to like bells and whistles. If you're into pimping your prompt, then I guess OMP is nice. Just remember you don't have to use it. Especially if what you end up with is a fairly standard looking prompt without the fancy backgrounds. I had to write half of the functions I wanted anyway and like my prompt to be clean text, so I finally deleted OMP and just have a couple of bash scripts without dependencies. And also learned how to customize PS1 in the process, so I can modify it without having to look for someone else's scripts.

  • @Redyf
    @Redyf 5 หลายเดือนก่อน

    It's always a good day when DoA uploads

    • @youngsinatra2645
      @youngsinatra2645 5 หลายเดือนก่อน +1

      unfortunate naming lol (dead on arrival)

  • @abdulalimmahir
    @abdulalimmahir 5 หลายเดือนก่อน

    Tokyonight-Storm and P10K-Lean is my favorite (with a bit of color and icon tweaks)
    You should share your theme in OMP-themes.

  • @TonioGela89
    @TonioGela89 20 วันที่ผ่านมา +1

    How about the almost zero overhead that powerlevel10k had? Have you run some benchmarks?

  • @Marco9603
    @Marco9603 5 หลายเดือนก่อน +5

    Nothing wrong with using "unmaintained" software. If it works, it works.

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน

      I agree. But for some people, they want support.
      OMP also has a couple of other features that p10k does not.

    • @TonioGela89
      @TonioGela89 5 หลายเดือนก่อน +1

      @@dreamsofautonomy how about zsh-bench results?

  • @catalystzerova
    @catalystzerova 4 หลายเดือนก่อน

    Transient prompts do make it harder to give an ai context about your pwd when using ai to debug

  • @JPals-gt4mp
    @JPals-gt4mp 5 หลายเดือนก่อน +1

    I would love to see Nix videos on this channel. Since it's a bit different from the other distributions, I find it a bit hard to configure ( I guess I'm a newbie ). But it's very desirable because it's stable and has the package manager is the best

  • @soymadip
    @soymadip 5 หลายเดือนก่อน +1

    In powerlevel10k, i could just install it with zinit, so thath if i just copy zsh folder & the p10k config file, start terminal, zinit would setup everything.
    Is that possible here?

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน +1

      You'll need to install oh-my-posh on the other system still but if you use gnu stow or any other dot file management, you'll be able to copy your omp configuration.

    • @soymadip
      @soymadip 5 หลายเดือนก่อน

      @@dreamsofautonomy yeah I do use stow and just a couple of hours ago copied the zsh folder and zinit installed it automatically.
      Well, this is the only downside in OMP i guess, not big though

    • @ziggyshea
      @ziggyshea 5 หลายเดือนก่อน

      @@soymadip I have it working via zinit but there might be a cleaner way to do it:
      zinit ice from"gh-r" as"command" pick"oh-my-posh"
      zinit light JanDeDobbeleer/oh-my-posh
      oh-my-posh wasn't recognized as a command, so I just added an "alias oh-my-posh=path/to/zinit/omp/installation" immediately after those lines.

  • @DeferFuncClose
    @DeferFuncClose 5 หลายเดือนก่อน +1

    I much prefer starship. I found it to be easier to use.

  • @laughingvampire7555
    @laughingvampire7555 3 หลายเดือนก่อน

    the transient prompt looks nice, can you add the date and duration in seconds for the command to make it a little bit more log like?

  • @amit12000
    @amit12000 2 หลายเดือนก่อน

    its realy good but how add env variable in prompt

  • @georgefromohio
    @georgefromohio 3 หลายเดือนก่อน

    So I tried to combine this with your zenful Zsh configuration and I'm about 90% there but not sure how to get the completions to work for docker or other snippets that are added. For some reason tabbing will just populate the menu with cd completions none of the other snippets or plugins... Any guidance would be appreciated.

  • @azthecx
    @azthecx 5 หลายเดือนก่อน

    What is the bottombar on your terminal? It seems to be shell tabs, some sort of tmux / zelijj / wezterm with styling? Didn't spot it on your dotfiles

  • @VeepsFR
    @VeepsFR 5 หลายเดือนก่อน

    My suggestion plugin used to function with oh-my-zsh, what is the one he is using and how can I set it up to work in oh-my-posh ?
    Thanks in advance !

  • @veryhouman
    @veryhouman 12 วันที่ผ่านมา

    What shell do you use and how can I make it look like yours? Thanks!

  • @bycello952
    @bycello952 5 หลายเดือนก่อน

    I’m very interested in that tmux conf …

  • @vankuship8362
    @vankuship8362 5 หลายเดือนก่อน

    hello. I was wondering how you designed the tmux bottom toolbar in the video, please share it in your next video. Thank you.

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน +2

      It's just tokyo night theme! I have a video on tmux on my main channel, will be doing a refreshed version on this channel once it hits 1M views :)

  • @eduardabramovich1216
    @eduardabramovich1216 4 หลายเดือนก่อน

    I hope you ever make a nixos version.

  • @xpluslog
    @xpluslog 4 หลายเดือนก่อน

    tried oh my posh for serval days, but the transient prompt never worked.

  • @raracool04
    @raracool04 5 หลายเดือนก่อน

    I first used Starship on Linux, and only recently found out that it works on Windows too. WHAT DO YOU MEAN I CAN USE TRANSIENT PROMPT???

  • @tykers.
    @tykers. 2 หลายเดือนก่อน +3

    What font is that?

  • @bastiana3611
    @bastiana3611 5 หลายเดือนก่อน

    yet another great video, awesome work! when'll you stream again?

  • @AlaaSaidAhmad
    @AlaaSaidAhmad 4 หลายเดือนก่อน

    What the fonts did you use in your distro and terminal ❤

  • @codeman99-dev
    @codeman99-dev 5 หลายเดือนก่อน

    I'm not real familiar with go formatting. Is it possible to use a calculated fill width?
    In particular, I would like to set the length of the secondary prompt to line up with the end of the base command.

  • @theclient6251
    @theclient6251 หลายเดือนก่อน

    I fell asleep... Watching again... LOL

  • @a1mer06
    @a1mer06 5 หลายเดือนก่อน +1

    What a beautiful video

  • @DouglasWiseRogers
    @DouglasWiseRogers 5 หลายเดือนก่อน

    I'm very interested in your project that uses JS and Golang in the same repo. I have a project that I'd LOVE to transition my backend to Golang and always thought I'd have to do it in different directories. Would you care to explain how you managed to do that?

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน

      Absolutely! If you check out my main channel, I tend to do more coding content there.

  • @richardbennett4365
    @richardbennett4365 5 หลายเดือนก่อน

    Subjunctive mood.
    If this be the case, . . .

  • @laughingvampire7555
    @laughingvampire7555 3 หลายเดือนก่อน

    toml? I spotted the windows user, posing as arch user

  • @mkunikow
    @mkunikow 4 หลายเดือนก่อน

    Please compare to starship ...

  • @luke.stoodley
    @luke.stoodley 4 หลายเดือนก่อน

    What terminal do you use? I'm really curious cause it looks really clean

    • @luke.stoodley
      @luke.stoodley 4 หลายเดือนก่อน

      Nevermind just figured out that it's tmux with a regular terminal
      On another note I just figured out you run Dreams of Code too 🤦 Confirmed by the twitter being the same on both lol
      Turns out the voice didn't click cause you seem to speak rather more lax here.
      I'll yoink your tmux config from there instead XD

  • @ar_chbtw
    @ar_chbtw 2 หลายเดือนก่อน

    starship has transient prompt now at least

    • @ar_chbtw
      @ar_chbtw 2 หลายเดือนก่อน

      wait didnt know u mentioned it lol buuuuut they have bash instructions now

  • @MaKaNufilms
    @MaKaNufilms 4 หลายเดือนก่อน

    Any Idea why the secondary prompt always falls back to default config?

  • @chyldstudios
    @chyldstudios 5 หลายเดือนก่อน +1

    Try starship.

  • @n.a.s1096
    @n.a.s1096 5 หลายเดือนก่อน +1

    f👏i👏s👏h

  • @nzpc2005
    @nzpc2005 2 หลายเดือนก่อน

    Could you please tell us what font you are using for your shell?

  • @parikshithpalegar4699
    @parikshithpalegar4699 5 หลายเดือนก่อน

    Hey, could you share your tmux status bar config?

  • @John-Dennehy
    @John-Dennehy 5 หลายเดือนก่อน

    I totally disagree with you on the look of the prompt, but will overlook this disgust on account of this being a really really great video.

  • @rea_kr
    @rea_kr 5 หลายเดือนก่อน

    I like your accent!

  • @ayankarmakar9324
    @ayankarmakar9324 3 หลายเดือนก่อน

    can you give the the link to download your wallpaper ?

  • @BunnyMolester
    @BunnyMolester 5 หลายเดือนก่อน

    If I use any color scheme, then it going to override the colors defined statically ?

    • @paultapping9510
      @paultapping9510 5 หลายเดือนก่อน

      I use pywal and oh my posh, pywal (a script that changes a ton of system colors based on your currrnt wallpaper) never overwrites any of the color theming of oh my posh, but it does change the rest of the terminal colours (background, text, etc.).

    • @BunnyMolester
      @BunnyMolester 5 หลายเดือนก่อน

      @@paultapping9510 can you please share your dotfiles or any setup video

  • @AnthonyBrice-jg2ey
    @AnthonyBrice-jg2ey 5 หลายเดือนก่อน

    Switch to fish sooner than later. I wish I had. Imo, both posix and structured data are YAGNI for your interactive shell.

  • @EarlZMoade
    @EarlZMoade 5 หลายเดือนก่อน

    I tried omp but it's just way less responsive than p10k for me. I also had issues with the cursor shape being consistent when using vim mode (e.g. would only be a block when connecting over ssh). Had to switch back.

  • @KwidzaxD
    @KwidzaxD 5 หลายเดือนก่อน

    Hyprland video incoming.

  • @PedroSousaWebDev
    @PedroSousaWebDev 5 หลายเดือนก่อน

    what is the background color of your terminal?

  • @DavidStarkers
    @DavidStarkers 5 หลายเดือนก่อน

    Was really painful seeing you type "clear", try ctrl+l
    Old school terminal clear signal
    (Love your high quality animations btw, would love to know how you edit and create these)

    • @dreamsofautonomy
      @dreamsofautonomy  5 หลายเดือนก่อน

      Haha I get this about 4 times a day. My ctrl+l is rebound.

  • @raeplaysval
    @raeplaysval 5 หลายเดือนก่อน

    i find starship cleaner in general

  • @victorajayi9056
    @victorajayi9056 5 หลายเดือนก่อน

    This guy gets what it means to be zen!

  • @bopuc
    @bopuc 5 หลายเดือนก่อน

    Well s**t, there goes my weekend. ;)