zsh - create a minimal config (autosuggestions, syntax highlighting etc..) no oh-my-zsh required

preview_player
Показать описание
SUPPORT THE CHANNEL

SOCIAL MEDIA

₿ DONATE CRYPTO
Bitcoin: bc1qlw9t04evwvvlgkwkxf3cm9mfk6zgmy09sp4uja
Ethereum: 0x31202eF4Ce3d03c1B5111Bc388f937e7b17dd164
Litecoin: ltc1qmhxvmr9h3hpc226aeqj9sadwjn3gl0nh5qsvkf
Polkadot: 12pxctmVV3HBKqfpnPbgqznKHdpFbihVENH2VJU6Z5HsaD1S
Chainlink: 0x31202eF4Ce3d03c1B5111Bc388f937e7b17dd164
Bitcoin Cash: qqz56dl270wx04z4x8y42aft39ptpksjuggmel0hz6
XRP: raUaxdWMst1Eb96nACTvJTRWgtmsRQpwHk
Stellar: GD7PCULOCC4DLRJN6TJSWFTETDWL4D6URHXEBFX4B4RJQN4B5T7XZ5AU
Рекомендации по теме
Комментарии
Автор

"I don't like my terminal trying to sell me tshirts"

icaro.salgado
Автор

Very helpful, was looking forward for a video on configuring zsh

devc_
Автор

That's neat! I've been oh-my-zsh-free for a year, but I never thought about organizing it the way you did. Thanks Chris!

parsakzr
Автор

You are absolutely awesome, not lot of people share what they knew but you are something special brother

i_am_ironman_
Автор

Thank you. This was probably the most helpful zsh configuration video that I have come across. I am using the default Terminal in MacOS with some of the zsh configurations that you mentioned it's working like a charm without the need to install iTerm2 and Oh My Zsh.

junebugcomputer
Автор

Thanks Chris I really appreciate your work. Your channel is hidden gem for me.

visrut
Автор

7:54 : i would recommend setting XDG configuration in /etc/zsh/zshenv, so it is independent from window manager

teezettsb
Автор

Underrated channel. Thanks for this helpful video.

ubuntu
Автор

this is crazy, as soon as i start to try and configure my zsh. thanks chris!

yourdadsbestfriend
Автор

Take my word, you are underrated. Very helpful video. Thanks a lot.

ankitkumarsingh
Автор

I thought I liked my zshrc. Now I will re-write it from scratch based on your configuration, so cool! Thanks for the video :)

benary
Автор

Still going to watch this for the background knowledge, but I've been very happy with running the zsh configuration script and using powerlevel10k for styling - ditched omyzsh ages ago.

etherweb
Автор

This video helped me a lot. I finally get rid of oh-my-zsh. Thank you very much!!

OBS: Thanks for suggesting me fzf and zoxide. These terminal programs make me ridiculously more efficient! :)

rubempacelli
Автор

Just stunningly config. I feel I have everything up and up 👍🏻 Thank you for sharing, and finally I got rid of "Oh My Crap" too… 😜

ditchcomfort
Автор

Wow! I love the idea of zsh_add_plugin function. Thank you for sharing!

repoles
Автор

Thanks, this video is really awesome!!
Your videos are hidden gem for me.

uu
Автор

Awesome work! Maybe add a note in the description pointing to your new vid on Zap, as it impacts a lot of what's here

MrCBroz
Автор

Thanks for the tutorial and sources... Omw to ZSH without bloated fanmade stuffs...

Nakhtiar
Автор

Can you please make a similar tutorial for bash as well ? A minimal bash setup with plugins.

Neucher
Автор

Thank for your video, it's really helpful.
I've been using Zim for a long time and I decided to switch from this plugins manager to the manual installation like you do.
I copied and paste everything from your config and it works fine, but.. I was surprised by speed time.
I use zsh-autosuggestions, fast-syntax-highlighting and powerlevel10k prompt plugins.
Benchmarking is pretty easy:

for i in $(seq 1 10); do /usr/bin/time /bin/zsh -i -c exit; done;

When I use manual installation, like you do, it takes around 0.126-0.130 milliseconds to startup.
But Zim takes 0.115 - 0.119 milliseconds.
Hence, there is a very little difference between this two methods and in my experiment, manual installation is not faster than Zim

DragonnSteve