|
10 | 10 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
11 | 11 | ## Table of Contents
|
12 | 12 |
|
13 |
| -- [ZSH Quickstart Kit](#zsh-quickstart-kit) |
14 |
| - - [Table of Contents](#table-of-contents) |
15 |
| - - [Announcement](#announcement) |
16 |
| - - [Installation](#installation) |
17 |
| - - [Prerequisites](#prerequisites) |
18 |
| - - [Fonts](#fonts) |
19 |
| - - [OS-specific setup](#os-specific-setup) |
20 |
| - - [fzf](#fzf) |
21 |
| - - [macOS](#macos) |
22 |
| - - [Linux](#linux) |
23 |
| - - [Set up Zgenom and the starter kit](#set-up-zgenom-and-the-starter-kit) |
24 |
| - - [Contents of the kit](#contents-of-the-kit) |
25 |
| - - [Included plugins](#included-plugins) |
26 |
| - - [Customizing the kit](#customizing-the-kit) |
27 |
| - - [Behavior toggles](#behavior-toggles) |
28 |
| - - [zqs](#zqs) |
29 |
| - - [zqs check-for-updates](#zqs-check-for-updates) |
30 |
| - - [zqs disable-bindkey-handling](#zqs-disable-bindkey-handling) |
31 |
| - - [zqs enable-bindkey-handling](#zqs-enable-bindkey-handling) |
32 |
| - - [zqs disable-diff-so-fancy](#zqs-disable-diff-so-fancy) |
33 |
| - - [zqs enable-diff-so-fancy](#zqs-enable-diff-so-fancy) |
34 |
| - - [zqs disable-omz-plugins](#zqs-disable-omz-plugins) |
35 |
| - - [zqs enable-control-c-decorator](#zqs-enable-control-c-decorator) |
36 |
| - - [zqs disable-control-c-decorator](#zqs-disable-control-c-decorator) |
37 |
| - - [zqs enable-omz-plugins](#zqs-enable-omz-plugins) |
38 |
| - - [zqs enable-ssh-askpass-require](#zqs-enable-ssh-askpass-require) |
39 |
| - - [zqs disable-ssh-askpass-require](#zqs-disable-ssh-askpass-require) |
40 |
| - - [zqs-disable-ssh-key-listing](#zqs-disable-ssh-key-listing) |
41 |
| - - [zqs-enable-ssh-key-listing](#zqs-enable-ssh-key-listing) |
42 |
| - - [zqs-disable-ssh-key-loading](#zqs-disable-ssh-key-loading) |
43 |
| - - [zqs-enable-ssh-key-loading](#zqs-enable-ssh-key-loading) |
44 |
| - - [zqs-disable-zmv-autoloading](#zqs-disable-zmv-autoloading) |
45 |
| - - [zqs-enable-zmv-autoloading](#zqs-enable-zmv-autoloading) |
46 |
| - - [\`zqs-disable-zsh-profiling](#zqs-disable-zsh-profiling) |
47 |
| - - [\`zqs-enable-zsh-profiling](#zqs-enable-zsh-profiling) |
48 |
| - - [zqs selfupdate](#zqs-selfupdate) |
49 |
| - - [zqs update](#zqs-update) |
50 |
| - - [zqs update-plugins](#zqs-update-plugins) |
51 |
| - - [zqs cleanup](#zqs-cleanup) |
52 |
| - - [zqs get-setting](#zqs-get-setting) |
53 |
| - - [zqs set-setting](#zqs-set-setting) |
54 |
| - - [zqs delete-setting](#zqs-delete-setting) |
55 |
| - - [Functions and Aliases](#functions-and-aliases) |
56 |
| - - [Customizing with ~/.zshrc.d](#customizing-with-zshrcd) |
57 |
| - - [I like a plugin, but some of the aliases and functions it installs overwrite other commands or aliases I use](#i-like-a-plugin-but-some-of-the-aliases-and-functions-it-installs-overwrite-other-commands-or-aliases-i-use) |
58 |
| - - [ZSH options](#zsh-options) |
59 |
| - - [Fragment file directories](#fragment-file-directories) |
60 |
| - - [Self-update Settings](#self-update-settings) |
61 |
| - - [Customizing the plugin list](#customizing-the-plugin-list) |
62 |
| - - [Using fragment files](#using-fragment-files) |
63 |
| - - [Complete plugin list replacement](#complete-plugin-list-replacement) |
64 |
| - - [Disabling zmv](#disabling-zmv) |
65 |
| - - [Disabling oh-my-zsh](#disabling-oh-my-zsh) |
66 |
| - - [FAQ](#faq) |
67 |
| - - [How do I reconfigure the prompt?](#how-do-i-reconfigure-the-prompt) |
68 |
| - - [Powerlevel 10k warns that there is console output during startup](#powerlevel-10k-warns-that-there-is-console-output-during-startup) |
69 |
| - - [I added a new completion plugin, and it isn't working](#i-added-a-new-completion-plugin-and-it-isnt-working) |
70 |
| - - [I get a git error when I try to update the kit](#i-get-a-git-error-when-i-try-to-update-the-kit) |
71 |
| - - [GNU stow is warning that stowing zsh would cause conflicts](#gnu-stow-is-warning-that-stowing-zsh-would-cause-conflicts) |
72 |
| - - [\_arguments:comparguments:325: can only be called from completion function](#_argumentscomparguments325-can-only-be-called-from-completion-function) |
73 |
| - - [Could not open a connection to your authentication agent](#could-not-open-a-connection-to-your-authentication-agent) |
74 |
| - - [I want to pin a plugin version](#i-want-to-pin-a-plugin-version) |
75 |
| - - [Other Resources](#other-resources) |
76 |
| - - [ZSH](#zsh) |
77 |
| - - [Dotfiles in general](#dotfiles-in-general) |
78 |
| - - [Vim](#vim) |
79 |
| - - [Thanks](#thanks) |
| 13 | +- [Announcement](#announcement) |
| 14 | +- [Installation](#installation) |
| 15 | + - [Prerequisites](#prerequisites) |
| 16 | + - [Fonts](#fonts) |
| 17 | + - [OS-specific setup](#os-specific-setup) |
| 18 | + - [fzf](#fzf) |
| 19 | + - [macOS](#macos) |
| 20 | + - [Linux](#linux) |
| 21 | + - [Set up Zgenom and the starter kit](#set-up-zgenom-and-the-starter-kit) |
| 22 | +- [Contents of the kit](#contents-of-the-kit) |
| 23 | + - [Included plugins](#included-plugins) |
| 24 | +- [Customizing the kit](#customizing-the-kit) |
| 25 | + - [Behavior toggles](#behavior-toggles) |
| 26 | + - [zqs](#zqs) |
| 27 | + - [zqs check-for-updates](#zqs-check-for-updates) |
| 28 | + - [zqs disable-bindkey-handling](#zqs-disable-bindkey-handling) |
| 29 | + - [zqs disable-1password-agent](#zqs-disable-1password-agent) |
| 30 | + - [zqs enable-1password-agent](#zqs-enable-1password-agent) |
| 31 | + - [zqs enable-bindkey-handling](#zqs-enable-bindkey-handling) |
| 32 | + - [zqs disable-diff-so-fancy](#zqs-disable-diff-so-fancy) |
| 33 | + - [zqs enable-diff-so-fancy](#zqs-enable-diff-so-fancy) |
| 34 | + - [zqs disable-omz-plugins](#zqs-disable-omz-plugins) |
| 35 | + - [zqs enable-control-c-decorator](#zqs-enable-control-c-decorator) |
| 36 | + - [zqs disable-control-c-decorator](#zqs-disable-control-c-decorator) |
| 37 | + - [zqs enable-omz-plugins](#zqs-enable-omz-plugins) |
| 38 | + - [zqs enable-ssh-askpass-require](#zqs-enable-ssh-askpass-require) |
| 39 | + - [zqs disable-ssh-askpass-require](#zqs-disable-ssh-askpass-require) |
| 40 | + - [zqs-disable-ssh-key-listing](#zqs-disable-ssh-key-listing) |
| 41 | + - [zqs-enable-ssh-key-listing](#zqs-enable-ssh-key-listing) |
| 42 | + - [zqs-disable-ssh-key-loading](#zqs-disable-ssh-key-loading) |
| 43 | + - [zqs-enable-ssh-key-loading](#zqs-enable-ssh-key-loading) |
| 44 | + - [zqs-disable-zmv-autoloading](#zqs-disable-zmv-autoloading) |
| 45 | + - [zqs-enable-zmv-autoloading](#zqs-enable-zmv-autoloading) |
| 46 | + - [`zqs-disable-zsh-profiling](#zqs-disable-zsh-profiling) |
| 47 | + - [`zqs-enable-zsh-profiling](#zqs-enable-zsh-profiling) |
| 48 | + - [zqs selfupdate](#zqs-selfupdate) |
| 49 | + - [zqs update](#zqs-update) |
| 50 | + - [zqs update-plugins](#zqs-update-plugins) |
| 51 | + - [zqs cleanup](#zqs-cleanup) |
| 52 | + - [zqs get-setting](#zqs-get-setting) |
| 53 | + - [zqs set-setting](#zqs-set-setting) |
| 54 | + - [zqs delete-setting](#zqs-delete-setting) |
| 55 | + - [Functions and Aliases](#functions-and-aliases) |
| 56 | + - [Customizing with ~/.zshrc.d](#customizing-with-zshrcd) |
| 57 | + - [I like a plugin, but some of the aliases and functions it installs overwrite other commands or aliases I use](#i-like-a-plugin-but-some-of-the-aliases-and-functions-it-installs-overwrite-other-commands-or-aliases-i-use) |
| 58 | + - [ZSH options](#zsh-options) |
| 59 | + - [Fragment file directories](#fragment-file-directories) |
| 60 | + - [Self-update Settings](#self-update-settings) |
| 61 | + - [Customizing the plugin list](#customizing-the-plugin-list) |
| 62 | + - [Using fragment files](#using-fragment-files) |
| 63 | + - [Complete plugin list replacement](#complete-plugin-list-replacement) |
| 64 | + - [Disabling zmv](#disabling-zmv) |
| 65 | + - [Disabling oh-my-zsh](#disabling-oh-my-zsh) |
| 66 | +- [FAQ](#faq) |
| 67 | + - [How do I reconfigure the prompt?](#how-do-i-reconfigure-the-prompt) |
| 68 | + - [Powerlevel 10k warns that there is console output during startup](#powerlevel-10k-warns-that-there-is-console-output-during-startup) |
| 69 | + - [I added a new completion plugin, and it isn't working](#i-added-a-new-completion-plugin-and-it-isnt-working) |
| 70 | + - [I get a git error when I try to update the kit](#i-get-a-git-error-when-i-try-to-update-the-kit) |
| 71 | + - [GNU stow is warning that stowing zsh would cause conflicts](#gnu-stow-is-warning-that-stowing-zsh-would-cause-conflicts) |
| 72 | + - [_arguments:comparguments:325: can only be called from completion function](#_argumentscomparguments325-can-only-be-called-from-completion-function) |
| 73 | + - [Could not open a connection to your authentication agent](#could-not-open-a-connection-to-your-authentication-agent) |
| 74 | + - [I want to pin a plugin version](#i-want-to-pin-a-plugin-version) |
| 75 | +- [Other Resources](#other-resources) |
| 76 | + - [ZSH](#zsh) |
| 77 | + - [Dotfiles in general](#dotfiles-in-general) |
| 78 | + - [Vim](#vim) |
| 79 | +- [Thanks](#thanks) |
80 | 80 |
|
81 | 81 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
82 | 82 |
|
@@ -252,6 +252,14 @@ Updates the quickstart kit if it has been longer than seven days since the last
|
252 | 252 |
|
253 | 253 | Disable `bindkey` setup and alias expansion in the quickstart `.zshrc` so people can use plugins like [globalias](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/globalias) to handle it instead.
|
254 | 254 |
|
| 255 | +##### zqs disable-1password-agent |
| 256 | + |
| 257 | +Disable using 1Password's `ssh` agent |
| 258 | + |
| 259 | +##### zqs enable-1password-agent |
| 260 | + |
| 261 | +Enable using 1Password's `ssh` agent starting with the next new ZSH session. This is the default behavior when `op` is in your `$PATH`. |
| 262 | + |
255 | 263 | ##### zqs enable-bindkey-handling
|
256 | 264 |
|
257 | 265 | Let the quickstart's `.zshrc` configure `bindkey` setup and alias expansion. This is the default behavior.
|
|
0 commit comments