summaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-08-27 12:51:32 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-08-27 12:51:32 -0500
commita8e3437a948cf75195193c7f30356e2bea3388b7 (patch)
treedc62f441fc21bed9f6364b7fac607c09795606b1 /zsh/.config
parent35383512da5acbfdf79f666056f4dddab914b843 (diff)
feat(sheldon): move sheldon to pkg and add install script
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/profile.d/20-sheldon.sh4
-rw-r--r--zsh/.config/sheldon/plugins.toml52
-rw-r--r--zsh/.config/zsh/.zshrc.d/80-sheldon.zsh3
3 files changed, 0 insertions, 59 deletions
diff --git a/zsh/.config/profile.d/20-sheldon.sh b/zsh/.config/profile.d/20-sheldon.sh
deleted file mode 100644
index bc0e4f5..0000000
--- a/zsh/.config/profile.d/20-sheldon.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-SHELDON_PROFILE="$(uname -r 2>/dev/null | rev | cut -d- -f1 | rev)"
-export SHELDON_PROFILE
diff --git a/zsh/.config/sheldon/plugins.toml b/zsh/.config/sheldon/plugins.toml
deleted file mode 100644
index cb1b55c..0000000
--- a/zsh/.config/sheldon/plugins.toml
+++ /dev/null
@@ -1,52 +0,0 @@
-[templates]
-defer = """{{ hooks | get: \"pre\" | nl }}
-{% for file in files %}
-zsh-defer source "{{ file }}"
-{% endfor %}
-{{ hooks | get: \"post\" | nl }}"""
-base16_config = 'export BASE16_CONFIG_PATH="{{ dir }}"'
-base16_fzf = 'export BASE16_FZF_PATH="{{ dir }}"'
-
-[plugins]
-
-[plugins.zsh-defer]
-github = 'romkatv/zsh-defer'
-
-[plugins.zsh-vi-mode]
-github = "jeffreytse/zsh-vi-mode"
-
-[plugins.zsh-autosuggestions]
-github = "zsh-users/zsh-autosuggestions"
-use = ["{{ name }}.zsh"]
-
-[plugins.fzf]
-github = "junegunn/fzf"
-use = ["completion.zsh"]
-
-[plugins.zsh-completions]
-github = "zsh-users/zsh-completions"
-
-[plugins.zsh-pandoc-completion]
-github = "srijanshetty/zsh-pandoc-completion"
-apply = ["fpath"]
-
-[plugins.docker]
-github = "docker/cli"
-use = ["contrib/completion/zsh"]
-apply = ["fpath"]
-
-[plugins.base16-shell]
-github = "tinted-theming/base16-shell"
-apply = ["defer", "base16_config"]
-
-[plugins.base16-fzf]
-github = "tinted-theming/base16-fzf"
-apply = ["base16_fzf"]
-
-[plugins.zsh-syntax-highlighting]
-github = "zsh-users/zsh-syntax-highlighting"
-apply = ["defer"]
-
-[plugins.zsh-fzf-history-search]
-github = "joshskidmore/zsh-fzf-history-search"
-apply = ["defer"]
diff --git a/zsh/.config/zsh/.zshrc.d/80-sheldon.zsh b/zsh/.config/zsh/.zshrc.d/80-sheldon.zsh
deleted file mode 100644
index 2ced1c8..0000000
--- a/zsh/.config/zsh/.zshrc.d/80-sheldon.zsh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/zsh
-
-source <(sheldon source)