From e00d9b2e96235ede9da3e3e77289d5dc84fa21d4 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Thu, 10 Jun 2021 10:10:51 +0100 Subject: [PATCH] Remove rcm specific files --- install.sh | 3 --- rcrc | 6 ------ 2 files changed, 9 deletions(-) delete mode 100755 install.sh delete mode 100644 rcrc 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"