diff --git a/home/.vimrc b/home/.vimrc index 9a481ac..20c900a 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -183,7 +183,6 @@ Plugin 'kien/ctrlp.vim' " Languages Plugin 'kchmck/vim-coffee-script' Plugin 'tpope/vim-markdown' -Plugin 'editorconfig/editorconfig-vim' call vundle#end() " required filetype plugin indent on " required diff --git a/home/bin/fedora-setup b/home/bin/fedora-setup index 3e7d759..995ba9a 100755 --- a/home/bin/fedora-setup +++ b/home/bin/fedora-setup @@ -112,13 +112,6 @@ class Application(object): os.unlink("/tmp/msttcore-fonts.rpm") self.install("gdouros-symbola-fonts") - # Themes - self.install("bluecurve-cursor-theme") - if self.plymouth and not self.test("rpm -q plymouth-theme-solar"): - self.install("plymouth-theme-solar") - self.commit() - self.shell("sudo plymouth-set-default-theme solar && sudo dracut -f") - # My favorite desktop apps. self.install( "firefox",