1
0

Fix broken .vimrc on modern Fedora systems

This commit is contained in:
Noah 2023-09-29 18:16:22 -07:00
parent 1b84701f48
commit 8d6864519b
2 changed files with 0 additions and 8 deletions

View File

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

View File

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