@@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 :)
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
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.
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!
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.
"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
@@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
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
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
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.
@@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
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!
"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.
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
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 😅
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 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.
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.
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.
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.
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.
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.
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.
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?
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.
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?
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
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.
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.
@@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.
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.
@@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
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!
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).
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.
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
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?
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.
@@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
@@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.
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.
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.
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?
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
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.).
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.
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)
Im glad youre covering this one, been using oh-my-posh for ages and its the best prompt ive ever used!
It's really awesome! I've been enjoying it a lot
@@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 :)
@@dreamsofautonomy can you post the latest .zshrc that uses ohmyposh to your git?
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
Thank you so much! I really appreciate hearing that.
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.
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!
Thank you!
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!
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.
Just a point of order: PowerShell itself is cross-platform. It's not Windows only. 💡
"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
When people use Arch btw and dont want none POSIX
Yes, but PS is absolute garbage. So, who cares?
@@KremmArmin that's not helpful and not true, but you do you
@@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
i love this "Fine, i will do it my self" energy.
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
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
@@pacifi5t"If you wanna copy-paste commands, just run bash and paste them there."
@@DanCojocaru2000 thanks, but I stopped doing that long ago
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.
@@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
Great setup, thank you for sharing. This combined with kitty is pretty awesome!
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!
I've been using oh-my-posh and it's awesome! Quite simple for configuring
I thought oh my posh was the equivalent of oh my zsh for POwerSHell
That Tmux config looks amazing, can we get the tutorial for that? Or the dotfiles at least.
I think he already has a video covering it on his other channel
@@chrisd.2948 Nah, his tmux video has a completely different config.
"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.
I also started using Catppuccin because of the tmux videos. Would love to know the reason on switching
oh my fellow catppuccin comrades
Yes please elaborate :)
Some weeks ago I was looking Oh My Posh. This awesome video appears just in time :D
17:10 the "round" format is exactly what you're looking for
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
your videos on Dreams of Code channel are top notch, and now I have found this channel, that is amazing!
Thank you! I'm glad you like them!
Very detailed explanation, thank you.
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 😅
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...
Are you using the default config or a custom one? I'll give poetry a go and see if I also encounter it.
@@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.
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.
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
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.
I used your config on Mac, zsh and Alacritty. Everything works besides transient prompt. Before I had it working using p10k
Tbh fish and omp also work great together in my experience: you really get hooked on the experience, if i do say so myself
I love starship
amazing video as usual!
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.
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.
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.
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.
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?
i think this is your best video so far Elliot 🎉
Thank you!
I used to use omp on windows. Maybe I should give that a shot on linux. Really sad to see p10k go.
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.
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?
great video to getting start of oh my posh
when will you post how to configure tmux?
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
Need a video on your tmux config! Or whatever that bottom line is
He has a video on it on his main channel!
@@ushankalover129 yes and no, he did update it, and he mentioned moving away from catpuccin, which is what he showed on his main channel
@@macfrag574you are right, I didn’t think of that. i agree then, a new tmux config video would be cool.
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.
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
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.
@@s1nistr433 funny enough I found a thread on their github 2 years ago saying it beats both p10k and starship in performance
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.
@@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.
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.
Agreed. But I like to do loops in the terminal at times
Can you make a video about your arch configuration? It looks nice btw)
I just love the "pure" prompt. It's so clean and no bs. I just install it with oh-my-zsh, no middleman.
Oh-my-zsh is bloat middleman
@@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
I would love to have your configuration for your tmux terminal 😍😍😍
Can you please share your t-mux configuration? I like the way it looks :)
This is so good! Thanks man.
Very nice configuration! Can you make a video on how you configured the bottom part of the console? Thanks for sharing!
Absolutely! But the quick answer is that it's just tmux with the tokyonight theme
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!
thanks for the vid! loving oh-my-posh! (stole most of your config lol)
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
All of my wallpapers are from freepik!
@@dreamsofautonomy please make a tutorial for nvim configuration thanks
great work! very nicely explained!
Hi, could you showcase your Linux rice? Love how your terminal/setup looks in all your videos ❤
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).
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.
It's always a good day when DoA uploads
unfortunate naming lol (dead on arrival)
Tokyonight-Storm and P10K-Lean is my favorite (with a bit of color and icon tweaks)
You should share your theme in OMP-themes.
How about the almost zero overhead that powerlevel10k had? Have you run some benchmarks?
Nothing wrong with using "unmaintained" software. If it works, it works.
I agree. But for some people, they want support.
OMP also has a couple of other features that p10k does not.
@@dreamsofautonomy how about zsh-bench results?
Transient prompts do make it harder to give an ai context about your pwd when using ai to debug
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
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?
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.
@@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
@@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.
I much prefer starship. I found it to be easier to use.
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?
its realy good but how add env variable in prompt
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.
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
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 !
What shell do you use and how can I make it look like yours? Thanks!
I’m very interested in that tmux conf …
hello. I was wondering how you designed the tmux bottom toolbar in the video, please share it in your next video. Thank you.
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 :)
I hope you ever make a nixos version.
tried oh my posh for serval days, but the transient prompt never worked.
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???
What font is that?
yet another great video, awesome work! when'll you stream again?
Will be streaming today!
What the fonts did you use in your distro and terminal ❤
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.
I fell asleep... Watching again... LOL
What a beautiful video
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?
Absolutely! If you check out my main channel, I tend to do more coding content there.
Subjunctive mood.
If this be the case, . . .
toml? I spotted the windows user, posing as arch user
Please compare to starship ...
What terminal do you use? I'm really curious cause it looks really clean
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
starship has transient prompt now at least
wait didnt know u mentioned it lol buuuuut they have bash instructions now
Any Idea why the secondary prompt always falls back to default config?
Try starship.
f👏i👏s👏h
Could you please tell us what font you are using for your shell?
JetBrains Mono Nerd Font!
Hey, could you share your tmux status bar config?
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.
I like your accent!
can you give the the link to download your wallpaper ?
If I use any color scheme, then it going to override the colors defined statically ?
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.).
@@paultapping9510 can you please share your dotfiles or any setup video
Switch to fish sooner than later. I wish I had. Imo, both posix and structured data are YAGNI for your interactive shell.
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.
Hyprland video incoming.
what is the background color of your terminal?
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)
Haha I get this about 4 times a day. My ctrl+l is rebound.
i find starship cleaner in general
This guy gets what it means to be zen!
Well s**t, there goes my weekend. ;)