This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"language":"Español (DOP)","startmenu.new_game":"NUEVO JUEGO","startmenu.multiplayer":"MULTIJUGADOR","startmenu.resume_game":"CONTINUAR JUEGO","startmenu.settings":"Opciones","startmenu.high_score":"Puntuaciones","startmenu.throne_room":"Sala de Trofeos","startmenu.about":"Acerca De","news.title":"Noticias","news.description":"¡Bienvenido!\n Aquí compartimos las noticias más recientes del universo de Polytopia. ¡Mantente informado!","gamemodepicker.title":"Modo de juego","tribepicker.title":"Elige tu tribu","tribepicker.categories.humantribes":"Tribus Regulares","tribepicker.categories.specialtribes":"Tribus Especiales","tribepicker.categories.specialtribes.description":"Tribus que están un poco fuera de este mundo...","tribepicker.categories.random":"¡Que el destino elija!","tribepicker.categories.random.button":"TRIBU ALEATORIA","tribepicker.categories.random.selected.title":"Alakazam!","tribepicker.categories.random.selected.text":"Tribu Aleatoria elegida","tribepicker.restore":"Restaurar Compras","tribep |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /bin/bash | |
| #dnf fastest Mirror Plugin | |
| dnf install -y yum-plugin-fastestmirror | |
| #Gnome Tweak Tool and a few customizations | |
| dnf install -y gnome-tweak-tool | |
| #Fedy | |
| dnf install -y curl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| // "font_face": "Monaco", | |
| "font_options": "subpixel_antialias", | |
| // "font_size": 10.0, | |
| "highlight_line": true, | |
| // "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| ], | |
| "line_padding_bottom": 1, |