Created
August 17, 2022 04:23
-
-
Save tmyymmt/ec94f9de913562a51aecc6bdad0f6106 to your computer and use it in GitHub Desktop.
zsh sheldon .sheldon/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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