Skip to content

tjulinfan/workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Configurations of workspace

  • Install zsh and oh-my-zsh Guide
  • Enable macos plugin
  • Install zsh-autosuggestions plugin

Install custom plugin

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

Enable it in ~/.zshrc

plugins=(
  ...
  zsh-autosuggestions
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published