# `sheldon` configuration file # ---------------------------- # See the documentation for more https://github.com/rossmacarthur/sheldon#readme shell = "zsh" [plugins] [plugins.todo] inline = 'todo() {(test -f ~/TODO.md && glow ~/TODO.md) || echo no ~/TODO.md}' [plugins.my-ip] # ask dnscrypt.dotya.ml inline = 'my-ip() {doggo my.ip @sdns://AQcAAAAAAAAAETE0NC45MS43MC42Mjo1NDQzIHF-JiN46cNwFXJleEVWGWgrhe2QeysUtZoo9HwzYCMzITIuZG5zY3J5cHQtY2VydC5kbnNjcnlwdC5kb3R5YS5tbA}' [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'] [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'