summaryrefslogtreecommitdiffstatshomepage
path: root/sheldon/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-11 12:31:42 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-11 12:31:42 -0500
commitcc09ac71809b0c113d3abe8c049649aaf7bddf45 (patch)
treeea2c60b14a418294f06a631bee40d0000282a3b4 /sheldon/.config
parent1c5a96fb2364283f2f48ca9135d550886afe7055 (diff)
fix(zsh): fix highlights and move sheldon into zsh
Diffstat (limited to 'sheldon/.config')
-rw-r--r--sheldon/.config/profile.d/20-sheldon.sh4
-rw-r--r--sheldon/.config/sheldon/plugins.toml48
-rw-r--r--sheldon/.config/zsh/.zshrc.d/80-sheldon.zsh3
3 files changed, 0 insertions, 55 deletions
diff --git a/sheldon/.config/profile.d/20-sheldon.sh b/sheldon/.config/profile.d/20-sheldon.sh
deleted file mode 100644
index bc0e4f5..0000000
--- a/sheldon/.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/sheldon/.config/sheldon/plugins.toml b/sheldon/.config/sheldon/plugins.toml
deleted file mode 100644
index a1868b2..0000000
--- a/sheldon/.config/sheldon/plugins.toml
+++ /dev/null
@@ -1,48 +0,0 @@
-[templates]
-defer = '{% for file in files %} zsh-defer source "{{ file }}" {% endfor %}'
-contrib_fpath = 'fpath=( "{{ dir }}/contrib/completion/zsh" $fpath )'
-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"
-apply = ["contrib_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/sheldon/.config/zsh/.zshrc.d/80-sheldon.zsh b/sheldon/.config/zsh/.zshrc.d/80-sheldon.zsh
deleted file mode 100644
index 2ced1c8..0000000
--- a/sheldon/.config/zsh/.zshrc.d/80-sheldon.zsh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/zsh
-
-source <(sheldon source)