added simple theme
This commit is contained in:
parent
19c8013993
commit
c5ba90a7b9
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,6 +12,7 @@
|
|||
!.config/emulationstation/es_systems.cfg
|
||||
!.config/emulationstation/themes
|
||||
!.config/emulationstation/themes/es-theme-carbon
|
||||
!.config/emulationstation/themes/simple
|
||||
|
||||
#!.config/mc
|
||||
#!.config/mc/ini
|
||||
|
|
|
|||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,6 +1,9 @@
|
|||
[submodule "es-theme-carbon"]
|
||||
path = .config/emulationstation/themes/es-theme-carbon
|
||||
url = https://github.com/RetroPie/es-theme-carbon.git
|
||||
[submodule "es-theme-simple"]
|
||||
path = .config/emulationstation/themes/simple
|
||||
url = https://github.com/nilsbyte/simple.git
|
||||
[submodule "oh-my-zsh"]
|
||||
path = .zsh/oh-my-zsh
|
||||
url = https://github.com/hanez/oh-my-zsh.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue