8000 GitHub - u-hossy/dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

u-hossy/dotfiles

Repository files navigation

dotfiles

Install Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • My favotite theme: ZSH_THEME="eastwood"

Error and solution

compinit:527: no such file or directory: /usr/share/zsh/vendor-completions/_docker

add below line

plugins=(
    docker
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0