All Projects → scriptingosx → Mac Zsh Completions

scriptingosx / Mac Zsh Completions

Licence: apache-2.0
macOS specific additional completion definitions for Zsh.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Mac Zsh Completions

Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (+724.05%)
Mutual labels:  terminal, zsh, mac
Bashhub Client
☁️ Bash history in the cloud. Indexed and searchable.
Stars: ✭ 858 (+986.08%)
Mutual labels:  terminal, zsh
Wechatcmd
提供微信终端版本、微信命令行版本聊天功能、微信机器人
Stars: ✭ 628 (+694.94%)
Mutual labels:  terminal, mac
Nord Guake
An arctic, north-bluish clean and elegant Guake color theme.
Stars: ✭ 20 (-74.68%)
Mutual labels:  terminal, zsh
Ls
ls on steroids
Stars: ✭ 458 (+479.75%)
Mutual labels:  terminal, zsh
Autocomplete
Autocomplete for terminals on MacOS
Stars: ✭ 569 (+620.25%)
Mutual labels:  terminal, zsh
Atom One Dark Terminal
A Terminal theme that mimics the One Dark theme made by the Atom team.
Stars: ✭ 890 (+1026.58%)
Mutual labels:  terminal, zsh
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-40.51%)
Mutual labels:  terminal, zsh
Dotfiles
@anmoljagetia's Dotfiles! Saves me several seconds!
Stars: ✭ 42 (-46.84%)
Mutual labels:  terminal, zsh
Dotfiles
Colourful & robust configuration files and utilities for Mac, Linux and BSD
Stars: ✭ 1,006 (+1173.42%)
Mutual labels:  terminal, zsh
Typewritten
A minimal, lightweight, informative zsh prompt theme
Stars: ✭ 442 (+459.49%)
Mutual labels:  terminal, zsh
Blightmud
A terminal mud client written in Rust
Stars: ✭ 61 (-22.78%)
Mutual labels:  terminal, mac
Funky
Funky takes shell functions to the next level by making them easier to define, more flexible, and more interactive.
Stars: ✭ 434 (+449.37%)
Mutual labels:  terminal, zsh
Sultan
Sultan: Command and Rule over your Shell
Stars: ✭ 625 (+691.14%)
Mutual labels:  terminal, zsh
Dstask
Single binary terminal-based TODO manager with git-based sync + markdown notes per task
Stars: ✭ 431 (+445.57%)
Mutual labels:  terminal, zsh
Dotfiles
My personal dotfiles
Stars: ✭ 400 (+406.33%)
Mutual labels:  terminal, zsh
Cw
The best way to tail AWS CloudWatch Logs from your terminal
Stars: ✭ 368 (+365.82%)
Mutual labels:  terminal, zsh
Termux Style
Simple script to change color-schemes and fonts for Termux.
Stars: ✭ 400 (+406.33%)
Mutual labels:  terminal, zsh
Macvars
command library for scripting osx
Stars: ✭ 34 (-56.96%)
Mutual labels:  macadmin, mac
Nord Konsole
An arctic, north-bluish clean and elegant Konsole color scheme.
Stars: ✭ 56 (-29.11%)
Mutual labels:  terminal, zsh

macOS zsh Completions

Some zsh completion files for macOS specific commands and third party tools.

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 the mac-zsh-completions/completions directory to the fpath, e.g.
fpath=( ~/Projects/mac-zsh-completions/completions $fpath )
  • the command to load compinit should come after modifying the fpath in your .zshrc

  • open a new Terminal window to get the new completions

  • sometimes (rarely) you may have to delete the ~/.zcompdump file

% rm ~/.zcompdump
% compinit
  • remember to regularly re-download or git pull for new completions and updates

Install via oh-my-zsh

git clone [email protected]:scriptingosx/mac-zsh-completions.git "$ZSH_CUSTOM/plugins/mac-zsh-completions"
  • Add to your ~/.zshrc plugins array plugins=(... 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].