dotfiles/.config/sheldon/plugins.toml

44 lines
1.1 KiB
INI
Raw Normal View History

# `sheldon` configuration file
# ----------------------------
# See the documentation for more https://github.com/rossmacarthur/sheldon#readme
shell = "zsh"
2022-09-07 22:36:47 +02: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
[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'
use = ['alias-tips.plugin.zsh']
2022-09-07 23:52:33 +02:00
[plugins.alias-finder]
local = '~/.oh-my-zsh/plugins/alias-finder'
use = ['alias-finder.plugin.zsh']
[plugins.fast-syntax-highlighting]
github = 'zdharma-continuum/fast-syntax-highlighting'
[plugins.zsh-nix-shell]
github = 'chisui/zsh-nix-shell'
tag = "v0.5.0"
use = ['nix-shell.plugin.zsh']
[plugins.nix-zsh-completions]
github = 'spwhitt/nix-zsh-completions'
[plugins.zsh-vi-mode]
github = 'jeffreytse/zsh-vi-mode'