From 80b72c0701b376fc768ba6f7c2394c85fac1f2c1 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Tue, 23 Jan 2018 02:33:02 -0600 Subject: [PATCH] changed from linking everything exept things with an extention to linking everything with the .link extention. --- README | 1 + README.nolink | 1 - {vim => vim.link}/vimrc | 0 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 README delete mode 100644 README.nolink rename {vim => vim.link}/vimrc (100%) diff --git a/README b/README new file mode 100644 index 0000000..7f38f74 --- /dev/null +++ b/README @@ -0,0 +1 @@ +all of my dotfiles and text only plugins. (the few I have at the moment...) append a file with .link to have it linked to the current directory with .link removed and a period (.) added in front of it. (when i get around to adding a script to this thing.) diff --git a/README.nolink b/README.nolink deleted file mode 100644 index 43e13a7..0000000 --- a/README.nolink +++ /dev/null @@ -1 +0,0 @@ -all of my dotfiles and text only plugins. (the few I have at the moment...) append something with .nolink to avoid it being symlinked into your home directory with a period appended before it. (this is for when and if I get around to writing a script to do that for me...) diff --git a/vim/vimrc b/vim.link/vimrc similarity index 100% rename from vim/vimrc rename to vim.link/vimrc