Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Latest commit

 

History

History

zsh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

zsh

Install

Ubuntu:

  • sudo apt install zsh

Oh My Zsh

Install

Ubuntu:

  1. Customize path to box-setup in box-setup/zsh/setup.sh.
  2. Customize path to Windows home directory in box-setup/zsh/plugins/cbarrett-wsl.plugin.zsh.
  3. chmod +x box-setup/zsh/setup.sh
  4. /mnt/c/Users/collin.barrett/source/repos/box-setup/zsh/setup.sh
  5. Add ZSH_DISABLE_COMPFIX="true" to very top of ~/.zshrc.
    • disables insecure completion warning; WSL does not support CHMOD on the symlinked custom plugin
    • microsoft/WSL#81
  6. Add cbarrett-wsl to plugins() collection in ~/.zshrc

via gpspake/dotfiles