Hello,
I would like to know the theme, add-on or the color schemes that Mosh used when recording Mastering Git video course.
Could anyone tell me?
Thank you so much.
Hello,
I would like to know the theme, add-on or the color schemes that Mosh used when recording Mastering Git video course.
Could anyone tell me?
Thank you so much.
He uses something similar to Powerlevel10k, which is a theme for Zsh. I love the themes that Mosh uses!
UPDATE: He mentions in The Ultimate Git Course, âBrowsing History (44m)â section, part â10- Finding Bugs Using Bisectâ (54 seconds into the video) that âyour terminal window might look different from what we have here because Iâm on Mac and I have Zsh with Git Plug-in installed.â
How could we install this Zsh on Windows ?
And is there any picture to show us how it will be look like in Windows 10 ?
I use both Mac and Windows. However, Iâve never done it for Windows.
Out of curiosity, I started searching around to see whoâs done it. There are several people who have installed it by first installing the Windows Subsystem for Linux; installing a Linux distro and terminal; installing oh-my-zsh; And, finally installing several plugins and configuring zsh with Powerlevel10k.
I tried these steps before and i didnât get a proper result, but thanks for the response
Hi @A100D-JS, I was watching Moshâs Git course and noticed that he recommended using Posh Git for Windows. Have you tried it? Were you able to find another solution?
Source: The Ultimate Git Course, âBranchingâ section, part 4 âworking with branchesâ, at 0:38 seconds into the video.
Hi,
I think so, but i donât know which resource i should use to get a proper result.
If youâre on a Mac this zsh Powerlevel10k YouTube video gets iTerm2 pretty close to Moshâs, but itâs not quite identical (or I simply havenât found the proper setting). Good luck!
Thank you, but iâm using windows
Finally i was able to fix a lot of issue to get this result.
These 3 links was very helpful :
For anyone interested, I managed to get it close enough - I have uploaded my iTerm theme, fonts and powerlevel10k setup to Github: https://github.com/magicdude4eva/dotfiles
Hi guys, I have been researching for about a week and got 90% close to Moshâs terminal. The tutorial is here.
I struggled for two days straight to find an answer to the questionâŚ
Hereâs the end result
And this is on windows btw, did it with enabling linux subsystem and all
Hi there,
I canât install posh-git or oh-my-posh, I get the same error.
PS C:\Users\User> Install-Module oh-my-posh -Scope CurrentUser Untrusted repository repository, change its InstallationPolicy value by running the Set-PSRepository
cmdlet. Are you sure you want to install the modules from âPSGalleryâ?
(default is âNâ):a
PackageManagement\Install-Package : Could not find a part of the path
âC:\Users\User\Documents\WindowsPowerShell\Modules\oh-my-posh\7.85.2â.
At C:\Program
Files\WindowsPowerShell\Modules\PowerShellGet\2.2.2\PSModule.psm1:9683 char:34
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
getting same error can any one suggest any solution?