From cc09ac71809b0c113d3abe8c049649aaf7bddf45 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 11 May 2023 12:31:42 -0500 Subject: fix(zsh): fix highlights and move sheldon into zsh --- sheldon/.config/profile.d/20-sheldon.sh | 4 --- sheldon/.config/sheldon/plugins.toml | 48 ----------------------------- sheldon/.config/zsh/.zshrc.d/80-sheldon.zsh | 3 -- 3 files changed, 55 deletions(-) delete mode 100644 sheldon/.config/profile.d/20-sheldon.sh delete mode 100644 sheldon/.config/sheldon/plugins.toml delete mode 100644 sheldon/.config/zsh/.zshrc.d/80-sheldon.zsh (limited to 'sheldon/.config') 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) -- cgit v1.2.3-70-g09d2