Skip to content

Instantly share code, notes, and snippets.

@tmyymmt
Created August 17, 2022 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmyymmt/ec94f9de913562a51aecc6bdad0f6106 to your computer and use it in GitHub Desktop.
Save tmyymmt/ec94f9de913562a51aecc6bdad0f6106 to your computer and use it in GitHub Desktop.
zsh sheldon .sheldon/
shell = 'zsh'
[plugins.zsh-defer]
github = 'romkatv/zsh-defer'
apply = ['source']
[templates]
defer = { value = 'zsh-defer source "{{ file }}"', each = true }
[plugins.compinit]
inline = 'autoload -Uz compinit && zsh-defer compinit'
[plugins.colors]
inline = 'autoload -Uz colors && zsh-defer colors'
[plugins.zsh-autosuggestions]
github = 'zsh-users/zsh-autosuggestions'
apply = ['defer']
[plugins.zsh-syntax-highlighting]
github = 'zsh-users/zsh-syntax-highlighting'
apply = ['defer']
#[plugins.dotfiles-sync]
#local = '~/dotfiles/zsh/sync'
#use = ['*.zsh']
#apply = ['source']
#[plugins.dotfiles-defer]
#local = '~/dotfiles/zsh/defer'
#use = ['*.zsh']
#apply = ['defer']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment