Skip to content

ddaoxuan/zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Minimalistic zsh config

This is my basic config for working in shell with minimal aliases, and plugins, consists of:

  • autocompletion
  • syntax-highlighting
  • fzf

Prerequisites

  • oh-my-zsh
  • zsh

Setup

  • Clone this repo to ~/.config/zsh
  • Get all plugins locally (fzf via brew, rest can be via git clone)
  • Set source in ~/.zshrc to source ~/.config/zsh

Plugins

To install plugins, they need to be pulled locally first, and then extended in ~/.config/.zshrc plugins

Example install

git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions

- edit ~/.config/.zshrc plugins property to include `plugins=(git zsh-autosuggestions)`

Plugins list

About

zsh + (oh-my-zsh) config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages