147
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 26 Jul 2024
147 points (97.4% liked)
Linux
47998 readers
1195 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
Actually, tutorials like that are a big reason that I don't want to switch. The first steps are things like:
...and all I hear is: "this stuff isn't ready yet" and "I'm going to be staring at Unicode glyphs the next time I have to tinker outside of my GUI".
If I can't easily and securely install a shell on every environment I use as I don't want to be constantly context switching, then I'm going to have to stick to Bash.
This really isn't a zsh problem, but a "people putting too much stuff in a 'getting started' config".
I used zsh for 15 years before looking at any plug-in manager, you can get a lot of the good stuff like the completion by just going through the first-run wizard included in zsh. A lot of stuff is included directly with zsh, including various prompt themes (which is what that tutorial wants extra fonts for, because they use a fancy prompt with custom glyphs; I don't think any of the built-in ones need that)
Things like fuzzy history search with fzf is usually included with fzf's distro package and the additional zsh-completions package for less used or newer commands is also packaged by most distros. In my experience, a lot of the other plugins are stuff that could be a standalone script instead of a plug-in anyway.
Well that's much more encouraging. I may just give it a try if the first run wizard is simple enough. Thanks!