diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_local/bin/.keep | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/.gitignore (renamed from .gitignore) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/.gitmodules | 0 | ||||
| l--------- | dot_local/share/toasty/.zshrc (renamed from .zshrc) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/LICENSE.md (renamed from LICENSE.md) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/README.adoc (renamed from README.adoc) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/completions/_autosource (renamed from completions/_autosource) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/examples/source/enable-shared-history.zsh (renamed from examples/source/enable-shared-history.zsh) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/examples/zshrc.local (renamed from examples/zshrc.local) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/functions/autosource (renamed from functions/autosource) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/functions/brpaste (renamed from functions/brpaste) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/functions/sourceall (renamed from functions/sourceall) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/functions/sprunge (renamed from functions/sprunge) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/plugins/sudo (renamed from plugins/sudo) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/plugins/xterm-title (renamed from plugins/xterm-title) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/prompts/async (renamed from prompts/async) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/prompts/prompt_pure_setup (renamed from prompts/prompt_pure_setup) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/prompts/prompt_purer_setup (renamed from prompts/prompt_purer_setup) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/prompts/prompt_shellder_setup (renamed from prompts/prompt_shellder_setup) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/prompts/prompt_toasty_setup (renamed from prompts/prompt_toasty_setup) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/source/aliases.zsh (renamed from source/aliases.zsh) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/source/bindkeys.zsh (renamed from source/bindkeys.zsh) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/source/completions.zsh (renamed from source/completions.zsh) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/source/env.zsh (renamed from source/env.zsh) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/source/options.zsh (renamed from source/options.zsh) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/third-party-licenses/LICENSE.OMZ.md (renamed from third-party-licenses/LICENSE.OMZ.md) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/third-party-licenses/LICENSE.pure.txt (renamed from third-party-licenses/LICENSE.pure.txt) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/third-party-licenses/LICENSE.purer.txt (renamed from third-party-licenses/LICENSE.purer.txt) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/third-party-licenses/LICENSE.shellder.txt (renamed from third-party-licenses/LICENSE.shellder.txt) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/zshenv (renamed from zshenv) | 0 | ||||
| -rw-r--r-- | dot_local/share/toasty/zshrc (renamed from zshrc) | 0 |
31 files changed, 0 insertions, 0 deletions
diff --git a/dot_local/bin/.keep b/dot_local/bin/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dot_local/bin/.keep diff --git a/.gitignore b/dot_local/share/toasty/.gitignore index 3368c47..3368c47 100644 --- a/.gitignore +++ b/dot_local/share/toasty/.gitignore diff --git a/dot_local/share/toasty/.gitmodules b/dot_local/share/toasty/.gitmodules new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dot_local/share/toasty/.gitmodules diff --git a/.zshrc b/dot_local/share/toasty/.zshrc index c8b42f4..c8b42f4 120000 --- a/.zshrc +++ b/dot_local/share/toasty/.zshrc diff --git a/LICENSE.md b/dot_local/share/toasty/LICENSE.md index 2a7b602..2a7b602 100644 --- a/LICENSE.md +++ b/dot_local/share/toasty/LICENSE.md diff --git a/README.adoc b/dot_local/share/toasty/README.adoc index 8ecf7dd..8ecf7dd 100644 --- a/README.adoc +++ b/dot_local/share/toasty/README.adoc diff --git a/completions/_autosource b/dot_local/share/toasty/completions/_autosource index 35dbccd..35dbccd 100644 --- a/completions/_autosource +++ b/dot_local/share/toasty/completions/_autosource diff --git a/examples/source/enable-shared-history.zsh b/dot_local/share/toasty/examples/source/enable-shared-history.zsh index 9b29c96..9b29c96 100644 --- a/examples/source/enable-shared-history.zsh +++ b/dot_local/share/toasty/examples/source/enable-shared-history.zsh diff --git a/examples/zshrc.local b/dot_local/share/toasty/examples/zshrc.local index 6b74342..6b74342 100644 --- a/examples/zshrc.local +++ b/dot_local/share/toasty/examples/zshrc.local diff --git a/functions/autosource b/dot_local/share/toasty/functions/autosource index 12b6bab..12b6bab 100644 --- a/functions/autosource +++ b/dot_local/share/toasty/functions/autosource diff --git a/functions/brpaste b/dot_local/share/toasty/functions/brpaste index b4cf5ef..b4cf5ef 100644 --- a/functions/brpaste +++ b/dot_local/share/toasty/functions/brpaste diff --git a/functions/sourceall b/dot_local/share/toasty/functions/sourceall index b63c58b..b63c58b 100644 --- a/functions/sourceall +++ b/dot_local/share/toasty/functions/sourceall diff --git a/functions/sprunge b/dot_local/share/toasty/functions/sprunge index c76ed76..c76ed76 100644 --- a/functions/sprunge +++ b/dot_local/share/toasty/functions/sprunge diff --git a/plugins/sudo b/dot_local/share/toasty/plugins/sudo index 0ba8bed..0ba8bed 100644 --- a/plugins/sudo +++ b/dot_local/share/toasty/plugins/sudo diff --git a/plugins/xterm-title b/dot_local/share/toasty/plugins/xterm-title index a57ea03..a57ea03 100644 --- a/plugins/xterm-title +++ b/dot_local/share/toasty/plugins/xterm-title diff --git a/prompts/async b/dot_local/share/toasty/prompts/async index d35f128..d35f128 100644 --- a/prompts/async +++ b/dot_local/share/toasty/prompts/async diff --git a/prompts/prompt_pure_setup b/dot_local/share/toasty/prompts/prompt_pure_setup index a313c83..a313c83 100644 --- a/prompts/prompt_pure_setup +++ b/dot_local/share/toasty/prompts/prompt_pure_setup diff --git a/prompts/prompt_purer_setup b/dot_local/share/toasty/prompts/prompt_purer_setup index f800176..f800176 100644 --- a/prompts/prompt_purer_setup +++ b/dot_local/share/toasty/prompts/prompt_purer_setup diff --git a/prompts/prompt_shellder_setup b/dot_local/share/toasty/prompts/prompt_shellder_setup index 671eac4..671eac4 100644 --- a/prompts/prompt_shellder_setup +++ b/dot_local/share/toasty/prompts/prompt_shellder_setup diff --git a/prompts/prompt_toasty_setup b/dot_local/share/toasty/prompts/prompt_toasty_setup index c10c766..c10c766 100644 --- a/prompts/prompt_toasty_setup +++ b/dot_local/share/toasty/prompts/prompt_toasty_setup diff --git a/source/aliases.zsh b/dot_local/share/toasty/source/aliases.zsh index 69b9c24..69b9c24 100644 --- a/source/aliases.zsh +++ b/dot_local/share/toasty/source/aliases.zsh diff --git a/source/bindkeys.zsh b/dot_local/share/toasty/source/bindkeys.zsh index 0c78646..0c78646 100644 --- a/source/bindkeys.zsh +++ b/dot_local/share/toasty/source/bindkeys.zsh diff --git a/source/completions.zsh b/dot_local/share/toasty/source/completions.zsh index 8c3f0ae..8c3f0ae 100644 --- a/source/completions.zsh +++ b/dot_local/share/toasty/source/completions.zsh diff --git a/source/env.zsh b/dot_local/share/toasty/source/env.zsh index 0da30e0..0da30e0 100644 --- a/source/env.zsh +++ b/dot_local/share/toasty/source/env.zsh diff --git a/source/options.zsh b/dot_local/share/toasty/source/options.zsh index 0f6d0f6..0f6d0f6 100644 --- a/source/options.zsh +++ b/dot_local/share/toasty/source/options.zsh diff --git a/third-party-licenses/LICENSE.OMZ.md b/dot_local/share/toasty/third-party-licenses/LICENSE.OMZ.md index a8e750c..a8e750c 100644 --- a/third-party-licenses/LICENSE.OMZ.md +++ b/dot_local/share/toasty/third-party-licenses/LICENSE.OMZ.md diff --git a/third-party-licenses/LICENSE.pure.txt b/dot_local/share/toasty/third-party-licenses/LICENSE.pure.txt index 654d0bf..654d0bf 100644 --- a/third-party-licenses/LICENSE.pure.txt +++ b/dot_local/share/toasty/third-party-licenses/LICENSE.pure.txt diff --git a/third-party-licenses/LICENSE.purer.txt b/dot_local/share/toasty/third-party-licenses/LICENSE.purer.txt index 654d0bf..654d0bf 100644 --- a/third-party-licenses/LICENSE.purer.txt +++ b/dot_local/share/toasty/third-party-licenses/LICENSE.purer.txt diff --git a/third-party-licenses/LICENSE.shellder.txt b/dot_local/share/toasty/third-party-licenses/LICENSE.shellder.txt index 9a97054..9a97054 100644 --- a/third-party-licenses/LICENSE.shellder.txt +++ b/dot_local/share/toasty/third-party-licenses/LICENSE.shellder.txt diff --git a/zshenv b/dot_local/share/toasty/zshenv index 6bfcdf7..6bfcdf7 100644 --- a/zshenv +++ b/dot_local/share/toasty/zshenv diff --git a/zshrc b/dot_local/share/toasty/zshrc index 33fcbb6..33fcbb6 100644 --- a/zshrc +++ b/dot_local/share/toasty/zshrc |
