From 36c06ef4f93c7cd05fa3134d817d9c1ed668ec7b Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 7 Nov 2020 15:56:09 +0100 Subject: [PATCH] Remove dynamic-colors --- .gitmodules | 3 --- dynamic-colors | 1 - home/.dynamic-colors | 1 - home/.zshrc.local | 3 --- 4 files changed, 8 deletions(-) delete mode 160000 dynamic-colors delete mode 120000 home/.dynamic-colors diff --git a/.gitmodules b/.gitmodules index ded1a0b..264081a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "home/.vim/bundle/Vundle.vim"] path = home/.vim/bundle/Vundle.vim url = https://github.com/VundleVim/Vundle.vim -[submodule "home/.dynamic-colors"] - path = dynamic-colors - url = https://github.com/sos4nt/dynamic-colors [submodule "mpv-gallery-view"] path = mpv-gallery-view url = https://github.com/occivink/mpv-gallery-view diff --git a/dynamic-colors b/dynamic-colors deleted file mode 160000 index 47a91bb..0000000 --- a/dynamic-colors +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 47a91bb6bf4091a282cc29aaf3375cdae1340ad0 diff --git a/home/.dynamic-colors b/home/.dynamic-colors deleted file mode 120000 index 8b7248f..0000000 --- a/home/.dynamic-colors +++ /dev/null @@ -1 +0,0 @@ -../dynamic-colors \ No newline at end of file diff --git a/home/.zshrc.local b/home/.zshrc.local index 03f14bb..20c903d 100644 --- a/home/.zshrc.local +++ b/home/.zshrc.local @@ -83,9 +83,6 @@ eval "$(dircolors -b $HOME/.dircolors)" [ -e /usr/share/doc/fzf/examples/key-bindings.zsh ] && source /usr/share/doc/fzf/examples/key-bindings.zsh command -v fzf-share >/dev/null && source $(fzf-share)/key-bindings.zsh -## Color switcher -alias dynamic-colors="~/.dynamic-colors/bin/dynamic-colors" - ## Support for nix-shell source $HOME/.zsh/zsh-nix-shell/nix-shell.plugin.zsh