thanks for this post, would you mind doing an update on your gpg post? I'd love to learn how to get gpg+yubikey working in WSL in windows 11, seems fairly tough to do currently.
this command broke my Power Shell. Now it crashes at startup.... IDK how to uninstall it without being able to launch the PS!!! "Install-Module -Name PSReadLine -RequiredVersion 2.2.0-beta2"
@@SakibAhmedSkB I ran afoul with this as well at the 43 minute mark with the whole 'PSReadline' bits. (Terminal broke and I could no longer execute any commands in Terminal to try and fix the issue.) I got back to 'normal' by executing the following - as an *ADMINISTRATOR* in a *CMD* prompt - instead of Terminal -> > > pwsh.exe -noprofile -command "Install-Module PSReadLine -Force -SkipPublisherCheck -AllowPrerelease"
I think the best parts of this video were the parts that you made mistakes and showed us your thought process. I personally think this kind of teaching style is more useful and actually more time saving! And please don't say sorry for being a perfect teacher. 💙
Completely agree I feel luike you learn from the mistakes you think through yourself and with others and over time taking that approach makes you more valuable than someone who can only follow a prompt or "escalate"
Thank you so much Scott for saying the Ubuntu correctly and respecting our language. As a South African I think you are a genius. Thank you. People don't even want to know what that name is from.
00:00:10 -- START 00:00:36 -- Windows PowerShell opens... 00:01:41 -- 🤔 00:01:59 -- Get ZoomIt (whatever the latest version is!!!) 00:02:32 -- PowerShell shows all terminals installed or set up 00:02:35 -- 00:02:53 -- Open JSON file [always use VScode] 00:06:47 -- install wsl 00:07:15 -- ubuntu installed ?? 00:13:05 -- fonts 00:15:18 -- Installing oh my posh for windows. By the way I used this command "winget install JanDeDobbeleer.OhMyPosh -s winget" as it was suggested by the website 00:15:45 -- NOTE: However, after the installation by typing "oh-my-posh.exe" at my windows terminal, all I get just a unix-like man page for "oh-my-posh.exe". 00:23:05 -- ??
I love that I'm not the only who gets stressed out by icons on the desktop! I try to minimize them as much as possible. I didn't know you could hide them and show them like that!
You're not alone. Desktop icons are the worst imo. Keeping stuff on your desktop just gives you an excuse to keep your files disorganized. And the only other mildly useful things on there are app shortcuts which are made entirely obsolete by the search feature.
Honestly the most productive couple of hours I have spent in a while, thanks to the well paced, no assumption, approach I have a much better Windows 11 setup. Thanks Scott !
Scott, excellent video. I think this style of teaching is an amazing way to teach people, and to teach them to find solutions to the problems they may face. I would enjoy seeing more of these! Thank you.
Just started on my web developer journey today and had my WSL Linux environment all decked out and ready for life in my coding BootCamp thanks to your other videos. Watched this from start to end and now have all that PSReadline completion goodness working too. Thanks for sharing and making a web developer newcomer's life that little bit easier :)
Thanks for a good time. The good thing about watching uncut howtos like this is you always learn something, no matter how much you think you know (thanks for ZoomIt and the Powershell hotkeys!) - and you learn to know the person better as well. My hat is off to you sir! :) Cheers!
at 25:16...searching for a file with 'dir /s'...while I prefer to stay in terminals all day, when I search for files, I use 'Everything' (void tools...first hit if you use bing...dunno for the other search engines). I don't use it for much other then "where is a file", but it's awesome for that purpose.
Absolutely appreciate videos like this, and no need to apologize about the length ... since it's a recording we can skip around or play at 2x speed if we want to skip sections we're less interested in. But so many good learning moments in here.
Amazing Video-Tutorial!! Thank you for that! Quick tip for Google for not showing the right results in 37:55. Using the minus symbol actually tells the engine NOT to include results with the specific keywork. So there are no results with the word "PredictionViewStyle". Adding quotes around it tells the engine to look exactly for what's in the quotes and it does not parse it!
I appreciate that you mentioned the correct pronunciation of the word "Ubuntu" - I'm a Xhosa speaking South African and have always had a problem with "Ubhantu" pronunciation of the word.
Dear Scott, I was introduced to your channel just recently. I appreciate the slow but thorough pace of your content. I believe I prefer getting a more comprehensive answer to my problem than a faster one. Your series on “Computer Stuff They Didn’t Teach You” has been a wonderful resource to fill out some gaps in my knowledge as well as a great resource to look for additional answers to new questions. Keep up your good work! And keep going slow.
Delightful tutorial packed with information. I'm so glad that I didn't skip to the end and watched the whole video! Comparing to most content creators usually you'll end up with bunch of time wasters for monetization but Scott Hanselman always finds a way to make it fun and easy.
I skipped to the end and skipped to the middle after that then skipped to the beginning and then literally watched it back to the part right before the end. I know. A wild ride, indeed.
How do I thank you in a better way. You know what, you actually "taught me fishing instead of giving a fish" and I'm extremely happy for the fact that I learnt how to think when I end up with a bunch of errors. I really thank you from the bottom of my heart for doing this kind of video.
I was wondering how to customize the windows terminal like the powerlevel10k in MacOS but here I found what I was looking for. This is the most informative tutorial I got for Windows terminal. Now, I am doing the assignment for Ubuntu terminal 👍. Thank you for all information you provide for us.
Were some bugs in PSReadLine 2.2.0-beta1, so instead of going (@42:06) Install-Module -Name PSReadLine -RequiredVersion 2.2.0-beta1 -AllowPrerelease Just get the latest beta instead (by leaving out the version number): Install-Module PSReadLine -AllowPrerelease -Force Or if you already tried beta1 and now it doesn't work 1. stop ALL instances of pwsh (check task manager) 2. from cmd.exe (or bash on Linux) run: pwsh -noprofile -command "Install-Module PSReadLine -AllowPrerelease -Force"
I learned many windows incantations that I didn't know before from this. It was nice that you called out the keys when you would do something interesting. Also its nice to see you make mistakes and correct them on the fly. I'm sure this will come in handy for me and many others when we set up new machines. Thanks!
Hi Scott thank you very much, im from spain and i've learnt so much of powershell just by seeing your set up. Your way is the best way to teach someone in my opinion. Cheers and thanks a lot for yout content!
Oh sweet! Thank you so much Scott. I'm Zulu and this is for the first time hearing someone, particularly an American pronouncing correctly and knowing the true meaning of "Ubuntu" Linux. Ubuntu means humanity.
I basically never comment on TH-cam since the beginning. But this time...I must. I am a long time mac and linux user. I'm also into coding and learning etichal hacking. I still use my macbook pro late 2013 and I just ordered my first windows pc in 30 years yesterday. Of course I tried windows 11 recently and I was impressed. I also was impressed by WLS. The first thing I looked for is how to set up a proper linux bash shell environment in windows and I found out your tutorial. After watching it I'm impressed and I subscribed immediately. You also demonstrate I basically don't need vms anymore. I am a long time oh my zsh user but I love oh my posh now after watching this. Thank you very much sir!
Thanks a lot, the details were necessary. I've learnt a lot. I did mine just pasting codes without knowing what the code does. Watching this can help me replicate this without the aid of any video guide.
So as always thanks for the patience to learn us about Posh and command prompt to Make Up our screen. One of the best Posh explanation. Keep going with your good job.
He really says that it's not going to be exciting 22:25 but you know the more I watch this it's just making me more and more interested to using windows sometime I really new to customized stuffs ❤ thank you. Love from india 🇮🇳
... or c:/Users//OneDrive/Documents/Powershell if you use default backup tool in Windows which is OneDrive. It would be great if not one major flaw: it doesn't allow removing nested folders from syncing to keep them only locally, because if you do it will do the opposite: erase these folders locally and keep them in the cloud and that is just insane and dangerous!
Very good video. I do much prefer your style than the "rush through everything, say obvious things, just copy and paste" style that others have. Just a side note, at 3:41 you set the default Terminal, but this seems to be possible only with the preview version of WIndows Terminal. I'm on the stable Win11 version and spent some time to figure out what I was doing wrong.
And kudos for consistent use of the zoom-in so the text on screen is readable even on a phone in portrait. A lot of otherwise good content from other TH-camrs is less effective. Thank you.
I love your blogs and videos on terminal Pimp, they're the últimate resource for gettint my terminal blazing cool! Thanks Scott, greetings from México!
Thank you so much for this video, I keep hearing things about downloading nerdfonts and editing windows terminal but seeing an actual human do these things is so much better
Great Video! Honestly I was also hoping to find a script in the description when I first clicked on the link. But I respect the fact that you wanted to do it slowly and actually teach how to do it. For everyone who doesn't want to watch the whole video I can say: It's well worth it!
This is the first video of yours that I've watched and it is super great. I loved the "low and slow" approach which allowed me to follow along and configure my machine as well. One additional thing that I'd love is if powershell could update the title of the tab to the hostname of a machine I ssh into. I've found plenty of easy solutions for bash involving .bashrc, and they do work for me, but I'd prefer to not have to run the bash command to drop into WSL before I ssh. Thanks!
Great video. I have watched this now several times and i think i have now absorbed the wisdom. I have included the Python segment (see OhMyPosh documentation for Segments for the Python bit. That shows both the Python version and the environment value set by Conda. Once that is in prompt there is a once off config which disables the display of the envt as s prefix to default prompt.
Just stumbled onto your channel and this video. Apparently it's been quite a number of years since I last used Windows. As a developer, this kind of configurability used to be an absolute nightmare on Windows. It was the main reason I jumped to a unix system with MacOS. Anytime I wanted to do anything like this, it was-a) "sorry we don't support Windows", b) "we support Windows but you need to update the registry and run this cryptic command in the command prompt and even then it might not work". I mean seriously, installing Ubuntu directly from the Microsoft Store? winget?? Maybe it's time I come back and take a look at Windows. It just looks fun.
PERFECT! Been wanting to dump the old cmder/conemus and use the new Windows Terminal and WSL but it´s been sooo much setup. Thanks a ton @Scott for a clear guide! Haven´t watched it all yet but I´m hoping to build a portable dev box with all this set up, to share and re-use on different boxes.
At 27:45, the problem you encounter it's due to the copy of your configuration file in the '%USERPROFILE%\AppData\Local\Programs\oh-my-posh\themes' folder and in the same time the PowerShell profile file indicates that the Oh-My-Posh configuration file is read from the 'home' folder ('~' or '%USERPROFILE%'). That is also the reason why it displays 'NO CONFIG' with the 'jandedobbeleer.omp.json' file ... It's because it seems you missed a note on the Oh-My-Posh website which say: "The guides below assume you copied the theme called jandedobbeleer.omp.json to your user's $HOME folder."
I really enjoyed this video! You seem to make the complex doable, with trouble shooting issues on the fly interesting, this was a great learning experience!
Thank you so much. Very detailed and important to go with you through the possible errors. And it shows that you are a human too and also have errors when setup things... And it is never boring to listen to you!
Great video Scott, thank you. I did run into a few differences, not unexpected since it's been 9 months since you posted. One thing that took quite a bit of sleuthing to figure out, though, was that at the 35:00 minute mark in the video, I couldn't get Import-Module to find the installed Terminal-Icons module (installed as shown in the video). It was installed under ~\Documents\PowerShell\Modules, and Import-Module couldn't find it there. For whatever reason, $Env:PSModulePath did not contain that path. I added the ~\Documents\PowerShell\Modules directory to $Env:PSModulePath, and after that the Import-Module statement worked. This is on Windows 10 20H2 w/ PowerShell 7.2.5.
This WAS fun, Scott! Learnt a lot following this video closely and redoing everything you did on my work machine, on a Friday evening. Keep `em coming!
As a developer, you spend everyday in your shell. Making it place you want to be and be productive is huge. Honestly, I had been staying in git bash in windows simply for getting the path and git metadata. Now I don't have to do that and I can get basically make it look and feel how ever I like. Great Video Scott!
I really enjoyed this video, learn soo much from just watching you use the command line and the troubleshooting, which I think was the most important part of this video
Hey, what's the difference between PowerShell (that you downloaded) and Windows.PowerShell (that you hid and do not use?). A lot of people at my work say to never use PowerShell, but I don't know why or which PowerShell they mean. Do you have any insight?
Absolutely Awesome!! I just set all of this up on my window 10 and I love it. I learned so many tricks from watching this video. I am going to watch another one of your videos. I think Git 101 basics will be the next adventure. Thanks Scott for your time and may God Bless you in everything you do!
Thank you for making this! I have learned lots of cool tricks from your TH-cam channel over the last years. You convinced me to install Windows on my PCs.
Scott, you are the man! I really love your contents. Though I had already customized my windows terminal following your previous videos but really enjoyed this 1 hour journey 😊 Great video Scott !!
It makes me feel less utterly stupid when someone as experienced as you goes through exactly the same process I do when doing something new. There a huge amount to be said for seeing the unvarnished truth of how discovery happens. I’d love to see two versions of every tutorial published, one beautifully edited and perfect, and another, minimally edited, version showing all the problems, pitfalls, debugging, frustration etc., that goes into making them.
I'm just getting started with Windows Terminal and WSL. Thanks so much for this. It's great! BTW, at 17:13, If you have VSCode installed, you can type "code $profile". If it doesn't exist it will create it. If it does exist, it will open in VSCode :)
Cheers Scott, always love your video delivery and your videos never look slopey always professional to me, thanks for putting this one together really appreciated.
That was a cool tutorial and I enjoyed every second of it. It is quite educational to see somebody's workflow, and yours is swift and effective (in spite of you claiming otherwise several times in your video). Thanks for sharing your knowledge.
Amazing job. I got the very bad luck of trying this while PSGallery was down, so I had to use scoop for downloading Terminal-Icons, and had to wait around 2 hours to complete the part with PSReadLine. But as you mention, those are opportunities to learn. I will be preparing my terminal for Rust and Data Science. Thanks for the video, subscribed right away!
Blog post www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal
SysInternals Suite is now in the store. I wish they would have put the tools in a start menu folder.
thanks for this post, would you mind doing an update on your gpg post? I'd love to learn how to get gpg+yubikey working in WSL in windows 11, seems fairly tough to do currently.
This tutorial is awesome but, do yuo have the terminal icons but for ubuntu?
this command broke my Power Shell. Now it crashes at startup.... IDK how to uninstall it without being able to launch the PS!!!
"Install-Module -Name PSReadLine -RequiredVersion 2.2.0-beta2"
@@SakibAhmedSkB I ran afoul with this as well at the 43 minute mark with the whole 'PSReadline' bits. (Terminal broke and I could no longer execute any commands in Terminal to try and fix the issue.) I got back to 'normal' by executing the following - as an *ADMINISTRATOR* in a *CMD* prompt - instead of Terminal -> > > pwsh.exe -noprofile -command "Install-Module PSReadLine -Force -SkipPublisherCheck -AllowPrerelease"
I think the best parts of this video were the parts that you made mistakes and showed us your thought process.
I personally think this kind of teaching style is more useful and actually more time saving!
And please don't say sorry for being a perfect teacher. 💙
Couldn't agree more, Well said.
Completely agree I feel luike you learn from the mistakes you think through yourself and with others and over time taking that approach makes you more valuable than someone who can only follow a prompt or "escalate"
At some moment i find myself thinking "He is literally IT Bob Ross", lol
omg so true haha
lol
perfect
Man! I was just about to post this!
Scott, you’re breathtaking :)
Hahaha 🤣
Exactly!
I loved the "break" at 23 minutes for live two factor authentication. It's so important to have a sound and positive attitude towards security.
Thank you so much Scott for saying the Ubuntu correctly and respecting our language. As a South African I think you are a genius. Thank you. People don't even want to know what that name is from.
00:00:10 -- START
00:00:36 -- Windows PowerShell opens...
00:01:41 -- 🤔
00:01:59 -- Get ZoomIt (whatever the latest version is!!!)
00:02:32 -- PowerShell shows all terminals installed or set up
00:02:35 --
00:02:53 -- Open JSON file [always use VScode]
00:06:47 -- install wsl
00:07:15 -- ubuntu installed ??
00:13:05 -- fonts
00:15:18 -- Installing oh my posh for windows. By the way I used this command "winget install JanDeDobbeleer.OhMyPosh -s winget" as it was suggested by the website
00:15:45 -- NOTE: However, after the installation by typing "oh-my-posh.exe" at my windows terminal, all I get just a unix-like man page for "oh-my-posh.exe".
00:23:05 -- ??
I love that I'm not the only who gets stressed out by icons on the desktop! I try to minimize them as much as possible. I didn't know you could hide them and show them like that!
You're not alone. Desktop icons are the worst imo. Keeping stuff on your desktop just gives you an excuse to keep your files disorganized. And the only other mildly useful things on there are app shortcuts which are made entirely obsolete by the search feature.
Honestly the most productive couple of hours I have spent in a while, thanks to the well paced, no assumption, approach I have a much better Windows 11 setup. Thanks Scott !
I could watch this all day, I think you should do all your guides uncut and just learn along with the audience.
This si true learned a lot
Scott, excellent video. I think this style of teaching is an amazing way to teach people, and to teach them to find solutions to the problems they may face. I would enjoy seeing more of these! Thank you.
As a Zulu man I appreciate the effort in pronouncing Ubuntu correctly.
Just started on my web developer journey today and had my WSL Linux environment all decked out and ready for life in my coding BootCamp thanks to your other videos. Watched this from start to end and now have all that PSReadline completion goodness working too. Thanks for sharing and making a web developer newcomer's life that little bit easier :)
Were you able to get the terminal icons working? I am also using WSL Linux, and can't firure out the unix command equivalents (35:00)
I love these unedited videos as they are more like the way we all work. Scott I’ve learnt loads of tricks from you thank you.
Thanks for a good time. The good thing about watching uncut howtos like this is you always learn something, no matter how much you think you know (thanks for ZoomIt and the Powershell hotkeys!) - and you learn to know the person better as well.
My hat is off to you sir! :) Cheers!
at 25:16...searching for a file with 'dir /s'...while I prefer to stay in terminals all day, when I search for files, I use 'Everything' (void tools...first hit if you use bing...dunno for the other search engines). I don't use it for much other then "where is a file", but it's awesome for that purpose.
Absolutely appreciate videos like this, and no need to apologize about the length ... since it's a recording we can skip around or play at 2x speed if we want to skip sections we're less interested in. But so many good learning moments in here.
Amazing Video-Tutorial!! Thank you for that!
Quick tip for Google for not showing the right results in 37:55. Using the minus symbol actually tells the engine NOT to include results with the specific keywork. So there are no results with the word "PredictionViewStyle". Adding quotes around it tells the engine to look exactly for what's in the quotes and it does not parse it!
I appreciate that you mentioned the correct pronunciation of the word "Ubuntu" - I'm a Xhosa speaking South African and have always had a problem with "Ubhantu" pronunciation of the word.
Dear Scott, I was introduced to your channel just recently. I appreciate the slow but thorough pace of your content. I believe I prefer getting a more comprehensive answer to my problem than a faster one. Your series on “Computer Stuff They Didn’t Teach You” has been a wonderful resource to fill out some gaps in my knowledge as well as a great resource to look for additional answers to new questions. Keep up your good work! And keep going slow.
Delightful tutorial packed with information. I'm so glad that I didn't skip to the end and watched the whole video! Comparing to most content creators usually you'll end up with bunch of time wasters for monetization but Scott Hanselman always finds a way to make it fun and easy.
But can we invest with him in bitcoin mining?
I skipped to the end and skipped to the middle after that then skipped to the beginning and then literally watched it back to the part right before the end.
I know. A wild ride, indeed.
As a long-time Windows developer I've got a highly-customised powershell profile as it is, but some of this stuff takes things to a new level. Thanks!
Just excellent. Saved me jumping all over the net to find all the settings and things I need for a great setup.
How do I thank you in a better way. You know what, you actually "taught me fishing instead of giving a fish" and I'm extremely happy for the fact that I learnt how to think when I end up with a bunch of errors. I really thank you from the bottom of my heart for doing this kind of video.
wow the drop down list of commands is powerful - I'm starting to see a lot of application coded with this feature so useful.
I know it's titled how to make the ultimate prompt, but really this video is full of many other small things that have greatly improved my workflow.
Loved this Scott. Prefer it when you go through things like this as we can see you working stuff out too. Many thanks 👍
1-hour rambling? More like 1-hour of honest, thorough, and worthwhile tech tips. I appreciate it good sir! :)
This was Awesome. As someone new to PS this was the best steps that taught me some of the settings that I was struggling with customizing PS.
I was wondering how to customize the windows terminal like the powerlevel10k in MacOS but here I found what I was looking for. This is the most informative tutorial I got for Windows terminal. Now, I am doing the assignment for Ubuntu terminal 👍. Thank you for all information you provide for us.
Take a look at cd-extras. With this module you can just type the path and you dont need the "cd" at the beginning. comes in very handy
As somebody returning to Windows after circa 6 years on a Mac this is invaluable and will really help me get back up to speed! Thank you!
Were some bugs in PSReadLine 2.2.0-beta1, so instead of going (@42:06)
Install-Module -Name PSReadLine -RequiredVersion 2.2.0-beta1 -AllowPrerelease
Just get the latest beta instead (by leaving out the version number):
Install-Module PSReadLine -AllowPrerelease -Force
Or if you already tried beta1 and now it doesn't work
1. stop ALL instances of pwsh (check task manager)
2. from cmd.exe (or bash on Linux) run: pwsh -noprofile -command "Install-Module PSReadLine -AllowPrerelease -Force"
thanks
It works!! Thanks a lot
I learned many windows incantations that I didn't know before from this. It was nice that you called out the keys when you would do something interesting. Also its nice to see you make mistakes and correct them on the fly. I'm sure this will come in handy for me and many others when we set up new machines. Thanks!
I learned a lot about customizing your terminal today. Thanks :)
Hi Scott thank you very much, im from spain and i've learnt so much of powershell just by seeing your set up.
Your way is the best way to teach someone in my opinion.
Cheers and thanks a lot for yout content!
Oh sweet! Thank you so much Scott. I'm Zulu and this is for the first time hearing someone, particularly an American pronouncing correctly and knowing the true meaning of "Ubuntu" Linux. Ubuntu means humanity.
Wow! One of the best tutorials I've ever seen! Love your teaching style! You earned my subscription.
This video could be boring for someone, but I've learned many things from here, even from his little mistakes. Thanks, Scott.
I basically never comment on TH-cam since the beginning. But this time...I must. I am a long time mac and linux user. I'm also into coding and learning etichal hacking. I still use my macbook pro late 2013 and I just ordered my first windows pc in 30 years yesterday. Of course I tried windows 11 recently and I was impressed. I also was impressed by WLS. The first thing I looked for is how to set up a proper linux bash shell environment in windows and I found out your tutorial. After watching it I'm impressed and I subscribed immediately. You also demonstrate I basically don't need vms anymore. I am a long time oh my zsh user but I love oh my posh now after watching this. Thank you very much sir!
Thanks Scott! I prefer these long-format unedited videos.
Thanks a lot, the details were necessary. I've learnt a lot. I did mine just pasting codes without knowing what the code does. Watching this can help me replicate this without the aid of any video guide.
Great video showing one step-by-step instead of just verbally saying something which usually will not work.
So as always thanks for the patience to learn us about Posh and command prompt to Make Up our screen. One of the best Posh explanation. Keep going with your good job.
He really says that it's not going to be exciting 22:25 but you know the more I watch this it's just making me more and more interested to using windows sometime I really new to customized stuffs ❤ thank you. Love from india 🇮🇳
Yes ! Showing the mistakes and how to fix them is the most important teaching tool. Much more valuable than I yet another slick demo.
28:24 I think the best place for your custom theme settings is next to your Powershell profile so c:/Users//Documents/Powershell
Right? AppData gets blown out so often in my life.
... or c:/Users//OneDrive/Documents/Powershell if you use default backup tool in Windows which is OneDrive. It would be great if not one major flaw: it doesn't allow removing nested folders from syncing to keep them only locally, because if you do it will do the opposite: erase these folders locally and keep them in the cloud and that is just insane and dangerous!
Very good video. I do much prefer your style than the "rush through everything, say obvious things, just copy and paste" style that others have.
Just a side note, at 3:41 you set the default Terminal, but this seems to be possible only with the preview version of WIndows Terminal. I'm on the stable Win11 version and spent some time to figure out what I was doing wrong.
Did you get to set it by any chance?
I am having the same issue, where it is not showing me Windows Terminal as a Default option.
@@ashbyrezvani No, I gave up. Let's wait some other update, they might enable it soon (hopefully).
And kudos for consistent use of the zoom-in so the text on screen is readable even on a phone in portrait. A lot of otherwise good content from other TH-camrs is less effective. Thank you.
I love your blogs and videos on terminal Pimp, they're the últimate resource for gettint my terminal blazing cool! Thanks Scott, greetings from México!
No, it wasnt bored at all, I really appreciate this kind of tutorials thank you man
Thank you so much for this video, I keep hearing things about downloading nerdfonts and editing windows terminal but seeing an actual human do these things is so much better
Great Video! Honestly I was also hoping to find a script in the description when I first clicked on the link. But I respect the fact that you wanted to do it slowly and actually teach how to do it. For everyone who doesn't want to watch the whole video I can say: It's well worth it!
This is the first video of yours that I've watched and it is super great. I loved the "low and slow" approach which allowed me to follow along and configure my machine as well. One additional thing that I'd love is if powershell could update the title of the tab to the hostname of a machine I ssh into. I've found plenty of easy solutions for bash involving .bashrc, and they do work for me, but I'd prefer to not have to run the bash command to drop into WSL before I ssh. Thanks!
Fantastic video. Each time I go through your videos, I keep learning something new. Thanks a lot Scott!
Acrylic title bar can also be enabled in the appearance settings, no need to look up what to write in the json
Love that you call out the correct pronunciation of Ubuntu!
You can use WSL to install distributions. wsl --install
Great video. I have watched this now several times and i think i have now absorbed the wisdom.
I have included the Python segment (see OhMyPosh documentation for Segments for the Python bit. That shows both the Python version and the environment value set by Conda. Once that is in prompt there is a once off config which disables the display of the envt as s prefix to default prompt.
Just LOVE those slow and detailed vids! Also got a few extra tips on Windows at the same time! Thanks for the awesome Scott!
Just stumbled onto your channel and this video. Apparently it's been quite a number of years since I last used Windows. As a developer, this kind of configurability used to be an absolute nightmare on Windows. It was the main reason I jumped to a unix system with MacOS. Anytime I wanted to do anything like this, it was-a) "sorry we don't support Windows", b) "we support Windows but you need to update the registry and run this cryptic command in the command prompt and even then it might not work". I mean seriously, installing Ubuntu directly from the Microsoft Store? winget?? Maybe it's time I come back and take a look at Windows. It just looks fun.
PERFECT! Been wanting to dump the old cmder/conemus and use the new Windows Terminal and WSL but it´s been sooo much setup. Thanks a ton @Scott for a clear guide! Haven´t watched it all yet but I´m hoping to build a portable dev box with all this set up, to share and re-use on different boxes.
At 27:45, the problem you encounter it's due to the copy of your configuration file in the '%USERPROFILE%\AppData\Local\Programs\oh-my-posh\themes' folder and in the same time the PowerShell profile file indicates that the Oh-My-Posh configuration file is read from the 'home' folder ('~' or '%USERPROFILE%').
That is also the reason why it displays 'NO CONFIG' with the 'jandedobbeleer.omp.json' file ...
It's because it seems you missed a note on the Oh-My-Posh website which say: "The guides below assume you copied the theme called jandedobbeleer.omp.json to your user's $HOME folder."
It’s always valuable to take the crawl, walk, run approach. Thanks for being detailed oriented Scott!
This is what the first thing to do when dell push upgrade for me. Very thanks Hanselman, great video!
I really enjoyed this video! You seem to make the complex doable, with trouble shooting issues on the fly interesting, this was a great learning experience!
Thank you so much. Very detailed and important to go with you through the possible errors. And it shows that you are a human too and also have errors when setup things... And it is never boring to listen to you!
Great video Scott, thank you. I did run into a few differences, not unexpected since it's been 9 months since you posted. One thing that took quite a bit of sleuthing to figure out, though, was that at the 35:00 minute mark in the video, I couldn't get Import-Module to find the installed Terminal-Icons module (installed as shown in the video). It was installed under ~\Documents\PowerShell\Modules, and Import-Module couldn't find it there. For whatever reason, $Env:PSModulePath did not contain that path. I added the ~\Documents\PowerShell\Modules directory to $Env:PSModulePath, and after that the Import-Module statement worked. This is on Windows 10 20H2 w/ PowerShell 7.2.5.
this is perfect, its what I need to understand what and how things work, i wish more vids were like this. thankyu thankyou
This WAS fun, Scott! Learnt a lot following this video closely and redoing everything you did on my work machine, on a Friday evening. Keep `em coming!
I really enjoyed this. I like to learn how these work. I can start slowly and add things as I go.
As a developer, you spend everyday in your shell. Making it place you want to be and be productive is huge. Honestly, I had been staying in git bash in windows simply for getting the path and git metadata. Now I don't have to do that and I can get basically make it look and feel how ever I like. Great Video Scott!
I really enjoyed this video, learn soo much from just watching you use the command line and the troubleshooting, which I think was the most important part of this video
Hey, what's the difference between PowerShell (that you downloaded) and Windows.PowerShell (that you hid and do not use?). A lot of people at my work say to never use PowerShell, but I don't know why or which PowerShell they mean. Do you have any insight?
Been using windows terminal + powershell + ohmyposh + psreadline for some time, now I've rarely login on my Linux.
3:25 if this option is not available to you, you can always start the terminal with *Win+R (Run dialog) "wt"*
Thanks Scott for this awesome practical guide .. and I set my terminal exactly like this .. feels great
Just the kind of video I was looking for.. I have always loved all your videos and especially the ones you do on Mechanics.. Respect and thanks
Absolutely Awesome!! I just set all of this up on my window 10 and I love it. I learned so many tricks from watching this video. I am going to watch another one of your videos. I think Git 101 basics will be the next adventure. Thanks Scott for your time and may God Bless you in everything you do!
Thank you for making this! I have learned lots of cool tricks from your TH-cam channel over the last years. You convinced me to install Windows on my PCs.
Loved this, thank you for such a detailed and informative video. Also, as usual loving the calm approach you present information.
One of the best demos I have seen. Very impressive.
Scott, you are the man!
I really love your contents.
Though I had already customized my windows terminal following your previous videos but really enjoyed this 1 hour journey 😊
Great video Scott !!
WHEN I TRIED TO RUN THE Oh-my-posh.exe it is not showing any fancy theme or anything rather it showing some text and that's it
Awesome video thank you! - Btw 7:23 you can install distros from the command line you just have to do wsl --install -d [distro name]
Oops thanks! I got confused
Wow what a great video. You are a great teacher. I really like this long form version with the explanations, I learned so much
Thanks Scott. This video was not too wordy for me. It was extremely helpful and I learned a ton.
Fantastic tutorial, had to pause few times just to think things through, the end product, Beautiful, SH = National treasure.
This was a very good walk-through, whether you are familiar with this or not. Great job, as usual, Scott.
I learned a lot from this thank you so much! I really appreciate you walking through this in real time without editing!
The first thin that I do in a new machine is to turn on Dark Mode =]
Great video Scott, thanks for sharing all that knowledge.
It makes me feel less utterly stupid when someone as experienced as you goes through exactly the same process I do when doing something new. There a huge amount to be said for seeing the unvarnished truth of how discovery happens. I’d love to see two versions of every tutorial published, one beautifully edited and perfect, and another, minimally edited, version showing all the problems, pitfalls, debugging, frustration etc., that goes into making them.
Exactly. felt a little self-validated looking him discover & fix things
I'm just getting started with Windows Terminal and WSL. Thanks so much for this. It's great! BTW, at 17:13, If you have VSCode installed, you can type "code $profile". If it doesn't exist it will create it. If it does exist, it will open in VSCode :)
what a great class without editing, thanks I learned a lot
This is an amazing tutorial with a clear explanation so far, surely recommended.
Nice tutorial, thanks! Not sure what this has to do with Windows 11, everything worked fine in Win 10 (except for transparency for some reason).
This is awesome. These improvements really make my terminal look and feel soooooo much better!
I'm using this since 1+ year and loving it - would also love a part 2 :D
Cheers Scott, always love your video delivery and your videos never look slopey always professional to me, thanks for putting this one together really appreciated.
That was a cool tutorial and I enjoyed every second of it. It is quite educational to see somebody's workflow, and yours is swift and effective (in spite of you claiming otherwise several times in your video).
Thanks for sharing your knowledge.
Amazing job. I got the very bad luck of trying this while PSGallery was down, so I had to use scoop for downloading Terminal-Icons, and had to wait around 2 hours to complete the part with PSReadLine.
But as you mention, those are opportunities to learn.
I will be preparing my terminal for Rust and Data Science.
Thanks for the video, subscribed right away!