Remove old config files.

This commit is contained in:
Gabriel Ebner 2017-06-18 09:33:47 +02:00
parent c1d084117c
commit 8761edd4ee
3 changed files with 2 additions and 11 deletions

View File

@ -1,7 +1,7 @@
FILES = bashrc bash_profile vimrc zshrc gitconfig screenrc commonshrc liquidpromptrc \ FILES = bashrc bash_profile vimrc zshrc gitconfig screenrc commonshrc liquidpromptrc \
gnomerc gvimrc muttrc pentadactylrc mailcap latexmkrc ctags \ gnomerc muttrc pentadactylrc mailcap latexmkrc ctags \
i3/config i3status.conf msmtprc spacemacs emacs.d mbsyncrc authinfo \ i3/config i3status.conf msmtprc spacemacs emacs.d mbsyncrc authinfo \
config/qutebrowser config/nvim/init.vim ideavimrc agignore \ config/qutebrowser config/nvim/init.vim ideavimrc \
config/khal config/vdirsyncer/config config/khard \ config/khal config/vdirsyncer/config config/khard \
config/rofi-pass gdbinit \ config/rofi-pass gdbinit \
$(wildcard sbt/0.13/*.sbt sbt/0.13/plugins/*.sbt) $(wildcard sbt/0.13/*.sbt sbt/0.13/plugins/*.sbt)

View File

@ -1,2 +0,0 @@
configuration-lts-*.nix
*.ilean

7
gvimrc
View File

@ -1,7 +0,0 @@
set guicursor+=a:blinkon0
if has('win32') || has('win64')
set guifont=Consolas:h11
else
set guifont=Monospace\ 10
endif