From 9ad17b68c55df6e3a56919af71f83336243af17b Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Fri, 12 Jul 2024 21:06:18 +0200 Subject: [PATCH] chore: remove base16-shell --- .base16-shell | 1 - .dotbot.conf.yaml | 1 - .gitmodules | 3 --- 3 files changed, 5 deletions(-) delete mode 160000 .base16-shell diff --git a/.base16-shell b/.base16-shell deleted file mode 160000 index 588691b..0000000 --- a/.base16-shell +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 588691ba71b47e75793ed9edfcfaa058326a6f41 diff --git a/.dotbot.conf.yaml b/.dotbot.conf.yaml index abaa9c3..2a9d4d7 100644 --- a/.dotbot.conf.yaml +++ b/.dotbot.conf.yaml @@ -10,7 +10,6 @@ - ~/.config/tmux - link: - ~/.config/base16-shell: .base16-shell ~/.config/fish: fish ~/.config/gh-dash/config.yml: github/gh-dash/config.yml ~/.config/gh/config.yml: github/gh/config.yml diff --git a/.gitmodules b/.gitmodules index 9b8f345..fb1a0ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,9 +5,6 @@ [submodule ".antigen"] path = .antigen url = https://github.com/zsh-users/antigen.git -[submodule ".base16-shell"] - path = .base16-shell - url = https://github.com/chriskempson/base16-shell.git [submodule "private/bin"] path = private/bin url = git@github.com:kogakure/scripts.git