diff --git a/install.sh b/install.sh deleted file mode 100755 index 19e995fd..00000000 --- a/install.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -RCRC=./rcrc rcup -v diff --git a/rcrc b/rcrc deleted file mode 100644 index 07318e55..00000000 --- a/rcrc +++ /dev/null @@ -1,6 +0,0 @@ -COPY_ALWAYS="git_template/HEAD" -DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles" -EXCLUDES="install.sh README.md" -SYMLINK_DIRS="completion-scripts composer bin functions configs plugins" -TAGS="alacritty git npm php tmux vim zsh" -UNDOTTED="bin"