This was a blast from the past. Used zsh 30 years ago on the organizational level unix machines. Needless to say, there are quite a few more options now - wow! Thanks!
Lol, I just spent several hours trying out all kinds of layouts and color schemes and so on with the power level 10K on my ZSH . It's amazing how information dense it can get. For instance if I pop into shell from vim, it has a little V icon on the right reminding me I'm in a vim shell. (Funny enough Jonathan was at the top of three on the short list of things I was debating between until I found powerlevel 10K )
don't tell me that there's a name for an upper comma... -> ` or for a tailed eight -> & maybe a divided colon is called something else? -> % or a tilted x??? -> +
You need to have the fonts in Windows if using puTTY, I believe. (I've not used that since Windows terminal and WSL came out). As for export, the .zshrc hidden file should have it. If using powerlevel10k, there will be an additional .p10k.zsh file to copy as well. It some things don't look correct if you import just run the power level config again ( p10k configure ). I had to do that because of different screen resolutions on the computers making the icons squished together)
You'd have to set this up again on each server you're connecting to. If you can live without these features and work on a lot of different servers you'd probably get more out of learning lots of bash tricks since that's generally the default shell.
99% it's GNOME 45+ - they introduced this workspace indicator in the top left corner. The transparency is done with an extension, though. At least I think so
While I do like fish, it shouldn't be recommended as if it's a drop in replacement for bash. It uses it's own language and those who try and use bash specific things will need to adapt, as well as making sure to not run bash scripts in fish.
This was a blast from the past. Used zsh 30 years ago on the organizational level unix machines. Needless to say, there are quite a few more options now - wow! Thanks!
wow 30 years
any cool war stories?
@@johnpulawski35 I think David h&cked Iraqi servers & databases in the time of Saddam Hussein presidency. lol
@@johnpulawski35 brother 30 years ago was 1994
No need to close terminal, just source .zshrc or .bashrc❤ thx 4 video❤
He says that in the video
Thanks for the great walkthrough of pimping out zsh. Hope you're feeling alright. 🙏
Always learning something new. Thank you.
Lol, I just spent several hours trying out all kinds of layouts and color schemes and so on with the power level 10K on my ZSH .
It's amazing how information dense it can get.
For instance if I pop into shell from vim, it has a little V icon on the right reminding me I'm in a vim shell.
(Funny enough Jonathan was at the top of three on the short list of things I was debating between until I found powerlevel 10K )
Sqigally line lol its called a tilde
don't tell me that there's a name for an upper comma... -> `
or for a tailed eight -> &
maybe a divided colon is called something else? -> %
or a tilted x??? -> +
Back-tick, ampersand, percent, addition @@ВалерийШадрин-л5г
😊 upper comma is called backtick 👍@@ВалерийШадрин-л5г
Tilde could also mean "graphical accent" like in this example: Patrón.
Tilde is ~
Grave or backtick is `
AFAIK
Nice guide! Thanks Don! 😊
very cool... hope you are doing well and in good spirits.
Nice job man, thank you.
Fantastic work don!❤
Wow dude ... this is amazing. Liked and subscribed.
Which linux distro are you using?
It looks good
Ubuntu.
Thanks man, keep such good guides
Can you share your dotfiles? I like the taskbar and the dock
Great Video and many thanks for the help :)
what on earth is this setup its pretty but confusing is this gnome with waybar 😂? or is it hyprland with a dock?😂
never seen this before
I want the open and close effect you seem to have going on your shell. Whats the setup for that?
Wow, that's a hard kick to the Windows Powershell. I am learning Linux to be able to switch without issues as soon as Win10 reaches end of life.
just switch to linux rn. I switched to fedora from windows 11 and I'm having an amazing time
I've watched a lot of videos about how to do this and this one by far is the best
I hope to see wezterm terminal video from you in the near future
Thank you so much mate. I always wondered how was it all done. INSTA SUB
Nice. I use terminal alot of my servers. I wonder if it works with Putty...🤔
Also is there a way to export/save settings for multiple installs???
You need to have the fonts in Windows if using puTTY, I believe. (I've not used that since Windows terminal and WSL came out).
As for export, the .zshrc hidden file should have it.
If using powerlevel10k, there will be an additional .p10k.zsh file to copy as well.
It some things don't look correct if you import just run the power level config again ( p10k configure ). I had to do that because of different screen resolutions on the computers making the icons squished together)
You'd have to set this up again on each server you're connecting to. If you can live without these features and work on a lot of different servers you'd probably get more out of learning lots of bash tricks since that's generally the default shell.
Good intro tutorial. Thanks!
Is there a way to change the colours?
make a video on how did you make your gnome look so cool
Good video.
how can i change the # to c in the progress line like a pac-man game ?
thanks for the video
How you changed GNOME theme and what theme name in the video?
I use bash with blesh and starship btw.
Sweet guide, Don.
What window manager is this? I like the separated bar at the top. It kinda looks like hyprland.
99% it's GNOME 45+ - they introduced this workspace indicator in the top left corner. The transparency is done with an extension, though. At least I think so
@@linho_77If anyone ever figures out what gnome extension it is, let me know. Looks super clean.
the amount of free unused space on your screen is giving me a stroke
i know 😂 just go fucking full screen already 😢
Awesome video, thanks for this
Good I don't use console maybe twice and that's it. :)
how to customize the powerlevel10k again if you're bored? lol
Thanks, I will give it a they.
Thanks nice guide
Most of these are defaults on fish shell
what theme are you using?
I believe he shows the terminal theme in the video
👍👍
It is giving me this error: command not found: curl
Try installing curl using your package manager; it should be in the repositories of most distros.
If yoj make a terminal tutorial always zoom inon the term when you writing there. so we can read wtf you are doing
Are you using Fedora?
The icon is from Ubuntu.
Yea, that looks like Ubuntu, this will still work, though. I'm using it on Manjaro
How about for bashrc?
thanks.
Thank you Don.
How to get into wizard of powerlevel10k again... ?
p10k configure
We don’t use the terminal as much? Who is we? This is my job.
We dont use the terminal as much as we used to....
Meanwhile i live ib the terminal eith 10 tabs.
Is this Arch Linux?
Thank you
Or just pip install powerline-shell (Bryan).....
That's not gonna give you most of the functionality shown here. That just generates a shell prompt
I used bash my whole life, then I started messing around with zsh just to have the plugins. But when I met fish, I can no longer use another shell
Or just install Fish and you don't need to do any of that.
What does fish do?
@@em9594 It's a shell.
While I do like fish, it shouldn't be recommended as if it's a drop in replacement for bash. It uses it's own language and those who try and use bash specific things will need to adapt, as well as making sure to not run bash scripts in fish.
Gᵣₐᵥy