Skip to content

Commit

Permalink
more zinit migration
Browse files Browse the repository at this point in the history
  • Loading branch information
davidosomething committed Jan 20, 2020
1 parent b581750 commit 7d419e4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .yamllint
Expand Up @@ -11,4 +11,5 @@ ignore: |
vale/styles/
vim/vendor/
vim/.tmp/
zsh/.zinit/
zsh/.zplugin/
1 change: 1 addition & 0 deletions ag/dot.ignore
Expand Up @@ -7,6 +7,7 @@ coverage/
dist/
node_modules/
vendor/
zsh/.zinit/
zsh/.zplugin/

*~
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -12,9 +12,9 @@
"test": "tests"
},
"config": {
"bashfiles": "find . -type f -name \"*.bash\" -not -path \"*.tox/*\" -not -path \"*.zplugin/*\" -not -path \"*/vendor/*\" -not -path \"*tmp/*\"",
"mdfiles": "find . -type f -name \"*.md\" -not -path \"./tmux/plugins*\" -not -path \"./vale/*\" -not -path \"*.zplugin/*\" -not -path \"*/chromium/*\" -not -path \"*/node_modules/*\" -not -path \"*tmp/*\" -not -path \"*/vendor/*\"",
"shfiles": "find . -type f -name \"*.sh\" -not -path \"*/vim/.tmp/*\" -not -path \"*.tox/*\" -not -path \"*.zplugin/*\" -not -path \"*/vendor/*\" -not -path \"*/tmux/plugins*\"",
"bashfiles": "find . -type f -name \"*.bash\" -not -path \"*.tox/*\" -not -path \"*.zinit/*\" -not -path \"*.zplugin/*\" -not -path \"*/vendor/*\" -not -path \"*tmp/*\"",
"mdfiles": "find . -type f -name \"*.md\" -not -path \"./tmux/plugins*\" -not -path \"./vale/*\" -not -path \"*.zinit/*\" -not -path \"*.zplugin/*\" -not -path \"*/chromium/*\" -not -path \"*/node_modules/*\" -not -path \"*tmp/*\" -not -path \"*/vendor/*\"",
"shfiles": "find . -type f -name \"*.sh\" -not -path \"*/vim/.tmp/*\" -not -path \"*.tox/*\" -not -path \"*.zinit/*\" -not -path \"*.zplugin/*\" -not -path \"*/vendor/*\" -not -path \"*/tmux/plugins*\"",
"vimfiles": "find . -type f -name \"*.vim\" -path \"./vim/*\" -not -name \"plug.vim\" -not -path \"*/vendor/*\" -not -path \"*tmp/*\"",
"yamlfiles": "find . -type f -regex \".*\\.y\\(a\\)*ml\" -not -path \"*.tox/*\""
},
Expand Down
2 changes: 1 addition & 1 deletion shell/aliases.sh
Expand Up @@ -61,8 +61,8 @@ alias esd='e "${DOTFILES}/bin/dot"'
alias evr='e "${VDOTDIR}/vimrc"'
alias evp='e "${VDOTDIR}/autoload/dkoplug/plugins.vim"'
alias eze='e "${ZDOTDIR}/dot.zshenv"'
alias ezi='e "${ZDOTDIR}/zinit.zsh"'
alias ezl='e "${LDOTDIR}/zshrc"'
alias ezp='e "${ZDOTDIR}/zplugin.zsh"'
alias ezr='e "${ZDOTDIR}/.zshrc"'

# ----------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions zsh/.ignore
@@ -1,2 +1,3 @@
.zhistory
.zplugin
.zinit
4 changes: 2 additions & 2 deletions zsh/zinit.zsh
@@ -1,6 +1,6 @@
# zplugin.zsh
# zsh/zinit.zsh

DKO_SOURCE="${DKO_SOURCE} -> zplugin.zsh {"
DKO_SOURCE="${DKO_SOURCE} -> zinit.zsh {"

zplugin lucid wait as'program' pick'git-ink'
zplugin light davidosomething/git-ink
Expand Down

0 comments on commit 7d419e4

Please sign in to comment.