From 619236efd2bed634bbbc88fdecd94960d776b523 Mon Sep 17 00:00:00 2001 From: Brett Langdon Date: Thu, 25 Jun 2020 19:47:33 -0400 Subject: [PATCH] Remove unneeded configs --- config/flake8 | 2 -- setup.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 config/flake8 diff --git a/config/flake8 b/config/flake8 deleted file mode 100644 index aa079ec..0000000 --- a/config/flake8 +++ /dev/null @@ -1,2 +0,0 @@ -[flake8] -max-line-length=120 diff --git a/setup.sh b/setup.sh index 9b18286..55524d7 100755 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,7 @@ ########## Variables dir=~/dotfiles # dotfiles directory olddir=~/dotfiles_old # old dotfiles backup directory -files="config spacemacs emacs.d gitconfig gitignore_global psqlrc zshrc.d zshrc" # list of files/folders to symlink in homedir +files="emacs.d gitconfig gitignore_global psqlrc zshrc.d zshrc" # list of files/folders to symlink in homedir ########## # create dotfiles_old in homedir