Skip to content

Instantly share code, notes, and snippets.

View rezzo's full-sized avatar

Pablo Trabucco rezzo

  • Freelance Developer
  • Santiago, Chile
View GitHub Profile
@rezzo
rezzo / polytopia-spa.json
Created March 17, 2020 21:46
Polytopia Spanish translate
{"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
#! /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
@rezzo
rezzo / Preferences.sublime-settings
Last active August 29, 2015 14:06
Sublime Text preferences <3
{
// "font_face": "Monaco",
"font_options": "subpixel_antialias",
// "font_size": 10.0,
"highlight_line": true,
// "highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_padding_bottom": 1,