Make Windows Terminal look amazing!

Поділитися
Вставка
  • Опубліковано 27 гру 2024

КОМЕНТАРІ • 356

  • @gregbek5955
    @gregbek5955 2 роки тому +16

    timestamp 15:46 - colormap for bash, if you don't have/want zsh, the following bash shell function produces identical output.
    function colormap() {
    for c in {0..255}; do
    let "d=($c+3)%6"
    printf "\x1b[48;5;%dm \x1b[49m\x1b[38;5;%dm%03d \x1b[0;37;40m" $c $c $c
    if [ "$d" -eq "0" ]; then echo ""; fi
    done;
    echo
    }

    • @christianlempa
      @christianlempa  2 роки тому +4

      Oh nice, awesome man! I'll add it to my .bashrc file on github :D Thanks!

    • @flipinfin
      @flipinfin 2 роки тому

      This is exactly what I was stating to someone in the comments

  • @liquidpower
    @liquidpower 2 роки тому +8

    loving this windows dev ops WLS2 windows Terminal stuff. as a network eng who likes to run windows and game, its really cool being able to have a good Terminal and having all the linux tools with a great GUI

  • @simonbrown3540
    @simonbrown3540 2 роки тому +33

    Great video, I'm so glad this popped up on my feed.
    Several hours well spent configuring and customising this across my WSL environments and standardising my terminals. Also led me to install and configure exa which I wasn't aware of but is great.
    A warning to anyone that uses Defender for Endpoint and Attack Surface Reduction rules; starship.exe is blocked by "Block executable files from running unless they meet a prevalence, age, or trusted list criteria". I had to disable this to get it working. I'm hoping that MS implement a way to whitelist applications in the future.
    I also wish there was a way to install Starship without Chocolatey, I don't really want to run/use Chocolatey, but I couldn't figure out how.

  • @iamsantanubanerjee
    @iamsantanubanerjee 3 роки тому +27

    I always love your customizations!
    Edit: More than that, I love the starship prompt

  • @t-roy1605
    @t-roy1605 Рік тому

    Christian, you're an amazing dude. Thanks for your videos.

  • @kodosensei
    @kodosensei 2 роки тому

    Woooww Broo!! AWESOMEEE I LOVE your customizations 💻✨

  • @cherrieb8850
    @cherrieb8850 3 роки тому +1

    Excellent Terminal Customs Idea’s
    Thanks

  • @cambertoku
    @cambertoku 3 роки тому +7

    Great content! Thanks for the ideas to customize the shell prompt and keep up your good work! ;)

  • @javierarzon4853
    @javierarzon4853 10 місяців тому

    Thats freaking Awesome 😁

  • @aspimbr
    @aspimbr Місяць тому

    Awesome video!

  • @alvarorodriguezgomez8716
    @alvarorodriguezgomez8716 Рік тому

    this terminal looks awesome 🎉

  • @dragayt543
    @dragayt543 2 роки тому +2

    How do you use your script?
    RemoteSigned
    allrestrictive
    unrerective
    rectritive

  • @5inque_wu
    @5inque_wu 3 роки тому

    Oh my this prompt customization is a rabbit hole... but thank you for introducing this

    • @christianlempa
      @christianlempa  2 роки тому

      You're welcome! Go down the rabbit hole :D

  • @ramigamal6637
    @ramigamal6637 3 роки тому +1

    Thank you Christian :)

  • @davidneilson4622
    @davidneilson4622 Рік тому +2

    great video, I've just trolled through the font sets but cannot find the curved corners you have used for the terminal prompts (in your starship.toml file, under the format section) could you advise the ascii code you used??

  • @sanjeev2003
    @sanjeev2003 3 роки тому +1

    I knew it had to be starship prompt when you said I use it everywhere. 😁

  • @serhioromano
    @serhioromano 2 роки тому

    What was the music?

  • @danielgx83
    @danielgx83 День тому +2

    its nice but takes to much learning curve , also i woulden't recommand to add this into production environment in a company so the Azure AD Sync wont be effective for my home use unless i use Lab env, thanks anyway though . you look like a senior in this field , would be nice to know what you've done before becoming a youtuber

  • @irvingsalinas8238
    @irvingsalinas8238 2 роки тому

    Wow!! Great video!!

  • @Spydaw
    @Spydaw 3 роки тому

    Nice! Welcome to the Starship prompt ;)

    • @christianlempa
      @christianlempa  3 роки тому +1

      Thank you! Just looked nice on your terminal :D

  • @thebirdhasbeencharged
    @thebirdhasbeencharged 2 роки тому

    Never thought I'd live to see ricing on windoze

  • @Gusan96
    @Gusan96 2 роки тому

    Thank you very much, greetings from Argentina 😊

  • @g43s
    @g43s 2 роки тому +2

    Is this the one you download from the microsoft store? im trying to customize the one that comes with windows 11, but when i try to open the settings it opens a json file in vs code and doesnt show much about customizing the app.

  • @davidzuccarini8376
    @davidzuccarini8376 5 місяців тому

    thanks for Teleport. amazing, and nice video thanks for sharing

  • @xmidx1577
    @xmidx1577 2 роки тому

    I can't find the json file on your github @ 09:23 why did you remove the file? Anyway i like the themes tho.

    • @christianlempa
      @christianlempa  2 роки тому +2

      I changed the repo to dotfiles-win, you find it on my GitHub page :)

  • @serhioromano
    @serhioromano 2 роки тому

    Where are the icons from %userprofile%\WindowsTerminalIcons,

  • @dedpossum66
    @dedpossum66 3 роки тому +19

    Thank you again for you videos Cristian! Your thoughts on oh-my-posh vs. starship? Personally I like oh-my-posh but it appears that starship-prompt offers more options.
    Some timestamps that were especially helpful ( I will use these later this week, I will have a new laptop to configure )
    - 15:05 character maps
    - 16:00 distro logos

    • @christianlempa
      @christianlempa  3 роки тому +4

      Thank you! Great feedback on the timestamps :)
      I haven't tried out oh-my-posh, but I wanted to until someone recommended me starship. And to me personally starship looks a bit better and was very straightforward.

    • @dedpossum66
      @dedpossum66 2 роки тому +3

      @@christianlempa Now having tried both, I think that the starship is just all around better. The problem with Posh is visual corruption in windows terminal, and that it can feel quite clunky and is generally less customizable.

  • @RG_Reaper
    @RG_Reaper 3 місяці тому

    Would you happen to have a setup ps1 that could be used as a 1 liner install?

  • @deathkami5876
    @deathkami5876 Рік тому +1

    How can i get your json file now?

  • @Silvermist78
    @Silvermist78 Рік тому +1

    Thanks for making this how to video! How does one do "run as different user" with Win Term?

  • @logixthedev
    @logixthedev Рік тому +5

    Thank you Christian, your customizations are VERY nice! What theme are you using in VSCode?

  • @walkaisa9933
    @walkaisa9933 2 роки тому +1

    Yo, could you please make example for fish how to add the automatically distro select and where to set the env?

  • @RoyAAD
    @RoyAAD 8 місяців тому

    How do you make vscode show you the color square in the json?

  • @franckleveneur676
    @franckleveneur676 20 днів тому

    Is there a Blue screen theme for your Termina on Windows?
    I left Windblows long time ago. Most programmers are on Mac now. At least in USA.

    • @christianlempa
      @christianlempa  19 днів тому

      You can find some of my old files for WIndows Terminal here: github.com/ChristianLempa/dotfiles-win

  • @许跃-e2z
    @许跃-e2z Рік тому

    where can i download that desktop wallpaper, it's amazing!

  • @undefinedcode0
    @undefinedcode0 6 місяців тому

    How can I obtain the "WindowsTerminalIcons" folder that you use?

  • @PhiHDN
    @PhiHDN 2 роки тому +1

    I would like to know how to install Arch with WSL. Could you share the guide to do that? Thanks

  • @mayura3050
    @mayura3050 Рік тому

    Could you tell me how to customize the file icons also

  • @dragon3602010
    @dragon3602010 3 роки тому +7

    Awesome and with the pane config, can we save it in case we restart the terminal?

    • @christianlempa
      @christianlempa  3 роки тому +5

      Thanks mate! Yeah you can enable it in the settings under "When terminal starts"

  • @X-MSK
    @X-MSK Рік тому

    I can’t find confing for setting!

  • @YPLabs
    @YPLabs 2 роки тому

    Great channel!

  • @BeerBrunchBros
    @BeerBrunchBros 2 роки тому

    What's the song in the beginning?

  • @kittenpixl
    @kittenpixl Рік тому

    Ubuntu and Powershell is missing from the cmd thing and it gives this error: Could not find your default profile in your list of profiles - using the first profile. Check to make sure the "defaultProfile" matches the GUID of one of your profiles.

  • @gorikrastev4408
    @gorikrastev4408 2 роки тому +1

    How did you add the other stuff? Aside from Command Prompt, PowerShell and Cloud Shell I don`t have any other command line.

    • @gorikrastev4408
      @gorikrastev4408 2 роки тому

      I ask for Kali Linux, Ubuntu Linus and so.

    • @christianlempa
      @christianlempa  2 роки тому

      I'll probably make some videos in the future about terminal tools, that I'm using. I'm still waiting though for a great version of exa on Windows. Then there will be a video coming about it :)

  • @i4ix
    @i4ix 2 роки тому +2

    Awesome! Thanks! All working perfectly...
    P.S. But at beginning my icons was smaller then yours - I fixed it with the differen font type - JetBrainsMono Nerd Font.

    • @christianlempa
      @christianlempa  2 роки тому +1

      Glad it helped!

    • @i4ix
      @i4ix 2 роки тому

      @@christianlempa AWESOME!
      By the way. I add zsh-autosuggestions and it's working like a charming. But do not get history from console after relogin.

    • @nolanwatts110
      @nolanwatts110 2 роки тому

      I was struggling with the same thing using the Hack NF...thanks for calling this out; switching to the JetBrains font fixed this for me too. Thanks again!

  • @TVDramaHome
    @TVDramaHome 2 роки тому

    Could you make a clear video tutorial to config this style of shells prompts ? Thanks in advance

    • @christianlempa
      @christianlempa  2 роки тому +1

      What exactly are you looking for?

    • @TVDramaHome
      @TVDramaHome 2 роки тому

      @@christianlempa I have a problem with the short name of Ubuntu on the Windows Terminal Tab, and other problem is when I run the Terminal Powershell in VS code, my current location and the word 'at' didn't have any spaces. Could you have any suggestions?

    • @harshalkakaiya4542
      @harshalkakaiya4542 Рік тому

      @@TVDramaHome same here any fixes ??

  • @sunnynehar
    @sunnynehar Рік тому +1

    Superb content, Hi Christian how did you customize your Warp terminal with the same purple texts/fonts? if you have a video could you point me to it.

  • @D-Inked
    @D-Inked 2 роки тому +1

    where did you get the background image? Looks really nice, would like to have this too please.

  • @dylanf4678
    @dylanf4678 3 роки тому +2

    I tried to set up the $PROFILE with the windows logo, " $ENV:STARSHIP_DISTRO = "" " but in the terminal I get random noise. I do have the same font enabled. Anyone know how to fix?

    • @Fireshawk64
      @Fireshawk64 3 роки тому +2

      I'm having the same problem

    • @dylanf4678
      @dylanf4678 3 роки тому +1

      @@Fireshawk64 was able to trouble shoot and apparently if you are using "windows powershell" its hit or miss if the glyphs show up but on "powershell" which is the newer one anyway, it works fine!

    • @christianlempa
      @christianlempa  2 роки тому

      I guess it wasn't working for me in the older versions of powershell. This is a complete mess, to be honest. But try it out on powershell7, that worked for me, if I remember correctly.

    • @dylanf4678
      @dylanf4678 2 роки тому

      @@christianlempa Yup it worked! I did realize I had an old version of powershell. 7 works fine!

    • @mishelrodri
      @mishelrodri 2 роки тому

      @@dylanf4678 How update to powesehll 7 ?? I have the same problem !! 😭

  • @abhirajshourya
    @abhirajshourya 2 роки тому

    Love it!

  • @johnthomascaballero
    @johnthomascaballero Рік тому

    that is cool looking wallpaper.
    do you have link for that?

  • @TheShinayser
    @TheShinayser 3 роки тому +1

    I copied your starship file and everythign went fine! Except for one thing: the icon for the file types. Any idea what could be going wrong? I am using powershell and using the "ls" command to list them.
    But it also did't worked on my ubuntu wsl2

    • @christianlempa
      @christianlempa  3 роки тому +1

      The icons in the ls command don't come from starship, it's a separate application called "exa"

  • @mr.a.7372
    @mr.a.7372 2 роки тому

    It is in evaluation mode? Any logs from our computers that goes to programmers? How did you add the windows logo to the prompt? Thanks

  • @sebastianmori5094
    @sebastianmori5094 2 роки тому

    How do I find that wallpaper

  • @johnclarkson6120
    @johnclarkson6120 19 днів тому

    Haha, you know what, you're genius 😊😊😊

  • @surisurendrababu
    @surisurendrababu 2 роки тому

    any alternatives of fish shell in windows?

  • @leewednesday8754
    @leewednesday8754 Рік тому

    That is a wallpaper, where do you usually get them from?

  • @Alex1996984
    @Alex1996984 3 роки тому +2

    Nice! One question tho, where did you find these nice icons that we can see on the windows terminal tabs?

    • @christianlempa
      @christianlempa  3 роки тому +1

      I'm not sure if I'm allowed to share them, but you could look at a website like icons8 f.e. ;)

    • @Alex1996984
      @Alex1996984 3 роки тому

      @@christianlempa Thanks! Yes I used icons8 but some icons appear pixelated in the tab. anyway! keep it up!

    • @YousefMohamed-jb8bq
      @YousefMohamed-jb8bq 3 роки тому +1

      @@Alex1996984 I think he's using a paid version because I'm facing the same pixel problem

    • @bltzcstrnx
      @bltzcstrnx 2 роки тому

      @@Alex1996984 MS used to ship Windows Terminal with popular distro icons built-in. Although it is removed in later versions due to copyright issues.
      Edit: it should be trademark issues, not copyright.

    • @bltzcstrnx
      @bltzcstrnx 2 роки тому

      @@YousefMohamed-jb8bq you can change the icon for each terminal. Just find you suitable distro icon or even just any image you like.

  • @lpsoldier357
    @lpsoldier357 Рік тому

    Whats your vscode theme in this video? awesome colors

  • @guepardroyal3122
    @guepardroyal3122 Рік тому

    hi, thank you for the video ! But how do you use an Ubuntu shell ? Wsl ? But with a wsl you have to install starship a second time to the wsl right? Thank you for your help :)

  • @mf8f
    @mf8f Рік тому

    how do i make the 'starship.toml' file?

  • @bobby07241
    @bobby07241 Рік тому

    Hello Chris can you help me to add status prompt to see if i have an python3 virtual env active ?

  • @gamesgodkeepup2592
    @gamesgodkeepup2592 Рік тому

    Do you have video of how you got kali linux and unbuntu linux on your terminal like that?

    • @christianlempa
      @christianlempa  Рік тому

      No, haven't done much with that in the recent past :/

  • @soportelinux
    @soportelinux 2 роки тому

    hello, why does windows have two terminals cmd and powershell? what is the diference between them

  • @Z3r0M1st
    @Z3r0M1st 2 роки тому

    Where did you get that white PowerShell Icon I can't find it

  • @antoninoromeo4015
    @antoninoromeo4015 2 роки тому

    Hi cool!!! i can't find home and lock symbol? can you help me? many thanks

  • @damianolmedo9248
    @damianolmedo9248 2 роки тому

    great content!

  • @ra2carrier749
    @ra2carrier749 2 роки тому

    How to display character map like yours? My Character Map started from "charmap" command seems to be very dumb.

    • @christianlempa
      @christianlempa  2 роки тому

      It’s a command in my dotfiles you can find on GitHub :)

  • @alifhossainbits
    @alifhossainbits Рік тому

    which vs code theme are you using?

  • @DiegoSuarezMartinez
    @DiegoSuarezMartinez 2 роки тому

    Do you know why some fonts are not being interpreted by my PC even though NerdFonts has been installed?

  • @jmaviles
    @jmaviles Рік тому

    Hi Christian, Does your Windows Dotfile has been change? I saw different json schemes color setting vs video, can you share the old one, thank you and great job !!👌

  • @DJone4one
    @DJone4one 2 роки тому +1

    Too bad, starship doesn't seem to install for me. At least my shell does not recognise any of the commands.

  • @YousefMohamed-jb8bq
    @YousefMohamed-jb8bq 3 роки тому +1

    I always like all your customizations
    can we use zsh plugins with starship ?

    • @christianlempa
      @christianlempa  2 роки тому +1

      I guess that should work, if you're refering to zsh-autosuggestions, etc. that works on my side

  • @ashwinkrishnan4435
    @ashwinkrishnan4435 2 роки тому

    I using ubuntu WSL its says staship command not found after installing it to the /.local and setting /.local to PATH & Adding the bashrc command

  • @ZiaysCyberSecurity
    @ZiaysCyberSecurity Рік тому

    wallpaper name?

  • @VineetChhabra007
    @VineetChhabra007 2 роки тому

    How do I use your hackthebox custom theme for my zsh on Pop OS?

  • @amritpalsingh5320
    @amritpalsingh5320 25 днів тому

    My Starship prompt doesn't even show anything fancy, all the configuration I did made my default terminal look exactly the same and a lot weirder

  • @jakemeyer8188
    @jakemeyer8188 2 роки тому

    Windows Terminal and WSL are saviors. It makes it so I despise my life juuuust a little less when having to use Windows...

  • @wardaddyfury
    @wardaddyfury 3 роки тому

    I now know a little bit more about what Windows Terminal can do. 😁😁😁

  • @ColaFreakder2te
    @ColaFreakder2te 3 роки тому

    Awesome video again Christian, but can you tell me the name of the intro song?

  • @rch1tector
    @rch1tector 3 роки тому

    How to open windows terminal in drop down style with tabs?

  • @cookiebinary
    @cookiebinary Місяць тому

    The Windows Terminal is a great tool and it has improved over the last two years, but I miss the settings and features that I have on the Mac iTerm or on Linux Terminator, for example.

  • @extsec
    @extsec 6 місяців тому

    do you still have this config? because i want it

  • @mehediislamripon
    @mehediislamripon 2 роки тому

    I've visited your repository named "dotfiles", but couldn't find any folder called "windows". Can you help me please? I'm looking for the file called "settings.json" for windows.
    Thank you.

    • @christianlempa
      @christianlempa  2 роки тому +1

      Hey mate, I’ve split the repos. You find it in my „dotfiles-win“ now

    • @mehediislamripon
      @mehediislamripon 2 роки тому

      @@christianlempa Thank you so much.

  • @biggyk87
    @biggyk87 3 роки тому

    do you have the edit the conf in your home dir plus wsl dir?

    • @christianlempa
      @christianlempa  3 роки тому

      Not sure, what you mean by that. Can you explain please?

  • @najibabdellaoui6442
    @najibabdellaoui6442 2 роки тому

    hello, i am just curious i got the this icon of penguin instead of Ubuntu icon. i used the same configuration as yours.

    • @christianlempa
      @christianlempa  2 роки тому +1

      Maybe you have a different version of Ubuntu? I'm not sure but you can try to execute the command from the script and narrow down what it's telling

    • @najibabdellaoui6442
      @najibabdellaoui6442 2 роки тому

      @@christianlempa i checked my distribution and it was ubuntu. i think possible problem with the function, so i used the previous function and it works fine. thank u.

  • @alvarorodriguezgomez8716
    @alvarorodriguezgomez8716 Рік тому

    is there a way to make ubuntu terminal look like this?

  • @nabilahmednahid2667
    @nabilahmednahid2667 2 роки тому

    Your vs code's edges look like a round shape. how did you do it?

  • @slimey6470
    @slimey6470 11 місяців тому

    love this!!!!!

  • @adrianmaulanamuhammad7225
    @adrianmaulanamuhammad7225 2 роки тому

    How to configure the distro icon in powershell?

    • @christianlempa
      @christianlempa  2 роки тому

      I just hardcoded it in the environment variable of the ps1 start script :D

  • @PraveenKumar-bn6kf
    @PraveenKumar-bn6kf Рік тому

    How to get my conda env to show up in this?

  • @thiagohenriquela
    @thiagohenriquela Рік тому

    How to add the files-theme-xcad.xaml file to have as a theme choice option? How to change each system logo to black and white, the same as yours?

  • @anantgupta3285
    @anantgupta3285 3 роки тому

    the icons in zshrc file are not loading on your github

    • @christianlempa
      @christianlempa  3 роки тому

      Thanks mate, yeah the problem is that github doesn't use nerdfonts. But once you clone the repo, you should see them!

  • @dovatti
    @dovatti 3 роки тому +1

    Very cool :)

  • @CrazeXD
    @CrazeXD 2 роки тому

    For anyone on Ubuntu WSL, and you're having trouble with the Starship, install it normally, then run:
    echo "eval '$(starship init bash)'" >> ~\.bashrc
    For some reason that works on Ubuntu but not Kali Linux, haven't tested other distros.

  • @jehadmohammed6819
    @jehadmohammed6819 10 місяців тому

    I really enjoyed the vid! What VS code theme were you using?

    • @christianlempa
      @christianlempa  10 місяців тому

      I built my own :) it’s called „the digital life“

  • @allancomar
    @allancomar 3 роки тому

    Do you know how to make the up key (to repeat a command) to filter based on suffix like on oh-my-zsh, if you type something like `git pu` and press up it only show commands that start with `git pu` is that possible with the starship? Thanks

    • @christianlempa
      @christianlempa  3 роки тому

      I think it should be independet from the prompt, because it sounds like a function of zsh, which is of course fully supported in starship.

  • @jannikattentater3838
    @jannikattentater3838 Рік тому

    How does he have those graphs in the Terminal? Are those Linux exclusive?

  • @najibabdellaoui6442
    @najibabdellaoui6442 2 роки тому

    sorry to ask, why do u have at home via python v 3.10.1? should i change the parameters?

    • @christianlempa
      @christianlempa  2 роки тому

      Don't know what you mean?

    • @najibabdellaoui6442
      @najibabdellaoui6442 2 роки тому

      @@christianlempa i meant your working directory shows which version of python you are use, in the video it show that you are on home via python v 3.10.1.

  • @grimfunk8145
    @grimfunk8145 Рік тому

    How do you do this for the git bash terminal?