Great video! When `p10k configure` asks whether all icons fit between the crosses, you need to answer truthfully. In the video you said you can answer Yes or No and it won't make a difference. It will make a difference and it's fortunate that you've truthfully answered No (the icons didn't actually fit between the crosses). You can try running `p10k configure` again and seeing what happens if you answer Yes. This will tell the wizard that your terminal font is monospace when in fact it isn't. Powerlevel10k will generate prompt for a monospace font and you'll see weird artifacts. If you make the same choices as in the video, you'll see that slanted separators are broken and that some icons overlap or get truncated. It's the same with other questions that the wizard asks. Just answer truthfully. If you have to answer No to some question, it doesn't mean that something is broken. As long as you don't mislead Powerlevel10k, it'll give you functional prompt regardless of the font you are using. I also encourage you to give two-line prompt a try. It gives you more room for typing commands and all commands start from the same offset. It works really well when combined with Transient Prompt. If you use vi keymap, I recommend choosing prompt without left frame so that you get `prompt_char` on the second line on the left (it's shown as a green `❯` in the wizard). This symbol changes its shape depending on the current vi mode (insert, command, visual, etc.) and turns red on error.
Thank's for letting me know. It's somehow weird and seems to be depended on the font you're using. You can even see it on Word or OneNote, too. The icons overlap with the rest of the text. However, I've seen that some Nerd Fonts will fit between the crosses but most of them don't. Although, I didn't recognized a difference, I believe you're right. Good suggestion with the two-lines, I'll try it out 😊
@@christianlempa There are two variants of every font in the Nerd Fonts repository: one with "Mono" in its name, and one without. The font you've got is without "Mono". In this context mono means that all glyphs in the font fit within their designated boxes. Fonts without mono have glyphs that overflow to the next box. If you tell Powerlevel10k that your font is not mono, it'll insert extra spaces in a few places to give large icons more room and to avoid overlap. The downside of mono fonts is that icons in them are rather small. However, if you would install the recommended font from Powerlevel10k, you would find that it's mono (icons do fit between the crosses) and icons are fairly large (they are 44% larger than in mono variants of Nerd Fonts). That font also looks good, like most things made by Apple.
Thank's for the detailed explanation, I've done some tests and confirmed what you're suggesting! Powerlevel10k is the best zsh theme I've seen so far, incredible job
I'm just disappointed that I can't like this video more than once. For almost 3 days now, I have been looking for a way to turn the Windows terminal into something I wanted it to be, but I was not successful until I finally found this video. Thank you so much for this great video
@@christianlempa I had that already around 6 months back but not able to display the icons and fonts properly. Now I changed the font family to Nerd font and can able to get the terminal like you inside vscode Thanks again
Hi Christian, nice tutorial. Just one thing I ran into: I don't if it's mentioned anywhere before, but I couldn't get WSL running at first, because in my BIOS Windows Virtualization was disabled. After enabling it, all worked fine. Also, Windows Terminal relies on the service "Touch Keyboard and Handwriting Panel Service"running. Make sure to check this as well.
Very good video. I always wanted to change the look of bash. - highly recommend people following the video to make your terminal look as good as Christians.
Thank you for another useful video! I happened to find another one of your videos while trying to figure out what to do exactly about fonts :) For anybody doing this in 2021, there are now settings in wt. Also, I believe you can just 'source .zshrc' instead of reopening the terminal ( @9:29 ).
I was waiting for this. I've been using cmder on windows a long time but was always impressed with (oh-my-)zsh. Your walkthrough is amazing. Some little feedback on vim. People warned me about it and I think it justified as I got stuck the first 5 seconds :) Some notes so you can edit the file $ vim ~/.zshrc make the change press ESC press colon ":" type x and enter Thank you! Mabye a video or blog post on vim is a good idea?
Thank you so much for the kind words :) And also thanks for the good suggestion about vim. I'm not quite sure how I should do this, because I'm not a vim expert and I usually don't make any modifications to it as other people do. Maybe it would be a good tutorial about the very beginner basics about vim, without any plugins or extensions. So I put that on my backlog *g*
I've did a very similar customization. Outside of the color scheme basically, but following different tutorial. For reasons unknown, for me, when entering any git repo of any sorts, ZHS simply became unbearably slow. But here I can see it working exactly as expected. I cannot fathom what I could have done to make it be so slow. I mean, a simple ls would take a good 5s for a response. Any known issues? Fixes? After some minor googling, I've seen several people complaining, but admitedly way too few for it to be a major issue 🤔 EDIT: Did a complete uninstall of oh-my-zhs and zhs itself. Reinstalled exactly according to your video, and git repos are still very slow.
Hey what was the thing on the top of your main OS? Like it had a start button, the process monitoring tools and stuff? How to get that, post a video on that or tell me the tool please!~
Thanks! :) The bar on the top is from Rainmeter which is similar to conky that exists for Linux. I probably will upload it on my dotfiles and make a short video about it.
Great tutorial 🙂 One quick question please.. What's the command line to display all themes? Like for example in powershell command-line is Get-poshthemes, what about WSL ?
Great video! Big help. The only thing I found weird about my pk10 configure set up was that I never got the following screen choices: prompt separators (12:23 in video), prompt head (12:28 in video), prompt tails (12:30 in video), or the icons (12:47 in the video). A big reason I attempted to do this was the option to see those many icons. Has anyone had similar issues?
Awesome video my friend. My wsl looks awesome. Can you please!!! Please, tell us how to make mongodb work in wsl2?? Can't make it work no matter what I do...
Hey, at 9:24 you say "lets write this file", how did you do that??? I'M a new Linux user and I'm completely stuck on the part where I add the theme to ZSH .zshrc file... how do I save my changes. I've closed the terminal window multiple times, and terminal just tells me this... and it's not saving the new theme. Swap file "~/.zshrc.swp" already exists! [O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort: Please help! thank you.
Awesome article.Thanks Ran into problems trying to run some programs that i would previously launch automatically from bash...e.g jupyter notebook ....to fix this from the zsh new prompt type PATH=$PATH:~/.local/bin/ Something else....before playing and making any changes on your windows terminal settings.json....please copy and paste them maybe on a notepad. This way if it doesn't work after making changes you can revert to previous working settings.json
Great video my guy, learned a lot and was smooth to follow through. My windows terminal is working according to this guide but not for the Ubuntu App itself. The icons, color and font theme are not the same as the Windows Terminal. I'm thinking I should be installing the font in the Ubuntu App itself but I can't find a guide for it. Can you advise? Thanks!
Hi, Thank you for the video. Have installed using Ubuntu on WSL2 on Windows Terminal with zsh using your instruction. But I find that there is gap on the right hand side, bottom of the screen and the zsh screen does not cover the entire terminal window edge to edge. How could we fix this. Is there something I am missing
Hello, I have an issue with this, when I right click in a folder and choose open terminal here my Ubuntu 22.04 opens in the root folder instead of the current folder. By any chance do you know how to solve this problem ?
I followed the instructions, I installed the fonts but I don't see the glyphs (like for example when being inside a folder which is a GIT repo) in my terminal, why is that?
I updated some stuff in my Windows Development Setup with WSL2, ZSH and some new color schemes + VSCode Setup: ua-cam.com/video/oF6gLyhQDdw/v-deo.html
Hi I'm from Brazil. By far, it has the best content I've ever found, thanks and congratulation!
Thank you so much! ❤️
This is the best WSL2 setup I have seen. Subscribed for the quality content. Keep it up!
Thank you ☺️
Grateful for your well-detailed instruction. It is appropriate for beginners like me.
Im glad i came across your video and really wanted to thank you. I hope your chanel really blows up,
thank you so much! :)
This is awesome, thank you for editing in the files!
Great video!
When `p10k configure` asks whether all icons fit between the crosses, you need to answer truthfully. In the video you said you can answer Yes or No and it won't make a difference. It will make a difference and it's fortunate that you've truthfully answered No (the icons didn't actually fit between the crosses). You can try running `p10k configure` again and seeing what happens if you answer Yes. This will tell the wizard that your terminal font is monospace when in fact it isn't. Powerlevel10k will generate prompt for a monospace font and you'll see weird artifacts. If you make the same choices as in the video, you'll see that slanted separators are broken and that some icons overlap or get truncated.
It's the same with other questions that the wizard asks. Just answer truthfully. If you have to answer No to some question, it doesn't mean that something is broken. As long as you don't mislead Powerlevel10k, it'll give you functional prompt regardless of the font you are using.
I also encourage you to give two-line prompt a try. It gives you more room for typing commands and all commands start from the same offset. It works really well when combined with Transient Prompt. If you use vi keymap, I recommend choosing prompt without left frame so that you get `prompt_char` on the second line on the left (it's shown as a green `❯` in the wizard). This symbol changes its shape depending on the current vi mode (insert, command, visual, etc.) and turns red on error.
Thank's for letting me know. It's somehow weird and seems to be depended on the font you're using. You can even see it on Word or OneNote, too. The icons overlap with the rest of the text. However, I've seen that some Nerd Fonts will fit between the crosses but most of them don't. Although, I didn't recognized a difference, I believe you're right.
Good suggestion with the two-lines, I'll try it out 😊
@@christianlempa There are two variants of every font in the Nerd Fonts repository: one with "Mono" in its name, and one without. The font you've got is without "Mono". In this context mono means that all glyphs in the font fit within their designated boxes. Fonts without mono have glyphs that overflow to the next box. If you tell Powerlevel10k that your font is not mono, it'll insert extra spaces in a few places to give large icons more room and to avoid overlap.
The downside of mono fonts is that icons in them are rather small. However, if you would install the recommended font from Powerlevel10k, you would find that it's mono (icons do fit between the crosses) and icons are fairly large (they are 44% larger than in mono variants of Nerd Fonts). That font also looks good, like most things made by Apple.
Thank's for the detailed explanation, I've done some tests and confirmed what you're suggesting! Powerlevel10k is the best zsh theme I've seen so far, incredible job
this is so good, my terminal looks so neat now and the autocomplete **kisses his hand like an italian**
Thank you for this video man!! Excellent explanation and the customization was beautiful!! Greetings from Brazil!
Thank you so much! Greetings from Germany
Been looking for a video like this for a long time. Thanks so much!
Thanks man, I'm glad you liked it!
This video is just what I wanted-excellent!
Glad you liked it 🙂
Thanks for sharing some tips on how to leverage plugins (and custom ones) in Oh My Zsh, Christian!
¡MASTERPIECE! 🏆
Thank you so much 😍
Fantastic Turorial, well done!
Many thanks!
An interesting shell and a comprehensive guide.
Awesome video! I followed the steps and everything is working fine and now I have a great linux bash on windows 10 #mindblowing
I'm just disappointed that I can't like this video more than once.
For almost 3 days now, I have been looking for a way to turn the Windows terminal into something I wanted it to be, but I was not successful until I finally found this video. Thank you so much for this great video
That's a good reason to be disappointed 🤣 thank you so much!
Excellent tutorial! It really motivated me to make wsl tylish. Thanks.
Thank you! :)
Really well explained! Appreciate it!
Thanks man! :)
Thank you for this amazing video!
Np 😀
Thanks mate. I was not able to display the icons in my terminal and now i can only because of you. Thanks a bunch.
how can i get this terminal under vscode?
You need to install the WSL2 extension and connect to the remote machine, and set the terminal executable in vscode to /bin/zsh :)
@@christianlempa I had that already around 6 months back but not able to display the icons and fonts properly. Now I changed the font family to Nerd font and can able to get the terminal like you inside vscode Thanks again
Terrific job! Thanks!
Many thanks for your presentation!
Thank you :)
Thank you 🙏 Great video
Thanks mate :)
Love your tutorial sir!
Thx! :)
Fantastic tutorial, thank you!
Glad you liked it 😁
This is the best tutorial in this site. I watched it 3 times whenever I reinstall my dev env. I suggesting this to all my friends. Awesome :)
I can't find the theme schema anymore, please advise.
perfect. thank you, dude. appreciate it.
Hi Christian, nice tutorial. Just one thing I ran into: I don't if it's mentioned anywhere before, but I couldn't get WSL running at first, because in my BIOS Windows Virtualization was disabled. After enabling it, all worked fine.
Also, Windows Terminal relies on the service "Touch Keyboard and Handwriting Panel Service"running. Make sure to check this as well.
Nice! Learn something new, THANKS!!!
You're welcome
Really helpful. Thanks!
Glad you liked it! :)
awesome!! thanks 👍
Very good video. I always wanted to change the look of bash. - highly recommend people following the video to make your terminal look as good as Christians.
Thank you buddy!
Great video. Thanks!
Thanks man!
Amazing tutorial! thank you for your help.
Thank you bro 😁
10:15 - Thats why I was thinking "Why am not getting icons", really thanks to youtube to show this video after 2 days 🙂
Glad to hear the video was helpful :)
you are doing great bro
thx! ;)
I novice with wsl ubuntu shells but you explained look very easy .Thanks a lot !
You're welcome!
Nice one. Really helpful!
Glad it was helpful!
@@christianlempa Hi, the updated themes are awesome. Thank you for sharing.
Thanks mate 😁
great video , thanks for sharing.
Thanks :)
thanks, now Windows Terminal looks decent
Thank you for showing this!! Love it! Thanks Mate! I have just one question: Are you from Germany? :D
Thanks, glad you liked it, and yea I'm from Germany 😁
@@christianlempa Das dachte ich du hast so einen Akzent 😁
Thank you for another useful video! I happened to find another one of your videos while trying to figure out what to do exactly about fonts :)
For anybody doing this in 2021, there are now settings in wt.
Also, I believe you can just 'source .zshrc' instead of reopening the terminal ( @9:29 ).
Thanks mate! :)
how to do that ?
Wow...this is great
Nice video, thank you.
Thank you too :)
HI FROM PERÚ, IT'S SO AMAZING!!!!!!!
Thanks bro! :)
Great Tutorial👍
Thanks
Hey, I'm having a problem with the fonts not working. It says they're not valid, I've tried everything.
Brilliant tutorial. Amazes me how people can vote it down. Great work.
Haha thank's bro. Yea some people just don't like bald guys 😂
thanks for the tutorial, Regards!!
Glad you liked it!
awesome video!!
Thanks!
this is cool! Thanks
nice and great video , thank you very much
Thank you too
I was waiting for this. I've been using cmder on windows a long time but was always impressed with (oh-my-)zsh.
Your walkthrough is amazing. Some little feedback on vim. People warned me about it and I think it justified as I got stuck the first 5 seconds :)
Some notes so you can edit the file
$ vim ~/.zshrc
make the change
press ESC
press colon ":"
type x and enter
Thank you! Mabye a video or blog post on vim is a good idea?
Thank you so much for the kind words :) And also thanks for the good suggestion about vim. I'm not quite sure how I should do this, because I'm not a vim expert and I usually don't make any modifications to it as other people do. Maybe it would be a good tutorial about the very beginner basics about vim, without any plugins or extensions. So I put that on my backlog *g*
thank you my guy!
thanks bro :)
Thank you very much..
The best tutorial!
flashig, danke man!
Kein Ding 😊
Thank you so much
You're most welcome
Awesome !
Thanks!
Well done, ty.
fantastic
Thank you! Cheers!
I've did a very similar customization. Outside of the color scheme basically, but following different tutorial.
For reasons unknown, for me, when entering any git repo of any sorts, ZHS simply became unbearably slow. But here I can see it working exactly as expected. I cannot fathom what I could have done to make it be so slow. I mean, a simple ls would take a good 5s for a response.
Any known issues? Fixes? After some minor googling, I've seen several people complaining, but admitedly way too few for it to be a major issue 🤔
EDIT:
Did a complete uninstall of oh-my-zhs and zhs itself. Reinstalled exactly according to your video, and git repos are still very slow.
Great!!!
Thx
For the people who are directly installing it via WSL shell, right click on font file to install it and later on you can select font from properties.
Hello man, I installed on windows terminal right ok but wsl dont have icons glygs .You can take more details about this
Thanks 🤔
Danke
Thank you ..
Np 👌
THANKS!!!!!
Hey what was the thing on the top of your main OS? Like it had a start button, the process monitoring tools and stuff? How to get that, post a video on that or tell me the tool please!~
This is rainmeter! You can find my theme and settings on my github repo: dotfiles ;)
Your Windows desktop look great. How to make similar look ? Especially bar on top ?
Thanks! :) The bar on the top is from Rainmeter which is similar to conky that exists for Linux. I probably will upload it on my dotfiles and make a short video about it.
@@christianlempa waiting for this video
@@christianlempa Thanks for mentioning Rainmeter. I got it working last night with your bar. It's so cool :)
Have your like, good sir
Thank you kindly
wow can u make a video on how to customize the windows desktop to look like urs
Yea that's a good idea, I'll do that in the future :)
@@christianlempa thank u 👍
woow just woow
Thanks mate
Great tutorial 🙂
One quick question please.. What's the command line to display all themes? Like for example in powershell command-line is Get-poshthemes, what about WSL ?
Great video! Big help. The only thing I found weird about my pk10 configure set up was that I never got the following screen choices: prompt separators (12:23 in video), prompt head (12:28 in video), prompt tails (12:30 in video), or the icons (12:47 in the video). A big reason I attempted to do this was the option to see those many icons.
Has anyone had similar issues?
thnx you
You're welcome!
Haven't found some windows super hacks in a while, I was dual booting only for bash/zsh, it's over I guess. Thank you
Danke
Gerne ;)
thx
Awesome video my friend. My wsl looks awesome. Can you please!!! Please, tell us how to make mongodb work in wsl2?? Can't make it work no matter what I do...
Hey, at 9:24 you say "lets write this file", how did you do that??? I'M a new Linux user and I'm completely stuck on the part where I add the theme to ZSH .zshrc file... how do I save my changes. I've closed the terminal window multiple times, and terminal just tells me this... and it's not saving the new theme.
Swap file "~/.zshrc.swp" already exists!
[O]pen Read-Only, (E)dit anyway, (R)ecover, (D)elete it, (Q)uit, (A)bort:
Please help! thank you.
❤
Awesome article.Thanks
Ran into problems trying to run some programs that i would previously launch automatically from bash...e.g jupyter notebook ....to fix this from the zsh new prompt type PATH=$PATH:~/.local/bin/
Something else....before playing and making any changes on your windows terminal settings.json....please copy and paste them maybe on a notepad. This way if it doesn't work after making changes you can revert to previous working settings.json
Great video my guy, learned a lot and was smooth to follow through.
My windows terminal is working according to this guide but not for the Ubuntu App itself. The icons, color and font theme are not the same as the Windows Terminal. I'm thinking I should be installing the font in the Ubuntu App itself but I can't find a guide for it. Can you advise? Thanks!
Thanks man 😊, well that's unfortunatly a limitation by the Ubuntu app itself, therefore I don't use it instead windows terminal
@@christianlempa welp, I'm happy with the way my terminal is working already, thanks to you! Much appreciated!! 🙏🏼
Everything worked expect colour scheme I don't know why but other things seems good
Hmm no idea, maybe check out our Discord and share some details. People might be able to help you
hey, how can I change my os_icon (ubuntu icon)?? I have already tried many settings but without success
how to install nerd fornt theme for vs code terminal
Hi, Thank you for the video. Have installed using Ubuntu on WSL2 on Windows Terminal with zsh using your instruction. But I find that there is gap on the right hand side, bottom of the screen and the zsh screen does not cover the entire terminal window edge to edge. How could we fix this. Is there something I am missing
Maybe this is the padding of windows terminal. On my github config file I've set this to 0 I believe.
@@christianlempa Thank you for your reply. Have tried there seems to no change
Hello, I have an issue with this, when I right click in a folder and choose open terminal here my Ubuntu 22.04 opens in the root folder instead of the current folder. By any chance do you know how to solve this problem ?
What a nice guy?
is it Possible to change the terminals Cursor??? can i get code for it!
i cannot open setting in word as json file ? i cannot even see any such option while clicking on setting ?
On the left bottom corner you can see the option as "Open JSON File"
Do you have a Windows PowerShell version. for those who dont have or don't want WSL installed... thanks :)
Not yet, I know there are similar themes existing for powershell, but since I rarely use it, I haven't covered it, yet.
My zsh won’t let me change the them, or anything in the folder
Check the oh-my-zsh forums or post some of the details in our discord, maybe we can help you ;)
Most of the icons were question marks so now my terminal does not have icons at all. what should I do?
I would check if you're using the right font in windows terminal. Check all the steps provided in this video, hope this helps
how to delete it when i dont want use it keep on
How to keep history of opened tabs on next terminal run? Moreover is it possible being on same tab to split diffrent terminals and not only one type?
I'm using history files in zsh, which helps me. You can also configure Windows Terminal to open the same tabs on the next start up
@@christianlempa how to tell wt to remember the tabs?
I followed the instructions, I installed the fonts but I don't see the glyphs (like for example when being inside a folder which is a GIT repo) in my terminal, why is that?
That can happen with some specific fonts, try another one.
did anyone here manage to find the settings he made available on Windows Scheme? i looked on his github but it's no longer there. Minute 15:00
It’s now in a different repo dotfiles-win