Browse Source

Remove unneeded configs

master
Brett Langdon 6 years ago
committed by Brett Langdon
parent
commit
619236efd2
2 changed files with 1 additions and 3 deletions
  1. +0
    -2
      config/flake8
  2. +1
    -1
      setup.sh

+ 0
- 2
config/flake8 View File

@ -1,2 +0,0 @@
[flake8]
max-line-length=120

+ 1
- 1
setup.sh View File

@ -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


Loading…
Cancel
Save