Advertisement
AdmiralP

Install All Current ES Themes

Nov 19th, 2017
773
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 13.21 KB | None | 0 0
  1. #!/bin/bash
  2. # Install all current EmulationStation themes
  3. echo "Installing famicom-mini theme"
  4. sudo git clone --recursive --depth 1 "https://github.com/ruckage/es-theme-famicom-mini.git" "/etc/emulationstation/themes/famicom-mini"
  5. echo "Installing carbon-centered theme"
  6. sudo git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-carbon-centered.git" "/etc/emulationstation/themes/carbon-centered"
  7. echo "Installing carbon-nometa theme"
  8. sudo git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-carbon-nometa.git" "/etc/emulationstation/themes/carbon-nometa"
  9. echo "Installing simple theme"
  10. sudo git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-simple.git" "/etc/emulationstation/themes/simple"
  11. echo "Installing simple-dark theme"
  12. sudo git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-simple-dark.git" "/etc/emulationstation/themes/simple-dark"
  13. echo "Installing clean-look theme"
  14. sudo git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-clean-look.git" "/etc/emulationstation/themes/clean-look"
  15. echo "Installing color-pi theme"
  16. sudo git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-color-pi.git" "/etc/emulationstation/themes/color-pi"
  17. echo "Installing nbba theme"
  18. sudo git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-nbba.git" "/etc/emulationstation/themes/nbba"
  19. echo "Installing simplified-static-canela theme"
  20. sudo git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-simplified-static-canela.git" "/etc/emulationstation/themes/simplified-static-canela"
  21. echo "Installing turtle-pi theme"
  22. sudo git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-turtle-pi.git" "/etc/emulationstation/themes/turtle-pi"
  23. echo "Installing zoid theme"
  24. sudo git clone --recursive --depth 1 "https://github.com/RetroPie/es-theme-zoid.git" "/etc/emulationstation/themes/zoid"
  25. echo "Installing pixel theme"
  26. sudo git clone --recursive --depth 1 "https://github.com/ehettervik/es-theme-pixel.git" "/etc/emulationstation/themes/pixel"
  27. echo "Installing pixel-metadata theme"
  28. sudo git clone --recursive --depth 1 "https://github.com/ehettervik/es-theme-pixel-metadata.git" "/etc/emulationstation/themes/pixel-metadata"
  29. echo "Installing pixel-tft theme"
  30. sudo git clone --recursive --depth 1 "https://github.com/ehettervik/es-theme-pixel-tft.git" "/etc/emulationstation/themes/pixel-tft"
  31. echo "Installing luminous theme"
  32. sudo git clone --recursive --depth 1 "https://github.com/ehettervik/es-theme-luminous.git" "/etc/emulationstation/themes/luminous"
  33. echo "Installing minilumi theme"
  34. sudo git clone --recursive --depth 1 "https://github.com/ehettervik/es-theme-minilumi.git" "/etc/emulationstation/themes/minilumi"
  35. echo "Installing workbench theme"
  36. sudo git clone --recursive --depth 1 "https://github.com/ehettervik/es-theme-workbench.git" "/etc/emulationstation/themes/workbench"
  37. echo "Installing eudora theme"
  38. sudo git clone --recursive --depth 1 "https://github.com/AmadhiX/es-theme-eudora.git" "/etc/emulationstation/themes/eudora"
  39. echo "Installing eudora-bigshot theme"
  40. sudo git clone --recursive --depth 1 "https://github.com/AmadhiX/es-theme-eudora-bigshot.git" "/etc/emulationstation/themes/eudora-bigshot"
  41. echo "Installing eudora-concise theme"
  42. sudo git clone --recursive --depth 1 "https://github.com/AmadhiX/es-theme-eudora-concise.git" "/etc/emulationstation/themes/eudora-concise"
  43. echo "Installing eudora-updated theme"
  44. sudo git clone --recursive --depth 1 "https://github.com/ChoccyHobNob/es-theme-eudora-updated.git" "/etc/emulationstation/themes/eudora-updated"
  45. echo "Installing retroplay-clean-canela theme"
  46. sudo git clone --recursive --depth 1 "https://github.com/InsecureSpike/es-theme-retroplay-clean-canela.git" "/etc/emulationstation/themes/retroplay-clean-canela"
  47. echo "Installing retroplay-clean-detail-canela theme"
  48. sudo git clone --recursive --depth 1 "https://github.com/InsecureSpike/es-theme-retroplay-clean-detail-canela.git" "/etc/emulationstation/themes/retroplay-clean-detail-canela"
  49. echo "Installing simpler-turtlepi theme"
  50. sudo git clone --recursive --depth 1 "https://github.com/Omnija/es-theme-simpler-turtlepi.git" "/etc/emulationstation/themes/simpler-turtlepi"
  51. echo "Installing simpler-turtlemini theme"
  52. sudo git clone --recursive --depth 1 "https://github.com/Omnija/es-theme-simpler-turtlemini.git" "/etc/emulationstation/themes/simpler-turtlemini"
  53. echo "Installing metro theme"
  54. sudo git clone --recursive --depth 1 "https://github.com/Omnija/es-theme-metro.git" "/etc/emulationstation/themes/metro"
  55. echo "Installing material theme"
  56. sudo git clone --recursive --depth 1 "https://github.com/lilbud/es-theme-material.git" "/etc/emulationstation/themes/material"
  57. echo "Installing io theme"
  58. sudo git clone --recursive --depth 1 "https://github.com/mattrixk/es-theme-io.git" "/etc/emulationstation/themes/io"
  59. echo "Installing metapixel theme"
  60. sudo git clone --recursive --depth 1 "https://github.com/mattrixk/es-theme-metapixel.git" "/etc/emulationstation/themes/metapixel"
  61. echo "Installing spare theme"
  62. sudo git clone --recursive --depth 1 "https://github.com/mattrixk/es-theme-spare.git" "/etc/emulationstation/themes/spare"
  63. echo "Installing space theme"
  64. sudo git clone --recursive --depth 1 "https://github.com/robertybob/es-theme-space.git" "/etc/emulationstation/themes/space"
  65. echo "Installing simplebigart theme"
  66. sudo git clone --recursive --depth 1 "https://github.com/robertybob/es-theme-simplebigart.git" "/etc/emulationstation/themes/simplebigart"
  67. echo "Installing tv theme"
  68. sudo git clone --recursive --depth 1 "https://github.com/robertybob/es-theme-tv.git" "/etc/emulationstation/themes/tv"
  69. echo "Installing tronkyfran theme"
  70. sudo git clone --recursive --depth 1 "https://github.com/HerbFargus/es-theme-tronkyfran.git" "/etc/emulationstation/themes/tronkyfran"
  71. echo "Installing flat theme"
  72. sudo git clone --recursive --depth 1 "https://github.com/lilbud/es-theme-flat.git" "/etc/emulationstation/themes/flat"
  73. echo "Installing flat-dark theme"
  74. sudo git clone --recursive --depth 1 "https://github.com/lilbud/es-theme-flat-dark.git" "/etc/emulationstation/themes/flat-dark"
  75. echo "Installing minimal theme"
  76. sudo git clone --recursive --depth 1 "https://github.com/lilbud/es-theme-minimal.git" "/etc/emulationstation/themes/minimal"
  77. echo "Installing switch-light theme"
  78. sudo git clone --recursive --depth 1 "https://github.com/lilbud/es-theme-switch-light.git" "/etc/emulationstation/themes/switch-light"
  79. echo "Installing switch-dark theme"
  80. sudo git clone --recursive --depth 1 "https://github.com/lilbud/es-theme-switch-dark.git" "/etc/emulationstation/themes/switch-dark"
  81. echo "Installing futura-V theme"
  82. sudo git clone --recursive --depth 1 "https://github.com/FlyingTomahawk/es-theme-futura-V.git" "/etc/emulationstation/themes/futura-V"
  83. echo "Installing futura-dark-V theme"
  84. sudo git clone --recursive --depth 1 "https://github.com/FlyingTomahawk/es-theme-futura-dark-V.git" "/etc/emulationstation/themes/futura-dark-V"
  85. echo "Installing fundamental theme"
  86. sudo git clone --recursive --depth 1 "https://github.com/G-rila/es-theme-fundamental.git" "/etc/emulationstation/themes/fundamental"
  87. echo "Installing nes-mini theme"
  88. sudo git clone --recursive --depth 1 "https://github.com/ruckage/es-theme-nes-mini.git" "/etc/emulationstation/themes/nes-mini"
  89. echo "Installing snes-mini theme"
  90. sudo git clone --recursive --depth 1 "https://github.com/ruckage/es-theme-snes-mini.git" "/etc/emulationstation/themes/snes-mini"
  91. echo "Installing crt theme"
  92. sudo git clone --recursive --depth 1 "https://github.com/anthonycaccese/es-theme-crt.git" "/etc/emulationstation/themes/crt"
  93. echo "Installing crt-centered theme"
  94. sudo git clone --recursive --depth 1 "https://github.com/anthonycaccese/es-theme-crt-centered.git" "/etc/emulationstation/themes/crt-centered"
  95. echo "Installing art-book theme"
  96. sudo git clone --recursive --depth 1 "https://github.com/anthonycaccese/es-theme-art-book.git" "/etc/emulationstation/themes/art-book"
  97. echo "Installing art-book-4-3 theme"
  98. sudo git clone --recursive --depth 1 "https://github.com/anthonycaccese/es-theme-art-book-4-3.git" "/etc/emulationstation/themes/art-book-4-3"
  99. echo "Installing art-book-pocket theme"
  100. sudo git clone --recursive --depth 1 "https://github.com/anthonycaccese/es-theme-art-book-pocket.git" "/etc/emulationstation/themes/art-book-pocket"
  101. echo "Installing tft theme"
  102. sudo git clone --recursive --depth 1 "https://github.com/anthonycaccese/es-theme-tft.git" "/etc/emulationstation/themes/tft"
  103. echo "Installing ComicBook theme"
  104. sudo git clone --recursive --depth 1 "https://github.com/TMNTturtleguy/es-theme-ComicBook.git" "/etc/emulationstation/themes/ComicBook"
  105. echo "Installing ComicBook_4-3 theme"
  106. sudo git clone --recursive --depth 1 "https://github.com/TMNTturtleguy/es-theme-ComicBook_4-3.git" "/etc/emulationstation/themes/ComicBook_4-3"
  107. echo "Installing ComicBook_SE-Wheelart theme"
  108. sudo git clone --recursive --depth 1 "https://github.com/TMNTturtleguy/es-theme-ComicBook_SE-Wheelart.git" "/etc/emulationstation/themes/ComicBook_SE-Wheelart"
  109. echo "Installing ComicBook_4-3_SE-Wheelart theme"
  110. sudo git clone --recursive --depth 1 "https://github.com/TMNTturtleguy/es-theme-ComicBook_4-3_SE-Wheelart.git" "/etc/emulationstation/themes/ComicBook_4-3_SE-Wheelart"
  111. echo "Installing cygnus theme"
  112. sudo git clone --recursive --depth 1 "https://github.com/ChoccyHobNob/es-theme-cygnus.git" "/etc/emulationstation/themes/cygnus"
  113. echo "Installing steampunk theme"
  114. sudo git clone --recursive --depth 1 "https://github.com/dmmarti/es-theme-steampunk.git" "/etc/emulationstation/themes/steampunk"
  115. echo "Installing hurstyblue theme"
  116. sudo git clone --recursive --depth 1 "https://github.com/dmmarti/es-theme-hurstyblue.git" "/etc/emulationstation/themes/hurstyblue"
  117. echo "Installing maximuspie theme"
  118. sudo git clone --recursive --depth 1 "https://github.com/dmmarti/es-theme-maximuspie.git" "/etc/emulationstation/themes/maximuspie"
  119. echo "Installing showcase theme"
  120. sudo git clone --recursive --depth 1 "https://github.com/dmmarti/es-theme-showcase.git" "/etc/emulationstation/themes/showcase"
  121. echo "Installing kidz theme"
  122. sudo git clone --recursive --depth 1 "https://github.com/dmmarti/es-theme-kidz.git" "/etc/emulationstation/themes/kidz"
  123. echo "Installing Retrorama theme"
  124. sudo git clone --recursive --depth 1 "https://github.com/lipebello/es-theme-Retrorama.git" "/etc/emulationstation/themes/Retrorama"
  125. echo "Installing SpaceOddity theme"
  126. sudo git clone --recursive --depth 1 "https://github.com/lipebello/es-theme-SpaceOddity.git" "/etc/emulationstation/themes/SpaceOddity"
  127. echo "Installing gbz35 theme"
  128. sudo git clone --recursive --depth 1 "https://github.com/rxbrad/es-theme-gbz35.git" "/etc/emulationstation/themes/gbz35"
  129. echo "Installing gbz35-dark theme"
  130. sudo git clone --recursive --depth 1 "https://github.com/rxbrad/es-theme-gbz35-dark.git" "/etc/emulationstation/themes/gbz35-dark"
  131. echo "Installing marioblue theme"
  132. sudo git clone --recursive --depth 1 "https://github.com/garaine/es-theme-marioblue.git" "/etc/emulationstation/themes/marioblue"
  133. echo "Installing bigwood theme"
  134. sudo git clone --recursive --depth 1 "https://github.com/garaine/es-theme-bigwood.git" "/etc/emulationstation/themes/bigwood"
  135. echo "Installing Royal_Primicia theme"
  136. sudo git clone --recursive --depth 1 "https://github.com/MrTomixf/es-theme-Royal_Primicia.git" "/etc/emulationstation/themes/Royal_Primicia"
  137. echo "Installing magazinemadness theme"
  138. sudo git clone --recursive --depth 1 "https://github.com/RetroHursty69/es-theme-magazinemadness.git" "/etc/emulationstation/themes/magazinemadness"
  139. echo "Installing stirling theme"
  140. sudo git clone --recursive --depth 1 "https://github.com/RetroHursty69/es-theme-stirling.git" "/etc/emulationstation/themes/stirling"
  141. echo "Installing playstation theme"
  142. sudo git clone --recursive --depth 1 "https://github.com/lostless/es-theme-playstation.git" "/etc/emulationstation/themes/playstation"
  143. echo "Installing superdisplay theme"
  144. sudo git clone --recursive --depth 1 "https://github.com/mrharias/es-theme-superdisplay.git" "/etc/emulationstation/themes/superdisplay"
  145. echo "Installing synthwave theme"
  146. sudo git clone --recursive --depth 1 "https://github.com/coinjunkie/es-theme-synthwave.git" "/etc/emulationstation/themes/synthwave"
  147. echo "Installing boxalloyred theme"
  148. sudo git clone --recursive --depth 1 "https://github.com/RetroHursty69/es-theme-boxalloyred.git" "/etc/emulationstation/themes/boxalloyred"
  149. echo "Installing boxalloyblue theme"
  150. sudo git clone --recursive --depth 1 "https://github.com/RetroHursty69/es-theme-boxalloyblue.git" "/etc/emulationstation/themes/boxalloyblue"
  151. echo "Installing greenilicious theme"
  152. sudo git clone --recursive --depth 1 "https://github.com/RetroHursty69/es-theme-greenilicious.git" "/etc/emulationstation/themes/greenilicious"
  153. echo "Installing retroroid theme"
  154. sudo git clone --recursive --depth 1 "https://github.com/RetroHursty69/es-theme-retroroid.git" "/etc/emulationstation/themes/retroroid"
  155. echo "Installing merryxmas theme"
  156. sudo git clone --recursive --depth 1 "https://github.com/RetroHursty69/es-theme-merryxmas.git" "/etc/emulationstation/themes/merryxmas"
  157. echo "Installing scv720 theme"
  158. sudo git clone --recursive --depth 1 "https://github.com/Saracade/es-theme-scv720.git" "/etc/emulationstation/themes/scv720"
  159.  
  160. echo "All 79 ES Themes Installed"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement