2022-03-25 23:57:54 +01:00
|
|
|
# `sheldon` configuration file
|
|
|
|
# ----------------------------
|
|
|
|
# See the documentation for more https://github.com/rossmacarthur/sheldon#readme
|
|
|
|
|
|
|
|
shell = "zsh"
|
2022-09-07 22:36:47 +02:00
|
|
|
|
2022-03-25 23:57:54 +01:00
|
|
|
[plugins]
|
|
|
|
|
2022-09-07 22:36:47 +02:00
|
|
|
[plugins.todo]
|
|
|
|
inline = 'todo() {(test -f ~/TODO.md && glow ~/TODO.md) || echo no ~/TODO.md}'
|
|
|
|
|
2022-09-07 22:37:18 +02:00
|
|
|
[plugins.my-ip]
|
|
|
|
# ask dnscrypt.dotya.ml
|
|
|
|
inline = 'my-ip() {doggo my.ip @sdns://AQcAAAAAAAAAETE0NC45MS43MC42Mjo1NDQzIHF-JiN46cNwFXJleEVWGWgrhe2QeysUtZoo9HwzYCMzITIuZG5zY3J5cHQtY2VydC5kbnNjcnlwdC5kb3R5YS5tbA}'
|
|
|
|
|
2022-09-07 22:36:47 +02:00
|
|
|
|
2022-03-25 23:57:54 +01:00
|
|
|
[plugins.zsh-autosuggestions]
|
|
|
|
github = 'zsh-users/zsh-autosuggestions'
|
|
|
|
|
|
|
|
[plugins.zsh-history-substring-search]
|
|
|
|
github = 'zsh-users/zsh-history-substring-search'
|
|
|
|
|
|
|
|
[plugins.alias-tips]
|
|
|
|
github = 'djui/alias-tips'
|
2022-07-03 12:16:13 +02:00
|
|
|
use = ['alias-tips.plugin.zsh']
|
2022-03-25 23:57:54 +01:00
|
|
|
|
2022-09-07 23:52:33 +02:00
|
|
|
[plugins.alias-finder]
|
|
|
|
local = '~/.oh-my-zsh/plugins/alias-finder'
|
|
|
|
use = ['alias-finder.plugin.zsh']
|
|
|
|
|
2022-03-25 23:57:54 +01:00
|
|
|
[plugins.fast-syntax-highlighting]
|
|
|
|
github = 'zdharma-continuum/fast-syntax-highlighting'
|
2022-03-26 01:20:55 +01:00
|
|
|
|
2022-03-26 01:41:15 +01:00
|
|
|
[plugins.zsh-nix-shell]
|
|
|
|
github = 'chisui/zsh-nix-shell'
|
2022-07-03 12:15:20 +02:00
|
|
|
tag = "v0.5.0"
|
|
|
|
use = ['nix-shell.plugin.zsh']
|
2022-03-26 01:41:15 +01:00
|
|
|
|
|
|
|
[plugins.nix-zsh-completions]
|
|
|
|
github = 'spwhitt/nix-zsh-completions'
|
|
|
|
|
2022-03-26 01:20:55 +01:00
|
|
|
[plugins.zsh-vi-mode]
|
|
|
|
github = 'jeffreytse/zsh-vi-mode'
|