Some zsh completion files for macOS specific commands and third party tools.
Oh My Zsh plugins allow you to add varied functionality to your shell just by enabling them. They are each documented in the README.md file in their respective plugins/ folder. Enable a plugin by adding its name to the plugins array in your.zshrc file (found in the $HOME directory).
Pull requests and contributions are welcome!
Setup and Installation
To use mac-zsh-completions on your Mac, follow these steps:
- download the project zip or
git clone
the project - in your
.zshrc
(or other zsh configuration file) add the full path to themac-zsh-completions/completions
directory to thefpath
, e.g.
the command to load
compinit
should come after modifying thefpath
in your.zshrc
open a new Terminal window to get the new completions
Video podcasts and music videos can be great, but if you just want the audio for listening on devices with less storage, you'll need to learn how to convert an MP4 to an MP3. Adobe audition wav to mp3.
sometimes (rarely) you may have to delete the
~/.zcompdump
file
- remember to regularly re-download or
git pull
for new completions and updates
Install via oh-my-zsh
- Add to your
~/.zshrc
plugins arrayplugins=(.. mac-zsh-completions)
- Run
source ~/.zshrc
or restart your shell to activate
Comments and Discussion
Aside from issues and pull request, I suggest the #zsh
channel on the MacAdmins Slack for discussion.
'terminal.integrated.fontFamily ': 'Source Code Pro for Powerline ','terminal.integrated.shell.osx ': '/bin/zsh '// @Drakal added// I 'd also consider adjusting line height if icons are cut off on top too or things look super cramped. // 'terminal.integrated.lineHeight': 1.3 // @ChongTang, @ramonsantos added // @gaochundong said it works like a charm. // 'terminal.integrated.fontFamily': 'Hack Nerd Font' // @dalekurt added (belows which gives me the the fonts for the terminal and the icons from Nerd Font.) // 'terminal.integrated.fontFamily': ' 'Source Code Pro for Powerline ', 'Hack Nerd Font ' // @nickhingston, @olivebay added for powerlevel10k // I use powerline10k - which uses // so this worked for me: // 'terminal.integrated.fontFamily': 'MesloLGS NF' // @kaustuv added // after the changing the font, still had some issues with the glyph spacing in the integrated terminal - fixed it with // @ar2zee: fixed the problem for me.
// 'terminal.integrated.rendererType': 'canvas' Change Theme for Mac OSX Terminal to agnoster. Add DEFAULTUSER= whoami in /.zshrc. Change Theme to agnoster in /.zshrc. Restart Terminal or source /.zshrcDownload agnoster theme and set up.Download.Unzip.Open Mac Terminal.CMD +, open settings.on Left Sidebar, Click Config Icon and Select Import.Choose Terminal Schema:UnzipPath/terminal/.terminal.I recommend Solarized Dark.terminal.then, make it default (select imported schema and click 'Default' button below).That'all. If you restart terminal, you can see great agnoster theme with oh my zsh.
Hey all,Still struggling with this one.