Fix broken .vimrc on modern Fedora systems
This commit is contained in:
parent
1b84701f48
commit
8d6864519b
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user