I wish i had found this video 1st. All the others expect you to know how to install zsh and are geared more towards minimizing it down to highlighting and suggestion which is all I really wanted as well but this really helps.
The final result is going to be absolutely beautiful, very well explained as usual, clear and straight to the point, definitely I will switch to zsh, I was waiting for a tutorial like this for some time now. Thanks a million.
Thank you for this awesome video. I switched now to zsh with parrot like theme in alacritty terminal. I just followed your guide and i absolutely like my result. Again Thank you and keep it up!!!
Good job. Inspiring videos all through. The videos on this channel are even better than Netflix series. Keep it going Ermanno. "Now this is gonna take some time, so I'll be back when it's done..."
By far the best tutorial I have watched on this subject. could even follow it on a mac lol. thanks man, appreciate the time and effort you put into these tutorial videos.
Great video as usual and very helpful for someone new to Arch and Linux in general. You have one of the best content when it comes to Arch Linux and you explain it very well. Keep it up!!
Spaceship prompt is very powerful. And also, very needed plugin is "url-quote-magic". Because when you paste URLs in the ZSH for e.g. CURL its behavior is different from BASH and you have to backslash symbols like "?", "=". Or put whole URL string in the quotes . url-quote-magic does exactly that - it analyzes URLs you paste in the terminal and automatically backslashes special symbols.
@@eflinux Thanks a lot for your videos. I switched to zsh only couple month ago and I really like it. But honestly, while it has all those nice tweaks, I think I can live with BASH + (BASH command complete) + FZF + and starship.rs promt. :) And, for the compatibility reasons, I write all my scripts for /bin/sh, POSIX compliant. So, I don't really have many dependencies on ZSH.
Another neat feature of ZSH is suffix aliases. You can launch associated applications by just typing file name (e..g alias -s {txt,md,conf}='nvim' will allow to open files with those extensions in NeoVIM by just typing file name in the terminal. E.g. $ my_text.md and hit Enter.
thanks for clarification about terminal vs shell, I remember I could not wrap my head around why I could not run `zsh` in i3 window manager..., but it said I needed terminal emulator, that was super confusing initially
my default plugins are: git keychain z history ubuntu geeknote zsh-navigation-tools common-aliases tmux z is gold! for quick directory changes. I like fox for the theme :-) HTH
I love zsh so much, but I have no idea why. It just feels so right to use it. I don't really give much damn about Apple's choices for their products, but there gotta be a half-decent reason for them to switch to zsh as the default shell.
I have a error, when I wrote the plugins in .zshrc, when update with source .zshrc show me a error message: [oh-my-zsh] plugins ‘zsh-syntax-highlighting’ not found, please help me.
I am running arch with gnome 40. When i get to 14.02 in the video installing ohmyzsh frame work it does not say if finds the .zshrc file and it does not prompt me to to change me to the default to Zsh. Is anyone else having this problem? I have tried to change to Zsh using the chsh -S /usr/bin/zsh command. It says it change but when i check what shell i am in it still shows bash
Thanks for your comment. I didn’t forgot about it, it’s just I had some things to take care of here at home, pandemic related. I’ll do the live stream probably at the beginning of September. I’ll update the date as soon as I have a fix date. Sorry for that 😐
ICF coaching philosophy The international Federation of Coaches adheres to a form of coaching that respects the personal and professional experience of the client, and each client is considered as a creative resource and integral person. Based on this Foundation, coaches take responsibility: Discover, clarify and adhere to the goals that the client wants to achieve. To stimulate self-discovery client.
@@eflinux Thank you for answer but no I want delete terminal history. Example: bash shell history is desktop .bash_history or fish shell--> history clear yes.
I don't know why I watched the video :-). Though I used zsh before, with zim framework instead of oh-my-zsh, Im happy in bash with just bash completion and only the path in the prompt: [~]$
This man is just plain amazing teacher. Very concise without any condescending tones.
It is indeed a rarity, and a valuable one. If memory serves me, I subbed after I watched a single video, maybe two, tops.
😄
@@nekoill same here
my journey to arch linux would be a lot hard if it weren't for this guy. The wiki is just so complicated for me
Happy to help :)
I wish i had found this video 1st. All the others expect you to know how to install zsh and are geared more towards minimizing it down to highlighting and suggestion which is all I really wanted as well but this really helps.
The final result is going to be absolutely beautiful, very well explained as usual, clear and straight to the point, definitely I will switch to zsh, I was waiting for a tutorial like this for some time now. Thanks a million.
I was having a hard time understanding the Arch wiki. But i found tour channel Thank you so much
Happy to help!
Just found your channel in Arch installation. And I see you make not great ,but fabulous tutorials!!!!!
Very thorough explanation! Thank you very much. The linux community greatly appreciates you. ❤️
Thank you for this awesome video. I switched now to zsh with parrot like theme in alacritty terminal. I just followed your guide and i absolutely like my result. Again Thank you and keep it up!!!
Glad it helped!
Thanks. It's a pleasure to learn from you. We are waiting for the continuation...
Thanks!
exactly my favorite plugins ❤️
Sir you inspire me to learn more.... I always love your video and enjoy learning new things from you thank you so much ♥️
Your tutorials are video version of Arch wiki with great indepth explanation 👏🙌❤️
Thanks!
Oh... man
Your tutorials are so educational that they save a lot of time and efforts. Thanks again
This is an amazing source! You're just the best at teaching! Thank you again for your efforts.
Perfect tutorial! I was able to follow step by step after you. And i learned a lot! THANK YOU
Good job. Inspiring videos all through. The videos on this channel are even better than Netflix series. Keep it going Ermanno. "Now this is gonna take some time, so I'll be back when it's done..."
Thanks!
By far the best tutorial I have watched on this subject. could even follow it on a mac lol. thanks man, appreciate the time and effort you put into these tutorial videos.
Thanks Brett! Glad you liked the video :)
You're awesome ! I look for your recommendations whenever I need to do some system changes. Thanks a lot!
Happy to help!
excellent video, I don't know how to thank you for sharing your knowledge, congratulations you are a great teacher
This man makes great videos
Sir this detailed information is amazing sir.
Thanks!
Thanks for this amazing tutorial. Best tutorials on RUclips.
Thanks!
Thank you very much for the tutorial, now my shell looks really nice.
Great video as usual and very helpful for someone new to Arch and Linux in general.
You have one of the best content when it comes to Arch Linux and you explain it very well. Keep it up!!
I'm impressed with your explanations. So clear, i understand easily. Great job.
Glad it was helpful!
Thanks for the awesome content, there should be more people like you making videos on youtube.
I appreciate that!
Grüezi ermanno, awesome content. Keep up the great work.
Thanks :)
you are the Rosetta on my Arch journey
Very well explained! You always have the best and most easy to follow videos on such topics! Thank you and have a good day :)
Fabulous! This is exactly what I needed.
Excellent, waiting for part 2
Thanks for all
You're welcome!
Spaceship prompt is very powerful. And also, very needed plugin is "url-quote-magic". Because when you paste URLs in the ZSH for e.g. CURL its behavior is different from BASH and you have to backslash symbols like "?", "=". Or put whole URL string in the quotes . url-quote-magic does exactly that - it analyzes URLs you paste in the terminal and automatically backslashes special symbols.
Thanks for sharing this!
@@eflinux Thanks a lot for your videos. I switched to zsh only couple month ago and I really like it. But honestly, while it has all those nice tweaks, I think I can live with BASH + (BASH command complete) + FZF + and starship.rs promt. :)
And, for the compatibility reasons, I write all my scripts for /bin/sh, POSIX compliant. So, I don't really have many dependencies on ZSH.
Good point.
Again, sir. Thank you so much for these videos
awesome thank you set this up smoothly, subscribed !
Another neat feature of ZSH is suffix aliases. You can launch associated applications by just typing file name (e..g alias -s {txt,md,conf}='nvim' will allow to open files with those extensions in NeoVIM by just typing file name in the terminal. E.g.
$ my_text.md
and hit Enter.
Reminds me of windows.
thanks for clarification about terminal vs shell, I remember I could not wrap my head around why I could not run `zsh` in i3 window manager..., but it said I needed terminal emulator, that was super confusing initially
oh, this was so well. Thank you!
Thanks for this good tutorial to install ZSH, I will wait for the second part to decide which plugins to install. Regards
Best channel
my default plugins are: git
keychain z history ubuntu geeknote zsh-navigation-tools common-aliases tmux
z is gold! for quick directory changes.
I like fox for the theme :-)
HTH
Keep the good stuff coming
A little about you. Ermanno is a certified Microsoft Office master and qualified ICF trainer.
Thank you very much, sir !
Amazing . Thank you
I'm trying out MX Linux and it works smoothly in my potato machine.
Man, my subscription is your!
Thanks man!
Awesome video!!!
Thanks!
Great!
Great guide, thank you.
sudo thanks for the next lesson ;-)
Thanks
Nice I have all this working now! Does the original .zshrc need to be copied to the top of the new one?
just made my install and day
I get this error when running the wget command: zsh: argument list too long: sh
got it fixed by reading the github in the install.sh xD!
Best tutorial ever!!!! I was the first.
Do you use zhs?
Subbed excellent teacher
Thanks!
Nice one, well done.
thank's a lot
Very nice video
I'm using ArchWSL, when installing the zsh it doesn't generate this little setup tutorial which creates the .zshrc file.
nice tutorial
how do you change emacs to vi? I cannot access the initial setup screen. I started learning vim so I would like to switch to vi in the settings.
I love zsh so much, but I have no idea why. It just feels so right to use it. I don't really give much damn about Apple's choices for their products, but there gotta be a half-decent reason for them to switch to zsh as the default shell.
Good point.
@@eflinux not too good, but it's something :)
Please tell me how to install a font that can display Chinese characters and ZSH theme special characters?
You can find fonts here: wiki.archlinux.org/index.php/Localization/Chinese#Fonts
I have a error, when I wrote the plugins in .zshrc, when update with source .zshrc show me a error message: [oh-my-zsh] plugins ‘zsh-syntax-highlighting’ not found, please help me.
That means probably you didn’t install the plugin correctly.
There is no way I could do vlan mgmt on alcatel 7750 or wans without zsh. It is a must for any serious admin
I am trying this on a base Arch install without a graphical desktop / window manager. I think I am missing some fonts.
Yeah, without it even some functionality will be missing.
@@eflinux What fonts need to be installed? I got dwm and st installed. Even when running under st there appears to be a missing font.
I'd definitely install ttf-dejavu at least.
I am running arch with gnome 40. When i get to 14.02 in the video installing ohmyzsh frame work it does not say if finds the .zshrc file and it does not prompt me to to change me to the default to Zsh. Is anyone else having this problem? I have tried to change to Zsh using the chsh -S /usr/bin/zsh command. It says it change but when i check what shell i am in it still shows bash
You were to do a live of the installation of btrfs, which more deeply about the file system at the end of July and so far nothing! you forgot?
Thanks for your comment. I didn’t forgot about it, it’s just I had some things to take care of here at home, pandemic related. I’ll do the live stream probably at the beginning of September. I’ll update the date as soon as I have a fix date. Sorry for that 😐
You mentioned zsh with oh my zsh will effect the resources in a way. Did you mean CPU and memory usage or anything else?
Yes, exactly.
Any plans to do an armv8 install for arch? Raspberry Pi crowd would love ya.
Huuu, intriguing :)
I just upgraded the Arch Linux network card and the device is gone. Can you help me
You should check if the card is blocked by rfkill. You can look at the video for the July ISO to see how it works.
Use neovim instd vim
ICF coaching philosophy The international Federation of Coaches adheres to a form of coaching that respects the personal and professional experience of the client, and each client is considered as a creative resource and integral person. Based on this Foundation, coaches take responsibility: Discover, clarify and adhere to the goals that the client wants to achieve. To stimulate self-discovery client.
You discovered the secret sauce :))
A little advertising wouldn't hurt, I think.
Thanks :)
How delete commond history? 😕
I tried history clear and history -c but don't working
If you mean clearing up the terminal it’s ctrl + l
@@eflinux Thank you for answer but no I want delete terminal history.
Example: bash shell history is desktop .bash_history or fish shell--> history clear yes.
You should be able to remove the ~/.bash_history.
@@eflinux i forget write i use zsh shell
Thank you I removed ~/zhistory and it done.
👍👍👍
i use fish:D
Fish is great!
@@eflinux yes:D
How to change default shell to zsh?
You can see this wiki here: wiki.archlinux.org/index.php/Command-line_shell#Changing_your_default_shell
@@eflinux Thanks
*omz update* is now the way to update omz.
I don't know why I watched the video :-). Though I used zsh before, with zim framework instead of oh-my-zsh, Im happy in bash with just bash completion and only the path in the prompt: [~]$
The bash completion by default without any configurations is nowhere near zsh's completion.