├── .codeclimate.yml ├── .gitignore ├── Accesos_Directos ├── Arduino-IDE.desktop ├── Telegram.desktop ├── firefox-developer.desktop ├── firefox-nightly.desktop ├── gimp2.10.desktop ├── phpstorm.desktop ├── pycharm.desktop └── webstorm.desktop ├── Apps ├── 0_Main.sh ├── 1_Aplicaciones_Basicas.sh ├── 2_Aplicaciones_Extras.sh ├── 3_Aplicaciones_Usuario.sh ├── DBeaver.sh ├── Firefox.sh ├── Geany.sh ├── GitKraken.sh ├── Haroopad.sh ├── IDEs │ ├── 0_Main.sh │ ├── Arduino.sh │ ├── android_studio.sh │ ├── netbeans.sh │ ├── phpstorm.sh │ ├── pycharm_pro.sh │ └── webstorm.sh ├── Pencil-Project.sh ├── desarrollo.sh ├── firmware.sh ├── flatpak.sh ├── grafico.sh ├── herramientas.sh ├── internet.sh ├── juegos.sh ├── ofimatica.sh ├── pentesting.sh ├── servidor-grafico.sh ├── sonido.sh ├── video.sh ├── virtualizacion.sh └── vps.sh ├── Desktops ├── 0_Main.sh ├── README.md ├── gnome-shell.sh ├── i3.sh ├── openbox.sh ├── sway.sh └── xmonad.sh ├── LICENSE ├── Lenguajes-Programacion ├── 0_Main.sh ├── android.sh ├── c.sh ├── go.sh ├── perl.sh ├── php.sh ├── python.sh └── ruby.sh ├── Personalizar ├── 0_Main.sh ├── Configurar_GIT.sh ├── Terminales.sh ├── cursors.sh ├── fonts.sh ├── grub.sh ├── gtk.sh ├── gtk2.sh ├── gtk3.sh ├── gtk4.sh ├── icons.sh ├── qt.sh └── services.sh ├── README.md ├── Repositorios ├── 0_Main.sh ├── debian.sh ├── debian │ ├── common.sh │ ├── common_vps.sh │ ├── comunes │ │ └── sources.list.d │ │ │ ├── anydesk.list │ │ │ ├── balena-etcher.list │ │ │ ├── beekeeper-studio-app.list │ │ │ ├── dbeaver.list │ │ │ ├── docker.list │ │ │ ├── gocd.list │ │ │ ├── heroku.list │ │ │ ├── kalilinux.list │ │ │ ├── mongodb.list │ │ │ ├── multisystem.list │ │ │ ├── qownnotes.list │ │ │ ├── stripe.list │ │ │ └── vscodium.list │ ├── stable.sh │ ├── stable │ │ ├── sources.list │ │ └── sources.list.d │ │ │ ├── liquorix.list │ │ │ ├── pgdg.list │ │ │ └── tor.list │ ├── testing.sh │ ├── testing │ │ ├── sources.list │ │ └── sources.list.d │ │ │ ├── kernel.list │ │ │ ├── liquorix.list │ │ │ ├── mongodb.list │ │ │ └── tor.list │ ├── unstable.sh │ ├── unstable │ │ └── sources.list │ ├── vps.sh │ └── vps │ │ ├── sources.list │ │ └── sources.list.d │ │ └── pgdg.list ├── fedora.sh ├── gentoo.sh ├── macos.sh ├── raspbian.sh └── raspbian │ ├── sources.list │ └── sources.list.d │ ├── otros.list │ ├── piaware-buster.list │ ├── raspi.list │ └── runner_gitlab-runner.list ├── Software-Lists ├── README.md ├── debian │ ├── Apps │ │ ├── bashit.lst │ │ ├── ohmyzsh.lst │ │ ├── powerline.lst │ │ ├── tmux.lst │ │ └── vim.lst │ ├── Basico │ │ ├── audio.lst │ │ ├── compresores.lst │ │ ├── firewall.lst │ │ ├── herramientas.lst │ │ ├── internet.lst │ │ ├── monitores.lst │ │ ├── network.lst │ │ ├── terminal.lst │ │ └── tipografias.lst │ ├── Desarrollo │ │ ├── android.lst │ │ ├── comandos.lst │ │ ├── control-versiones.lst │ │ ├── databases.lst │ │ ├── diagramas.lst │ │ ├── editores.lst │ │ ├── ftp.lst │ │ ├── ide.lst │ │ └── nubes.lst │ ├── Desktops │ │ ├── gnome-extensions.lst │ │ ├── gnome.lst │ │ ├── i3wm.lst │ │ ├── openbox.lst │ │ ├── sway.lst │ │ ├── wayland-base.lst │ │ ├── wm-min-software-wayland.lst │ │ ├── wm-min-software.lst │ │ ├── x11-base.lst │ │ └── xmonad.lst │ ├── Diseño-grafico │ │ ├── 2d.lst │ │ ├── 3d.lst │ │ ├── mapas-de-bits.lst │ │ ├── utilidades.lst │ │ ├── vectores.lst │ │ └── visores.lst │ ├── Firmware │ │ ├── basico-libre.lst │ │ ├── basico-privado.lst │ │ ├── intel.lst │ │ ├── nvidia-optimus.lst │ │ └── nvidia.lst │ ├── Herramientas │ │ ├── archivos.lst │ │ └── sistema.lst │ ├── Internet │ │ ├── correo.lst │ │ ├── descargar.lst │ │ ├── herramientas.lst │ │ ├── navegadores.lst │ │ ├── nubes.lst │ │ └── redes-sociales.lst │ ├── Juegos │ │ ├── arcade.lst │ │ ├── emuladores.lst │ │ ├── estrategia.lst │ │ ├── mesa.lst │ │ └── platforms.lst │ ├── Lenguajes-Programacion │ │ ├── android.lst │ │ ├── c.lst │ │ ├── go.lst │ │ ├── perl.lst │ │ ├── php.lst │ │ ├── python.lst │ │ └── ruby.lst │ ├── Ofimatica │ │ ├── conversores.lst │ │ ├── editores.lst │ │ ├── suites.lst │ │ └── visores.lst │ ├── Pentesting │ │ ├── bluetooth.lst │ │ ├── crackers.lst │ │ ├── db.lst │ │ ├── frameworks.lst │ │ ├── redes.lst │ │ └── sistema.lst │ ├── Personalizar │ │ ├── cursors.lst │ │ ├── fonts.lst │ │ ├── gnome_shell.lst │ │ ├── gtk.lst │ │ ├── gtk2.lst │ │ ├── gtk3.lst │ │ ├── gtk4.lst │ │ ├── icons.lst │ │ └── qt.lst │ ├── Servidor-grafico │ │ ├── wayland.lst │ │ └── xorg.lst │ ├── Sonido │ │ ├── codecs.lst │ │ ├── conversores.lst │ │ ├── editores.lst │ │ └── reproductores.lst │ ├── Video │ │ ├── codecs.lst │ │ ├── conversores.lst │ │ ├── editores.lst │ │ ├── record_screen.lst │ │ └── reproductores.lst │ ├── Virtualizacion │ │ └── programas.lst │ ├── Vps │ │ └── basico.lst │ └── servers │ │ ├── apache2.lst │ │ ├── bind.lst │ │ ├── docker.lst │ │ ├── gocd.lst │ │ ├── mariadb.lst │ │ ├── mongodb.lst │ │ ├── mumble.lst │ │ ├── nginx.lst │ │ ├── nodejs.lst │ │ ├── postfix.lst │ │ ├── postgresql.lst │ │ ├── sqlite.lst │ │ └── ssh.lst ├── fedora │ ├── Apps │ │ ├── bashit.lst │ │ ├── ohmyzsh.lst │ │ ├── powerline.lst │ │ ├── tmux.lst │ │ └── vim.lst │ ├── Basico │ │ ├── audio.lst │ │ ├── compresores.lst │ │ ├── firewall.lst │ │ ├── herramientas.lst │ │ ├── internet.lst │ │ ├── monitores.lst │ │ └── terminal.lst │ ├── Desarrollo │ │ ├── android.lst │ │ ├── comandos.lst │ │ ├── control-versiones.lst │ │ ├── databases.lst │ │ ├── diagramas.lst │ │ ├── editores.lst │ │ ├── ftp.lst │ │ ├── ide.lst │ │ └── nubes.lst │ ├── Desktops │ │ ├── gnome-extensions.lst │ │ ├── gnome.lst │ │ ├── i3wm.lst │ │ ├── openbox.lst │ │ ├── sway.lst │ │ ├── wayland-base.lst │ │ ├── wm-min-software-wayland.lst │ │ ├── wm-min-software.lst │ │ ├── x11-base.lst │ │ └── xmonad.lst │ ├── Diseño-grafico │ │ ├── 2d.lst │ │ ├── 3d.lst │ │ ├── mapas-de-bits.lst │ │ ├── utilidades.lst │ │ ├── vectores.lst │ │ └── visores.lst │ ├── Firmware │ │ ├── basico-libre.lst │ │ ├── basico-privado.lst │ │ ├── intel.lst │ │ ├── nvidia-optimus.lst │ │ └── nvidia.lst │ ├── Herramientas │ │ ├── archivos.lst │ │ └── sistema.lst │ ├── Internet │ │ ├── correo.lst │ │ ├── descargar.lst │ │ ├── herramientas.lst │ │ ├── navegadores.lst │ │ ├── nubes.lst │ │ └── redes-sociales.lst │ ├── Juegos │ │ ├── arcade.lst │ │ ├── emuladores.lst │ │ ├── estrategia.lst │ │ ├── mesa.lst │ │ └── platforms.lst │ ├── Lenguajes-Programacion │ │ ├── android.lst │ │ ├── c.lst │ │ ├── go.lst │ │ ├── perl.lst │ │ ├── php.lst │ │ ├── python.lst │ │ ├── python2.lst │ │ ├── python3.lst │ │ └── ruby.lst │ ├── Ofimatica │ │ ├── conversores.lst │ │ ├── editores.lst │ │ ├── suites.lst │ │ └── visores.lst │ ├── Pentesting │ │ ├── bluetooth.lst │ │ ├── crackers.lst │ │ ├── db.lst │ │ ├── frameworks.lst │ │ ├── redes.lst │ │ └── sistema.lst │ ├── Personalizar │ │ ├── cursors.lst │ │ ├── fonts.lst │ │ ├── gnome_shell.lst │ │ ├── gtk.lst │ │ ├── gtk2.lst │ │ ├── gtk3.lst │ │ ├── gtk4.lst │ │ ├── icons.lst │ │ └── qt.lst │ ├── Servidor-grafico │ │ ├── wayland.lst │ │ └── xorg.lst │ ├── Servidores │ │ ├── apache2.lst │ │ ├── bind.lst │ │ ├── docker.lst │ │ ├── mariadb.lst │ │ ├── mongodb.lst │ │ ├── mumble.lst │ │ ├── nodejs.lst │ │ ├── postfix.lst │ │ ├── postgresql.lst │ │ ├── sqlite.lst │ │ └── ssh.lst │ ├── Sonido │ │ ├── codecs.lst │ │ ├── conversores.lst │ │ ├── editores.lst │ │ └── reproductores.lst │ ├── Video │ │ ├── codecs.lst │ │ ├── conversores.lst │ │ ├── editores.lst │ │ ├── record_screen.lst │ │ └── reproductores.lst │ ├── Virtualizacion │ │ └── programas.lst │ └── Vps │ │ └── basico.lst ├── gentoo │ ├── Apps │ │ ├── bashit.lst │ │ ├── ohmyzsh.lst │ │ ├── powerline.lst │ │ ├── tmux.lst │ │ └── vim.lst │ ├── Basico │ │ ├── audio.lst │ │ ├── compresores.lst │ │ ├── firewall.lst │ │ ├── herramientas.lst │ │ ├── internet.lst │ │ ├── monitores.lst │ │ └── terminal.lst │ ├── Desarrollo │ │ ├── android.lst │ │ ├── comandos.lst │ │ ├── control-versiones.lst │ │ ├── databases.lst │ │ ├── diagramas.lst │ │ ├── editores.lst │ │ ├── ftp.lst │ │ ├── ide.lst │ │ └── nubes.lst │ ├── Desktops │ │ ├── gnome-extensions.lst │ │ ├── gnome.lst │ │ ├── i3wm.lst │ │ ├── openbox.lst │ │ ├── sway.lst │ │ ├── wayland-base.lst │ │ ├── wm-min-software-wayland.lst │ │ ├── wm-min-software.lst │ │ ├── x11-base.lst │ │ └── xmonad.lst │ ├── Diseño-grafico │ │ ├── 2d.lst │ │ ├── 3d.lst │ │ ├── mapas-de-bits.lst │ │ ├── utilidades.lst │ │ ├── vectores.lst │ │ └── visores.lst │ ├── Firmware │ │ ├── basico-libre.lst │ │ ├── basico-privado.lst │ │ ├── intel.lst │ │ ├── nvidia-optimus.lst │ │ └── nvidia.lst │ ├── Herramientas │ │ ├── archivos.lst │ │ └── sistema.lst │ ├── Internet │ │ ├── correo.lst │ │ ├── descargar.lst │ │ ├── herramientas.lst │ │ ├── navegadores.lst │ │ ├── nubes.lst │ │ └── redes-sociales.lst │ ├── Juegos │ │ ├── arcade.lst │ │ ├── emuladores.lst │ │ ├── estrategia.lst │ │ ├── mesa.lst │ │ └── platforms.lst │ ├── Lenguajes-Programacion │ │ ├── android.lst │ │ ├── c.lst │ │ ├── go.lst │ │ ├── perl.lst │ │ ├── php.lst │ │ ├── python.lst │ │ ├── python2.lst │ │ ├── python3.lst │ │ └── ruby.lst │ ├── Ofimatica │ │ ├── conversores.lst │ │ ├── editores.lst │ │ ├── suites.lst │ │ └── visores.lst │ ├── Pentesting │ │ ├── bluetooth.lst │ │ ├── crackers.lst │ │ ├── db.lst │ │ ├── frameworks.lst │ │ ├── redes.lst │ │ └── sistema.lst │ ├── Personalizar │ │ ├── cursors.lst │ │ ├── fonts.lst │ │ ├── gnome_shell.lst │ │ ├── gtk.lst │ │ ├── gtk2.lst │ │ ├── gtk3.lst │ │ ├── gtk4.lst │ │ ├── icons.lst │ │ └── qt.lst │ ├── Servidor-grafico │ │ ├── wayland.lst │ │ └── xorg.lst │ ├── Servidores │ │ ├── apache2.lst │ │ ├── bind.lst │ │ ├── docker.lst │ │ ├── mariadb.lst │ │ ├── mongodb.lst │ │ ├── mumble.lst │ │ ├── nodejs.lst │ │ ├── postfix.lst │ │ ├── postgresql.lst │ │ ├── sqlite.lst │ │ └── ssh.lst │ ├── Sonido │ │ ├── codecs.lst │ │ ├── conversores.lst │ │ ├── editores.lst │ │ └── reproductores.lst │ ├── Video │ │ ├── codecs.lst │ │ ├── conversores.lst │ │ ├── editores.lst │ │ ├── record_screen.lst │ │ └── reproductores.lst │ ├── Virtualizacion │ │ └── programas.lst │ └── Vps │ │ └── basico.lst ├── macos │ ├── Apps │ │ ├── bashit.lst │ │ ├── ohmyzsh.lst │ │ ├── powerline.lst │ │ ├── tmux.lst │ │ └── vim.lst │ ├── Basico │ │ ├── audio.lst │ │ ├── compresores.lst │ │ ├── firewall.lst │ │ ├── herramientas.lst │ │ ├── internet.lst │ │ ├── monitores.lst │ │ └── terminal.lst │ ├── Desarrollo │ │ ├── android.lst │ │ ├── comandos.lst │ │ ├── control-versiones.lst │ │ ├── databases.lst │ │ ├── diagramas.lst │ │ ├── editores.lst │ │ ├── ftp.lst │ │ ├── ide.lst │ │ └── nubes.lst │ ├── Desktops │ │ ├── gnome-extensions.lst │ │ ├── gnome.lst │ │ ├── i3wm.lst │ │ ├── openbox.lst │ │ ├── sway.lst │ │ ├── wayland-base.lst │ │ ├── wm-min-software-wayland.lst │ │ ├── wm-min-software.lst │ │ ├── x11-base.lst │ │ └── xmonad.lst │ ├── Diseño-grafico │ │ ├── 2d.lst │ │ ├── 3d.lst │ │ ├── mapas-de-bits.lst │ │ ├── utilidades.lst │ │ ├── vectores.lst │ │ └── visores.lst │ ├── Firmware │ │ ├── basico-libre.lst │ │ ├── basico-privado.lst │ │ ├── intel.lst │ │ ├── nvidia-optimus.lst │ │ └── nvidia.lst │ ├── Herramientas │ │ ├── archivos.lst │ │ └── sistema.lst │ ├── Internet │ │ ├── correo.lst │ │ ├── descargar.lst │ │ ├── herramientas.lst │ │ ├── navegadores.lst │ │ ├── nubes.lst │ │ └── redes-sociales.lst │ ├── Juegos │ │ ├── arcade.lst │ │ ├── emuladores.lst │ │ ├── estrategia.lst │ │ ├── mesa.lst │ │ └── platforms.lst │ ├── Lenguajes-Programacion │ │ ├── android.lst │ │ ├── c.lst │ │ ├── go.lst │ │ ├── perl.lst │ │ ├── php.lst │ │ ├── python.lst │ │ ├── python2.lst │ │ ├── python3.lst │ │ └── ruby.lst │ ├── Ofimatica │ │ ├── conversores.lst │ │ ├── editores.lst │ │ ├── suites.lst │ │ └── visores.lst │ ├── Pentesting │ │ ├── bluetooth.lst │ │ ├── crackers.lst │ │ ├── db.lst │ │ ├── frameworks.lst │ │ ├── redes.lst │ │ └── sistema.lst │ ├── Personalizar │ │ ├── cursors.lst │ │ ├── fonts.lst │ │ ├── gnome_shell.lst │ │ ├── gtk.lst │ │ ├── gtk2.lst │ │ ├── gtk3.lst │ │ ├── gtk4.lst │ │ ├── icons.lst │ │ └── qt.lst │ ├── Servidor-grafico │ │ ├── wayland.lst │ │ └── xorg.lst │ ├── Sonido │ │ ├── codecs.lst │ │ ├── conversores.lst │ │ ├── editores.lst │ │ └── reproductores.lst │ ├── Video │ │ ├── codecs.lst │ │ ├── conversores.lst │ │ ├── editores.lst │ │ ├── record_screen.lst │ │ └── reproductores.lst │ ├── Virtualizacion │ │ └── programas.lst │ ├── Vps │ │ └── basico.lst │ └── servers │ │ ├── apache2.lst │ │ ├── bind.lst │ │ ├── docker.lst │ │ ├── mariadb.lst │ │ ├── mongodb.lst │ │ ├── mumble.lst │ │ ├── nodejs.lst │ │ ├── postfix.lst │ │ ├── postgresql.lst │ │ ├── sqlite.lst │ │ └── ssh.lst └── raspbian │ ├── Apps │ ├── bashit.lst │ ├── ohmyzsh.lst │ ├── powerline.lst │ ├── tmux.lst │ └── vim.lst │ ├── Basico │ ├── audio.lst │ ├── compresores.lst │ ├── firewall.lst │ ├── herramientas.lst │ ├── internet.lst │ ├── monitores.lst │ ├── network.lst │ ├── terminal.lst │ └── tipografias.lst │ ├── Desarrollo │ ├── android.lst │ ├── comandos.lst │ ├── control-versiones.lst │ ├── databases.lst │ ├── diagramas.lst │ ├── editores.lst │ ├── ftp.lst │ ├── ide.lst │ └── nubes.lst │ ├── Desktops │ ├── gnome-extensions.lst │ ├── gnome.lst │ ├── i3wm.lst │ ├── openbox.lst │ ├── sway.lst │ ├── wayland-base.lst │ ├── wm-min-software-wayland.lst │ ├── wm-min-software.lst │ ├── x11-base.lst │ └── xmonad.lst │ ├── Diseño-grafico │ ├── 2d.lst │ ├── 3d.lst │ ├── mapas-de-bits.lst │ ├── utilidades.lst │ ├── vectores.lst │ └── visores.lst │ ├── Firmware │ ├── basico-libre.lst │ ├── basico-privado.lst │ ├── intel.lst │ ├── nvidia-optimus.lst │ └── nvidia.lst │ ├── Herramientas │ ├── archivos.lst │ └── sistema.lst │ ├── Internet │ ├── correo.lst │ ├── descargar.lst │ ├── herramientas.lst │ ├── navegadores.lst │ ├── nubes.lst │ └── redes-sociales.lst │ ├── Juegos │ ├── arcade.lst │ ├── emuladores.lst │ ├── estrategia.lst │ ├── mesa.lst │ └── platforms.lst │ ├── Lenguajes-Programacion │ ├── android.lst │ ├── c.lst │ ├── go.lst │ ├── perl.lst │ ├── php.lst │ ├── python.lst │ ├── python2.lst │ ├── python3.lst │ └── ruby.lst │ ├── Ofimatica │ ├── conversores.lst │ ├── editores.lst │ ├── suites.lst │ └── visores.lst │ ├── Pentesting │ ├── bluetooth.lst │ ├── crackers.lst │ ├── db.lst │ ├── frameworks.lst │ ├── redes.lst │ └── sistema.lst │ ├── Personalizar │ ├── cursors.lst │ ├── fonts.lst │ ├── gnome_shell.lst │ ├── gtk.lst │ ├── gtk2.lst │ ├── gtk3.lst │ ├── gtk4.lst │ ├── icons.lst │ └── qt.lst │ ├── Servidor-grafico │ ├── wayland.lst │ └── xorg.lst │ ├── Sonido │ ├── codecs.lst │ ├── conversores.lst │ ├── editores.lst │ └── reproductores.lst │ ├── Video │ ├── codecs.lst │ ├── conversores.lst │ ├── editores.lst │ ├── record_screen.lst │ └── reproductores.lst │ ├── Virtualizacion │ └── programas.lst │ ├── Vps │ └── basico.lst │ └── servers │ ├── apache2.lst │ ├── bind.lst │ ├── docker.lst │ ├── gocd.lst │ ├── mariadb.lst │ ├── mongodb.lst │ ├── mumble.lst │ ├── nginx.lst │ ├── nodejs.lst │ ├── postfix.lst │ ├── postgresql.lst │ ├── sqlite.lst │ └── ssh.lst ├── Usuario ├── 0_Main.sh ├── OhMyZsh.sh ├── bashit.sh ├── directories.sh ├── gedit.sh ├── heroku.sh ├── nano.sh ├── permisos.sh ├── plantillas.sh ├── powerline.sh ├── programas-default.sh ├── spacevim.sh ├── terminales.sh ├── tmux.sh └── vim.sh ├── VPS ├── 0_Main.sh ├── administrator.sh ├── conf │ └── .bashrc ├── fail2ban.sh ├── firewall.sh ├── internationalization_and_timezone.sh └── user_admin.sh ├── conf ├── Apps │ ├── Tilix │ │ ├── tilix.conf │ │ └── vte.sh │ └── gedit │ │ ├── .config │ │ └── gedit │ │ │ ├── accels │ │ │ └── tools │ │ │ └── open-terminal-here │ │ └── .local │ │ └── share │ │ ├── gedit │ │ └── styles │ │ │ ├── monokai.xml │ │ │ ├── solarized-dark.xml │ │ │ └── solarized-light.xml │ │ └── gtksourceview │ │ └── monokai.xml ├── bin │ ├── backup_all_files_server_vps.sh │ ├── backup_all_mysql_databases.sh │ ├── backup_all_postgresql_databases.sh │ ├── check_apache_and_start.sh │ ├── check_mysql_and_start.sh │ ├── check_postgresql_and_start.sh │ ├── gocd_laravel_link_storage.sh │ ├── gocd_laravel_rebuild.sh │ ├── gocd_publish_apache.sh │ ├── php_version_select.sh │ ├── raspberry │ │ ├── rpi_camera_capture_image.sh │ │ ├── rpi_camera_capture_video.sh │ │ ├── rpi_control_fan_temp_gpio.py │ │ └── rpi_read_temp.sh │ ├── scripts_info.sh │ ├── telegram_send_message.sh │ └── telegram_send_message_watch_file.sh ├── etc │ ├── apache2 │ │ ├── mods-available │ │ │ └── evasive.conf │ │ ├── ports.conf │ │ └── sites-available │ │ │ ├── default-ssl.conf │ │ │ ├── default.conf │ │ │ ├── dev-ssl.conf │ │ │ ├── dev.conf │ │ │ ├── plantilla-ssl.conf │ │ │ ├── plantilla.conf │ │ │ ├── private-ssl.conf │ │ │ ├── private.conf │ │ │ ├── public-ssl.conf │ │ │ └── public.conf │ ├── cron.d │ │ ├── certbot.cron │ │ └── example.cron │ ├── hosts.local │ ├── mumble-server.ini │ ├── mysql │ │ └── mariadb.conf.d │ │ │ └── 50-server.cnf │ └── vim │ │ └── vimrc.local ├── home │ ├── .Xresources │ ├── .bashrc │ ├── .config │ │ ├── .xmonad │ │ │ └── xmonad.hs │ │ ├── compton.conf │ │ ├── conky │ │ │ └── miconfig.conkyrc │ │ ├── geany │ │ │ ├── colorschemes │ │ │ │ ├── bespin.conf │ │ │ │ ├── black.conf │ │ │ │ ├── darcula.conf │ │ │ │ ├── dark-colors.conf │ │ │ │ ├── dark-fruit-salad.conf │ │ │ │ ├── dark.conf │ │ │ │ ├── delt-dark.conf │ │ │ │ ├── epsilon.conf │ │ │ │ ├── fluffy.conf │ │ │ │ ├── gedit.conf │ │ │ │ ├── github.conf │ │ │ │ ├── himbeere.conf │ │ │ │ ├── inkpot.conf │ │ │ │ ├── kugel.conf │ │ │ │ ├── mc.conf │ │ │ │ ├── metallic-bottle.conf │ │ │ │ ├── monokai.conf │ │ │ │ ├── notepad-plus-plus.conf │ │ │ │ ├── oblivion2.conf │ │ │ │ ├── pygments.conf │ │ │ │ ├── railcasts2.conf │ │ │ │ ├── retro.conf │ │ │ │ ├── sleepy-pastel.conf │ │ │ │ ├── slushpoppies.conf │ │ │ │ ├── solarized-dark.conf │ │ │ │ ├── solarized-light.conf │ │ │ │ ├── spyder-dark.conf │ │ │ │ ├── steampunk.conf │ │ │ │ ├── tango-dark.conf │ │ │ │ ├── tango-light.conf │ │ │ │ ├── tinge.conf │ │ │ │ ├── ubuntu.conf │ │ │ │ ├── vibrant-ink.conf │ │ │ │ └── zenburn.conf │ │ │ ├── filedefs │ │ │ │ └── filetypes.README │ │ │ ├── geany.conf │ │ │ ├── keybindings.conf │ │ │ └── templates │ │ │ │ └── templates.README │ │ ├── gtk-2.0 │ │ │ └── gtkfilechooser.ini │ │ ├── gtk-3.0 │ │ │ ├── .gitignore │ │ │ └── settings.ini │ │ ├── gtk-4.0 │ │ │ └── settings.ini │ │ ├── i3 │ │ │ ├── Workspaces │ │ │ │ ├── load_layouts.sh │ │ │ │ └── workspace_2.json │ │ │ ├── config │ │ │ ├── images │ │ │ │ └── lock.png │ │ │ └── scripts │ │ │ │ ├── brillo.py │ │ │ │ ├── i3exit.sh │ │ │ │ ├── keyboard.sh │ │ │ │ ├── lock_and_blur.sh │ │ │ │ ├── menu │ │ │ │ ├── printscreen.sh │ │ │ │ ├── record.sh │ │ │ │ ├── rofr.sh │ │ │ │ ├── servers.sh │ │ │ │ ├── togglescreen.sh │ │ │ │ └── toggletouchpad.sh │ │ ├── i3pystatus │ │ │ ├── config.py │ │ │ └── i3pystatus_modules │ │ │ │ └── SocketClient.py │ │ ├── i3status │ │ │ └── config │ │ ├── nitrogen │ │ │ ├── bg-saved.cfg │ │ │ └── nitrogen.cfg │ │ ├── nwg-drawer │ │ │ └── drawer.css │ │ ├── nwg-launchers │ │ │ └── nwgbar │ │ │ │ └── styles.css │ │ ├── openbox │ │ │ ├── autostart │ │ │ └── menu.xml │ │ ├── plank │ │ │ └── dock1 │ │ │ │ └── launchers │ │ │ │ ├── desktop.dockitem │ │ │ │ ├── eog.dockitem │ │ │ │ ├── firefox-esr.dockitem │ │ │ │ ├── org.gnome.Totem-1.dockitem │ │ │ │ ├── org.gnome.Totem.dockitem │ │ │ │ └── org.gnome.gedit.dockitem │ │ ├── rofi │ │ │ ├── Adapta-Nokto.rasi │ │ │ ├── Arc-Dark.rasi │ │ │ ├── Arc.rasi │ │ │ ├── DarkBlue.rasi │ │ │ ├── Indego.rasi │ │ │ ├── Monokai.rasi │ │ │ ├── Paper.rasi │ │ │ ├── Pop-Dark.rasi │ │ │ ├── android_notification.rasi │ │ │ ├── arc-red-dark.rasi │ │ │ ├── arthur.rasi │ │ │ ├── blue.rasi │ │ │ ├── c64.rasi │ │ │ ├── config │ │ │ ├── dmenu.rasi │ │ │ ├── fancy.rasi │ │ │ ├── flat-orange.rasi │ │ │ ├── glue_pro_blue.rasi │ │ │ ├── gruvbox-common.inc │ │ │ ├── gruvbox-dark-hard.rasi │ │ │ ├── gruvbox-dark-soft.rasi │ │ │ ├── gruvbox-dark.rasi │ │ │ ├── gruvbox-light-hard.rasi │ │ │ ├── gruvbox-light-soft.rasi │ │ │ ├── gruvbox-light.rasi │ │ │ ├── lb.rasi │ │ │ ├── material.rasi │ │ │ ├── onedark.rasi │ │ │ ├── oxide.rasi │ │ │ ├── paper-float.rasi │ │ │ ├── purple.rasi │ │ │ ├── ribbon.rasi │ │ │ ├── sidebar.rasi │ │ │ ├── sidetab.rasi │ │ │ ├── solarized-darker.rasi │ │ │ ├── solarized.rasi │ │ │ └── solarized_alternate.rasi │ │ ├── sway │ │ │ ├── config │ │ │ ├── images │ │ │ │ └── lock.png │ │ │ └── scripts │ │ │ │ ├── battery │ │ │ │ ├── battery-notify.sh │ │ │ │ ├── bt-full.svg │ │ │ │ ├── bt-low.svg │ │ │ │ └── warn.mp3 │ │ │ │ ├── exit.sh │ │ │ │ ├── keyboard.sh │ │ │ │ ├── lock_and_blur.sh │ │ │ │ └── servers.sh │ │ ├── swaylock │ │ │ └── config │ │ ├── terminator │ │ │ └── config │ │ ├── tilix │ │ │ └── schemes │ │ │ │ ├── 3024-day.json │ │ │ │ ├── 3024-night.json │ │ │ │ ├── adventuretime.json │ │ │ │ ├── afterglow.json │ │ │ │ ├── alien-blood.json │ │ │ │ ├── argonaut.json │ │ │ │ ├── arthur.json │ │ │ │ ├── atom.json │ │ │ │ ├── base16-twilight-dark.json │ │ │ │ ├── belafonte-day.json │ │ │ │ ├── belafonte-night.json │ │ │ │ ├── birds-of-paradise.json │ │ │ │ ├── blazer.json │ │ │ │ ├── borland.json │ │ │ │ ├── broadcast.json │ │ │ │ ├── brogrammer.json │ │ │ │ ├── c64.json │ │ │ │ ├── chalk.json │ │ │ │ ├── chalkboard.json │ │ │ │ ├── ciapre.json │ │ │ │ ├── clrs.json │ │ │ │ ├── cobalt-neon.json │ │ │ │ ├── cobalt2.json │ │ │ │ ├── crayon-pony-fish.json │ │ │ │ ├── dark-pastel.json │ │ │ │ ├── darkside.json │ │ │ │ ├── desert.json │ │ │ │ ├── dimmed-monokai.json │ │ │ │ ├── dracula.json │ │ │ │ ├── earthsong.json │ │ │ │ ├── elemental.json │ │ │ │ ├── espresso-libre.json │ │ │ │ ├── espresso.json │ │ │ │ ├── fishtank.json │ │ │ │ ├── flat.json │ │ │ │ ├── flatland.json │ │ │ │ ├── flatty.json │ │ │ │ ├── frontend-delight.json │ │ │ │ ├── frontend-fun-forrest.json │ │ │ │ ├── frontend-galaxy.json │ │ │ │ ├── github.json │ │ │ │ ├── grape.json │ │ │ │ ├── grass.json │ │ │ │ ├── gruvbox.json │ │ │ │ ├── hardcore.json │ │ │ │ ├── harper.json │ │ │ │ ├── highway.json │ │ │ │ ├── hipster-green.json │ │ │ │ ├── homebrew.json │ │ │ │ ├── hurtado.json │ │ │ │ ├── hybrid.json │ │ │ │ ├── ic-green-ppl.json │ │ │ │ ├── ic-orange-ppl.json │ │ │ │ ├── idle-toes.json │ │ │ │ ├── ir-black.json │ │ │ │ ├── jackie-brown.json │ │ │ │ ├── japanesque.json │ │ │ │ ├── jellybeans.json │ │ │ │ ├── kibble.json │ │ │ │ ├── later-this-evening.json │ │ │ │ ├── lavandula.json │ │ │ │ ├── linux.json │ │ │ │ ├── liquid-carbon-transparent.json │ │ │ │ ├── liquid-carbon.json │ │ │ │ ├── man-page.json │ │ │ │ ├── material.json │ │ │ │ ├── mathias.json │ │ │ │ ├── medallion.json │ │ │ │ ├── misterioso.json │ │ │ │ ├── molokai.json │ │ │ │ ├── monalisa.json │ │ │ │ ├── monokai-soda.json │ │ │ │ ├── monokai.json │ │ │ │ ├── n0tch2k.json │ │ │ │ ├── neopolitan.json │ │ │ │ ├── neutron.json │ │ │ │ ├── nightlion-v1.json │ │ │ │ ├── nightlion-v2.json │ │ │ │ ├── novel.json │ │ │ │ ├── obsidian.json │ │ │ │ ├── ocean.json │ │ │ │ ├── oceanic-next.json │ │ │ │ ├── ollie.json │ │ │ │ ├── one-dark.json │ │ │ │ ├── orchis.json │ │ │ │ ├── paraiso-dark.json │ │ │ │ ├── paul-millr.json │ │ │ │ ├── pencil-dark.json │ │ │ │ ├── pencil-light.json │ │ │ │ ├── pnevma.json │ │ │ │ ├── pro.json │ │ │ │ ├── red-alert.json │ │ │ │ ├── red-sands.json │ │ │ │ ├── rippedcasts.json │ │ │ │ ├── royal.json │ │ │ │ ├── sea-shells.json │ │ │ │ ├── seafoam-pastel.json │ │ │ │ ├── seti.json │ │ │ │ ├── shaman.json │ │ │ │ ├── slate.json │ │ │ │ ├── smyck.json │ │ │ │ ├── soft-server.json │ │ │ │ ├── solarized-darcula.json │ │ │ │ ├── solarized-dark-higher-contrast.json │ │ │ │ ├── solarized-dark.json │ │ │ │ ├── solarized-light.json │ │ │ │ ├── spacedust.json │ │ │ │ ├── spacegray-eighties-dull.json │ │ │ │ ├── spacegray-eighties.json │ │ │ │ ├── spacegray.json │ │ │ │ ├── spring.json │ │ │ │ ├── square.json │ │ │ │ ├── sundried.json │ │ │ │ ├── symphonic.json │ │ │ │ ├── tango.json │ │ │ │ ├── teerb.json │ │ │ │ ├── terminal-basic.json │ │ │ │ ├── terminix-dark.json │ │ │ │ ├── thayer-bright.json │ │ │ │ ├── tommorow-night.json │ │ │ │ ├── tomorrow-night-blue.json │ │ │ │ ├── tomorrow-night-bright.json │ │ │ │ ├── tomorrow-night-eighties.json │ │ │ │ ├── tomorrow.json │ │ │ │ ├── toy-chest.json │ │ │ │ ├── treehouse.json │ │ │ │ ├── twilight.json │ │ │ │ ├── urple.json │ │ │ │ ├── vaughn.json │ │ │ │ ├── vibrant-ink.json │ │ │ │ ├── warm-neon.json │ │ │ │ ├── wez.json │ │ │ │ ├── wild-cherry.json │ │ │ │ ├── wombat.json │ │ │ │ ├── wryan.json │ │ │ │ └── zenburn.json │ │ ├── tint2 │ │ │ ├── tint2rc │ │ │ └── vertical-dark-opaque.tint2rc │ │ ├── waybar │ │ │ ├── awe │ │ │ │ ├── config │ │ │ │ └── style.css │ │ │ ├── bluish │ │ │ │ ├── config │ │ │ │ └── style.css │ │ │ ├── colorful │ │ │ │ ├── config │ │ │ │ ├── scripts │ │ │ │ │ ├── PBPbattery.sh │ │ │ │ │ ├── executable_update.sh │ │ │ │ │ ├── keyhint.sh │ │ │ │ │ ├── mediaplayer.sh │ │ │ │ │ ├── power-menu.sh │ │ │ │ │ └── weather.sh │ │ │ │ └── style.css │ │ │ ├── minimal │ │ │ │ ├── config │ │ │ │ └── style.css │ │ │ ├── raupulus │ │ │ │ ├── config │ │ │ │ └── style.css │ │ │ ├── raupulus_vertical │ │ │ │ ├── config │ │ │ │ └── style.css │ │ │ ├── styles.css │ │ │ └── vertical │ │ │ │ ├── config │ │ │ │ └── style.css │ │ └── wofi │ │ │ ├── config │ │ │ └── styles.css │ ├── .dircolors │ ├── .gitconfig │ ├── .gvimrc │ ├── .ideskrc │ ├── .idesktop │ │ └── xfe.lnk │ ├── .less │ ├── .lessfilter │ ├── .local │ │ └── bin │ │ │ ├── actualizar │ │ │ ├── image_batch_resize │ │ │ ├── limpiar-cache-dns │ │ │ ├── limpiar-cache-sistema │ │ │ └── nuevo │ ├── .pip │ │ └── pip.conf │ ├── .scripts │ │ └── .gitkeep │ ├── .tmux.conf │ ├── .vim │ │ ├── ftplugin │ │ │ ├── apache.vim │ │ │ ├── gitconfig.vim │ │ │ ├── javascript.vim │ │ │ ├── make.vim │ │ │ ├── python.vim │ │ │ ├── python_autopep8.vim │ │ │ └── typescript.vim │ │ └── indent │ │ │ └── python.vim │ ├── .vimrc │ ├── .zshrc │ ├── Plantillas │ │ └── Genéricas │ │ │ ├── Diagrama Dia.dia │ │ │ ├── Documento de Texto Plano.txt │ │ │ ├── Inkscape │ │ │ ├── Inkscape 1080p.svg │ │ │ ├── Inkscape 400x400.svg │ │ │ ├── Inkscape 700x300.svg │ │ │ ├── Inkscape 800x800.svg │ │ │ └── Inkscape A4.svg │ │ │ ├── Lenguaje de Marcas │ │ │ ├── Documento XML.xml │ │ │ ├── Esquema XSD.xsd │ │ │ ├── Esquema.dtd │ │ │ └── Estilos XSL.xsl │ │ │ ├── LibreOffice │ │ │ ├── LibreOffice Writer.odt │ │ │ └── Libreoffice Calc.ods │ │ │ ├── Scripts │ │ │ ├── Python2.py │ │ │ ├── Python3.py │ │ │ ├── Script Bash.sh │ │ │ └── Script SQL.sql │ │ │ └── Web │ │ │ ├── CSS.css │ │ │ ├── HTML5.html │ │ │ ├── Javascript.js │ │ │ ├── MySQL Workbench EER.mwb │ │ │ ├── PHP.php │ │ │ └── PHP_solo.php │ ├── dunst │ │ └── dunstrc │ └── powerline │ │ └── themes │ │ └── tmux │ │ └── default.json ├── usr │ ├── lib │ │ └── python2.7 │ │ │ └── dist-packages │ │ │ └── PyQt4 │ │ │ └── QtWebKit.so │ └── share │ │ └── icons │ │ └── fryntiz │ │ ├── AptanaStudio.png │ │ ├── AptanaStudio.xpm │ │ ├── adobe-flash.png │ │ ├── amarok.png │ │ ├── arduino-ide.png │ │ ├── arduino.png │ │ ├── backup.png │ │ ├── camera-photo.png │ │ ├── camera-photo.svg │ │ ├── camera-video.png │ │ ├── camera-video.svg │ │ ├── chromium-browser.png │ │ ├── chromium.png │ │ ├── db-download.png │ │ ├── db-upload.png │ │ ├── debian-security.png │ │ ├── debian.png │ │ ├── debian.svg │ │ ├── dir-backups.ico │ │ ├── dir-backups.png │ │ ├── dir-database.png │ │ ├── dir-database1.ico │ │ ├── dir-documents.svg │ │ ├── dir-dropbox.png │ │ ├── dir-games.png │ │ ├── dir-games1.ico │ │ ├── dir-games2.png │ │ ├── dir-games3.png │ │ ├── dir-games4.png │ │ ├── dir-info.png │ │ ├── dir-music.png │ │ ├── dir-share.png │ │ ├── dir-sites.png │ │ ├── dir-sql.png │ │ ├── dir-sql1.png │ │ ├── dir-toxic.png │ │ ├── dir-update.png │ │ ├── dir-zip.png │ │ ├── dropbox.png │ │ ├── file-db.png │ │ ├── file-javascript.png │ │ ├── file-javascript1.png │ │ ├── file-php.png │ │ ├── file-php1.png │ │ ├── file-php2.png │ │ ├── file-php3.png │ │ ├── file-php4.png │ │ ├── file-php5.png │ │ ├── file-php6.png │ │ ├── file-python.png │ │ ├── file-shellscript.png │ │ ├── filezilla.png │ │ ├── firefox-developer.png │ │ ├── firefox-nightly.png │ │ ├── firefox.png │ │ ├── folder-php.png │ │ ├── folder-python.png │ │ ├── geany.png │ │ ├── gimp.png │ │ ├── git-gui.png │ │ ├── git.png │ │ ├── giteye.png │ │ ├── gitg.png │ │ ├── gitk.png │ │ ├── gitkraken.png │ │ ├── gnusocial.png │ │ ├── gnusocial.svg │ │ ├── google-maps.png │ │ ├── gpodder.png │ │ ├── gpodder.svg │ │ ├── hdd.png │ │ ├── javascript.png │ │ ├── javascript1.png │ │ ├── keypad.png │ │ ├── keypad1.ico │ │ ├── mame.png │ │ ├── netbeans.icns │ │ ├── netbeans.png │ │ ├── paint.png │ │ ├── pentesting.png │ │ ├── pentesting1.png │ │ ├── pentesting2.png │ │ ├── pentesting3.png │ │ ├── pentesting4.png │ │ ├── phpstorm.png │ │ ├── prohibido.png │ │ ├── pycharm-edu.png │ │ ├── pycharm.png │ │ ├── python.png │ │ ├── python1.png │ │ ├── raspberry.png │ │ ├── record.png │ │ ├── record.svg │ │ ├── security-high.png │ │ ├── security-high.svg │ │ ├── security-low.png │ │ ├── security-low.svg │ │ ├── shared.png │ │ ├── shellscript.png │ │ ├── sql.png │ │ ├── telegram.png │ │ ├── telegram1.png │ │ ├── terminal.ico │ │ ├── tor-browser.png │ │ ├── tor-browser1.png │ │ ├── tor.png │ │ ├── tor.svg │ │ ├── torrent.svg │ │ ├── tux.png │ │ ├── usb-hdd.png │ │ ├── virtualbox.png │ │ ├── virtualbox.svg │ │ ├── webstorm.png │ │ ├── webstorm.svg │ │ ├── whatsapp.png │ │ ├── wireless.png │ │ ├── wireless.svg │ │ ├── youtube.png │ │ └── youtube1.png └── var │ └── www │ ├── default │ ├── favicon.ico │ ├── favicon.png │ ├── index.php │ ├── scripts.js │ └── styles.css │ ├── private │ ├── .htaccess │ └── CMS │ │ ├── .htaccess │ │ └── index.php │ └── public │ ├── .htaccess │ └── default │ ├── index.html │ ├── scripts.js │ └── styles.css ├── configurations ├── 0_Main.sh ├── crons.sh ├── generic.sh ├── hosts.sh └── scripts.sh ├── docs ├── Apps.jpg ├── IDEs.png ├── Lenguajes.png ├── Personalización.png ├── Preview.jpg ├── README.md ├── Servidores.png ├── i3-Dual_Monitor.png └── i3.png ├── env.example ├── fonts ├── DroidSans │ ├── Apache License.txt │ ├── DroidSans-Bold.ttf │ └── DroidSans.ttf ├── FiraCode │ ├── FiraCode-Bold.ttf │ ├── FiraCode-Light.ttf │ ├── FiraCode-Medium.ttf │ ├── FiraCode-Regular.ttf │ └── FiraCode-Retina.ttf ├── InputMono │ ├── Input-BoldItalic_(InputMonoNarrow-BoldItalic).ttf │ ├── Input-Bold_(InputMonoNarrow-Bold).ttf │ ├── Input-Italic_(InputMonoNarrow-Italic).ttf │ └── Input-Regular_(InputMonoNarrow-Regular).ttf ├── Sin_Ordenar │ ├── !MISQOT-Demi.ttf │ ├── !MISQOT-Heavy.ttf │ ├── !MISQOT.ttf │ ├── !SketchyTimesBold.ttf │ ├── !the black bloc-bold ital.ttf │ ├── !the black bloc-bold.ttf │ ├── !the black bloc-ital.ttf │ ├── !the black bloc-reg.ttf │ ├── 0629____.TTF │ ├── A Gothique Time .ttf │ ├── AARDV.TTF │ ├── AARVC___.TTF │ ├── ABITE.ttf │ ├── ABPER.ttf │ ├── AIRLOCK.TTF │ ├── AKUMA.ttf │ ├── ALBAM___.TTF │ ├── ALBAS___.TTF │ ├── ALBA____.TTF │ ├── ANGRC___.TTF │ ├── ANGRYBLU.TTF │ ├── ASEDRE.TTF │ ├── ASTAB___.TTF │ ├── AVENGEANCE MIGHTIEST AVENGER.otf │ ├── AVENGEANCE.otf │ ├── AVP.ttf │ ├── A_Lolita_Scorned.ttf │ ├── Achafexp.ttf │ ├── Achafexp1.ttf │ ├── Achafita.ttf │ ├── Achafita2.ttf │ ├── Achaflft.ttf │ ├── Achaflft1.ttf │ ├── Achafont.ttf │ ├── Achafont3.ttf │ ├── Achafout.ttf │ ├── Achafsex.ttf │ ├── Action of the Time Upper Lower.ttf │ ├── Aerosol.ttf │ ├── Aladin-Regular.ttf │ ├── Alien Resurrection.ttf │ ├── Alien-Encounters-Bold-Italic.ttf │ ├── Alien-Encounters-Italic.ttf │ ├── Alien-Encounters-Regular.ttf │ ├── Alien-Encounters-Solid-Bold-Italic.ttf │ ├── Alien-Encounters-Solid-Bold.ttf │ ├── Alien-Encounters-Solid-Italic.ttf │ ├── Alien-Encounters-Solid-Regular.ttf │ ├── Anaktoria.otf │ ├── Angel.ttf │ ├── Antipasto.ttf │ ├── AppleGaramond-LightItalic.ttf │ ├── Arista2.0 Alternate light.ttf │ ├── Arista2.0 light.ttf │ ├── Arista2.0.ttf │ ├── Arista2.0Alternate.ttf │ ├── Arista2.0Alternate_full.ttf │ ├── Arista2.0_fat.ttf │ ├── Augusta-Shadow.ttf │ ├── Augusta.ttf │ ├── Auto Motive.ttf │ ├── Aw.ttf │ ├── BEBAS___.TTF │ ├── BITSUMIS.TTF │ ├── BLACKFOR.TTF │ ├── Beautiful-ES.ttf │ ├── Birds of a.ttf │ ├── Black Metal.ttf │ ├── BlackAsylumDEMO-KCFonts.ttf │ ├── BlackBoard.ttf │ ├── BlackFlag.ttf │ ├── Blade 2.ttf │ ├── BlaxSlabXXL.ttf │ ├── Blazed.ttf │ ├── Bleeding_Cowboys.ttf │ ├── BloodOmen.ttf │ ├── Bohemian Typewriter.ttf │ ├── Bravo.ttf │ ├── Bump Pad.ttf │ ├── CAC Shishoni.ttf │ ├── CGF Locust Resistance.ttf │ ├── CableDingbats.ttf │ ├── Cafe Nero M54.ttf │ ├── Capture it.ttf │ ├── Care Bears Font.ttf │ ├── Clubland.ttf │ ├── Code-Bold.ttf │ ├── Code-Light.ttf │ ├── Crom_v1.ttf │ ├── DANUBE__.TTF │ ├── DIABLO_L.TTF │ ├── DIRTDEVI.TTF │ ├── DRAGGLET.TTF │ ├── DancingScript-Bold-VTT.ttf │ ├── DancingScript-Bold.otf │ ├── DancingScript-Bold.ttf │ ├── DancingScript-Regular-VTT.ttf │ ├── DancingScript-Regular.otf │ ├── DancingScript-Regular.ttf │ ├── Dirty Fox.ttf │ ├── Disko.otf │ ├── E.TTF │ ├── EARTH.TTF │ ├── EXL_____.TTF │ ├── Easter Parade.ttf │ ├── Eurosti.TTF │ ├── FFF Tusj.ttf │ ├── FREEBSCA.ttf │ ├── FREEBSC_.ttf │ ├── FUIL.TTF │ ├── FairyDustB.ttf │ ├── FamousLabel.ttf │ ├── Flavors-Regular.ttf │ ├── Font (el&font gothic!).ttf │ ├── GHOST RIDER MOVIE.ttf │ ├── GODOFWAR.TTF │ ├── GUEVARA_(1).TTF │ ├── Gotham-Black.otf │ ├── Gotham-BlackIta.otf │ ├── Gotham-Bold.otf │ ├── Gotham-BoldIta.otf │ ├── Gotham-Book.otf │ ├── Gotham-BookIta.otf │ ├── Gotham-Light.otf │ ├── Gotham-LightIta.otf │ ├── Gotham-Medium.otf │ ├── Gotham-MediumIta.otf │ ├── Gotham-Thin.otf │ ├── Gotham-ThinIta.otf │ ├── Gotham-Ultra.otf │ ├── Gotham-UltraIta.otf │ ├── Gotham-XLight.otf │ ├── Gotham-XLightIta.otf │ ├── Gotique.ttf │ ├── GreatArrows.ttf │ ├── HFF Bird.otf │ ├── HFF Ribbon.otf │ ├── Halo.ttf │ ├── HanaleiFill-Regular.ttf │ ├── Hitman.ttf │ ├── Horizon BT.ttf │ ├── Hotel Coral Essex.ttf │ ├── ITCAvantGardePro-Bold.ttf │ ├── IrishGrover.ttf │ ├── Isabella.ttf │ ├── Ithorn‰t.ttf │ ├── Julee-Regular.ttf │ ├── Kavoon-Regular.ttf │ ├── Kingdom_Hearts_Font.ttf │ ├── Kratos TrueType.ttf │ ├── LOKICOLA.TTF │ ├── LifeCraft_Font.ttf │ ├── LinkinPark.ttf │ ├── MAEL____.TTF │ ├── MK4.TTF │ ├── Make Juice.ttf │ ├── Megatron.ttf │ ├── Michroma (2).ttf │ ├── Michroma.ttf │ ├── Minangkabau.TTF │ ├── Mostwasted.ttf │ ├── Movie Times.ttf │ ├── Movies&Games.ttf │ ├── OASIS___.TTF │ ├── OCCIDENT.TTF │ ├── OXNARD__.TTF │ ├── ObelixProB-cyr.ttf │ ├── OldaniaADFStd-Bold.otf │ ├── OldaniaADFStd-BoldItalic.otf │ ├── OldaniaADFStd-Italic.otf │ ├── OldaniaADFStd-Regular.otf │ ├── OpTic.ttf │ ├── Orbitron-Black.ttf │ ├── Orbitron-Bold.ttf │ ├── Orbitron-Medium.ttf │ ├── Orial_Bold.otf │ ├── PEPSI_pl.ttf │ ├── PLANK___.TTF │ ├── POWDRFG_.ttf │ ├── POWDRFP_.ttf │ ├── POWDRFS_.ttf │ ├── POWDRFT_.ttf │ ├── POWDRF__.ttf │ ├── Por Siempre G¢tica.ttf │ ├── PressStart2P.ttf │ ├── PropCourierSans-Bold.ttf │ ├── Pump Demi Bold.TTF │ ├── Pure vain.otf │ ├── Quickargani.otf │ ├── RMGRR.TTF │ ├── ROF____&.ttf │ ├── RONMAIDE.TTF │ ├── Rase One Fill.ttf │ ├── Rockit.ttf │ ├── SEVESBRG.TTF │ ├── SHERWOOD.TTF │ ├── SURFS___.TTF │ ├── Sansation_Regular_0.ttf │ ├── Shaman.ttf │ ├── Simpsonfont.ttf │ ├── Social Network icons.ttf │ ├── SoulMission.ttf │ ├── Splinterde.otf │ ├── Sports World-Regular.otf │ ├── Sports World-Regular.ttf │ ├── Star_Jedi_Rounded.ttf │ ├── Starcraft Normal.ttf │ ├── Starjedi.ttf │ ├── TELETYPE.TTF │ ├── TRASHED.ttf │ ├── TRIBAL__.ttf │ ├── TRIBTWO_.ttf │ ├── TRON.TTF │ ├── TT0590M_.TTF │ ├── TechnoHideo.ttf │ ├── The 2K12.ttf │ ├── Transformers Movie.ttf │ ├── Transformers Movie_0.ttf │ ├── Transformers.ttf │ ├── Universal-college_DEMO-version.ttf │ ├── Universi.ttf │ ├── UtopiaBold.ttf │ ├── VINERA.TTF │ ├── VTCBelialsBladeItalic.ttf │ ├── Vtks Revolt.ttf │ ├── WELTRON2.TTF │ ├── WERP.TTF │ ├── WESTERN.TTF │ ├── WESTG___.TTF │ ├── Wolf4bp.ttf │ ├── Youngsook BTN.ttf │ ├── abaddon.TTF │ ├── abagail.ttf │ ├── adrip1.ttf │ ├── aflfont.TTF │ ├── alex.ttf │ ├── alexi.ttf │ ├── alien.ttf │ ├── bands_artists.ttf │ ├── batmfa__.ttf │ ├── batom.ttf │ ├── bedini.ttf │ ├── birf.ttf │ ├── blogerop.ttf │ ├── bones.ttf │ ├── boombox2.ttf │ ├── btseps2.TTF │ ├── carolingia.ttf │ ├── casot.ttf │ ├── century_gothic.TTF │ ├── cron (1).ttf │ ├── cron (2).ttf │ ├── cron (3).ttf │ ├── cron (4).TTF │ ├── cron (5).ttf │ ├── cruz.ttf │ ├── cuadr.ttf │ ├── cubelop.ttf │ ├── defused.ttf │ ├── desperado.ttf │ ├── dpquake_.ttf │ ├── drakon.ttf │ ├── drashui.ttf │ ├── eldiablo.ttf │ ├── electrical.ttf │ ├── esp_ital.ttf │ ├── ethnocentric rg.ttf │ ├── evanescent.ttf │ ├── evanescent_p.ttf │ ├── fr-bold.ttf │ ├── fr-fal1.ttf │ ├── fr-fal2.ttf │ ├── fr-title.ttf │ ├── fresh.ttf │ ├── funjer.ttf │ ├── funji.ttf │ ├── funjop.ttf │ ├── gift.ttf │ ├── gothica class 2.otf │ ├── graffonti.3d.drop.[fontvir.us].ttf │ ├── graffonti.atomic.bomb.[fontvir.us].ttf │ ├── graffonti.gradient.fill.[fontvir.us].ttf │ ├── heavy_data.ttf │ ├── hemi head 426.ttf │ ├── imagine_font.ttf │ ├── invisibl.ttf │ ├── jancient.ttf │ ├── ka1.ttf │ ├── karabine.ttf │ ├── kidcut.ttf │ ├── legalv2.ttf │ ├── legalv23d.ttf │ ├── legalv2c.ttf │ ├── legalv2ci.ttf │ ├── legalv2i.ttf │ ├── linkin.ttf │ ├── liuy.TTF │ ├── loiup.ttf │ ├── lupf.ttf │ ├── luy.ttf │ ├── metallica.TTF │ ├── minecrafter.ttf │ ├── mk1.ttf │ ├── mk2.ttf │ ├── mk5style.ttf │ ├── mkda.ttf │ ├── mkmyth.ttf │ ├── nakdmonk.ttf │ ├── oldania-adf-std.bold-italic.otf │ ├── oldania-adf-std.bold.otf │ ├── oldania-adf-std.italic.otf │ ├── oldania-adf-std.regular.otf │ ├── pive.ttf │ ├── quake2.ttf │ ├── qwer.ttf │ ├── radio stars.ttf │ ├── rammstein.ttf │ ├── rockster.ttf │ ├── ruit.ttf │ ├── satan_hum_sav.ttf │ ├── segoeui.ttf │ ├── seguisb.ttf │ ├── semplit.ttf │ ├── sort.ttf │ ├── space age.ttf │ ├── stonehenge.ttf │ ├── teryo.ttf │ ├── thundara.ttf │ ├── to_hell_and_back.ttf │ ├── uctv.ttf │ ├── urw-bookman-l-light.ttf │ ├── venus rising.ttf │ ├── vikingn.ttf │ ├── wildcard.ttf │ ├── wildcard3d.ttf │ ├── wildcard3di.ttf │ ├── wildcardacad.ttf │ ├── wildcardacadi.ttf │ ├── wildcardcon.ttf │ ├── wildcardconi.ttf │ ├── wildcardexp.ttf │ ├── wildcardexpi.ttf │ ├── wildcardi.ttf │ ├── wildcardlas.ttf │ ├── wildcardlasi.ttf │ ├── yahoo.ttf │ ├── zeddan.ttf │ ├── zombie__.ttf │ └── zorque.ttf ├── SourceCodePro │ ├── SIL Open Font License.txt │ ├── SourceCodePro-Black.otf │ ├── SourceCodePro-BlackIt.otf │ ├── SourceCodePro-Bold.otf │ ├── SourceCodePro-BoldIt.otf │ ├── SourceCodePro-ExtraLight.otf │ ├── SourceCodePro-ExtraLightIt.otf │ ├── SourceCodePro-It.otf │ ├── SourceCodePro-Light.otf │ ├── SourceCodePro-LightIt.otf │ ├── SourceCodePro-Medium.otf │ ├── SourceCodePro-MediumIt.otf │ ├── SourceCodePro-Regular.otf │ ├── SourceCodePro-Semibold.otf │ └── SourceCodePro-SemiboldIt.otf └── mononoki │ ├── mononoki-Bold.ttf │ ├── mononoki-BoldItalic.ttf │ ├── mononoki-Italic.ttf │ └── mononoki-Regular.ttf ├── functions.sh ├── limpiador.sh ├── main-vps.sh ├── main.sh ├── preferences.sh ├── raspberry ├── 0_Main.sh ├── add-ram-filesystem.sh ├── clone-extra-repositories.sh ├── piaware.sh └── prepare-directories.sh ├── resources └── .gitignore ├── root ├── 0_Main.sh ├── nano.sh ├── permisos.sh ├── programas-default.sh ├── terminales.sh └── vim.sh ├── routes.sh └── servers ├── 0_Main.sh ├── apache2 ├── functions.sh ├── install.sh ├── site-default.sh ├── site-private.sh └── site-public.sh ├── bind.sh ├── docker.sh ├── gocd.sh ├── mariaDB.sh ├── mongodb.sh ├── mumble.sh ├── nginx.sh ├── nodejs.sh ├── postfix.sh ├── postgreSQL.sh ├── sqlite.sh └── ssh.sh /.codeclimate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/.codeclimate.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/.gitignore -------------------------------------------------------------------------------- /Accesos_Directos/Arduino-IDE.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Accesos_Directos/Arduino-IDE.desktop -------------------------------------------------------------------------------- /Accesos_Directos/Telegram.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Accesos_Directos/Telegram.desktop -------------------------------------------------------------------------------- /Accesos_Directos/gimp2.10.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Accesos_Directos/gimp2.10.desktop -------------------------------------------------------------------------------- /Accesos_Directos/phpstorm.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Accesos_Directos/phpstorm.desktop -------------------------------------------------------------------------------- /Accesos_Directos/pycharm.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Accesos_Directos/pycharm.desktop -------------------------------------------------------------------------------- /Accesos_Directos/webstorm.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Accesos_Directos/webstorm.desktop -------------------------------------------------------------------------------- /Apps/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/0_Main.sh -------------------------------------------------------------------------------- /Apps/1_Aplicaciones_Basicas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/1_Aplicaciones_Basicas.sh -------------------------------------------------------------------------------- /Apps/2_Aplicaciones_Extras.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/2_Aplicaciones_Extras.sh -------------------------------------------------------------------------------- /Apps/3_Aplicaciones_Usuario.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/3_Aplicaciones_Usuario.sh -------------------------------------------------------------------------------- /Apps/DBeaver.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/DBeaver.sh -------------------------------------------------------------------------------- /Apps/Firefox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/Firefox.sh -------------------------------------------------------------------------------- /Apps/Geany.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/Geany.sh -------------------------------------------------------------------------------- /Apps/GitKraken.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/GitKraken.sh -------------------------------------------------------------------------------- /Apps/Haroopad.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/Haroopad.sh -------------------------------------------------------------------------------- /Apps/IDEs/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/IDEs/0_Main.sh -------------------------------------------------------------------------------- /Apps/IDEs/Arduino.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/IDEs/Arduino.sh -------------------------------------------------------------------------------- /Apps/IDEs/android_studio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/IDEs/android_studio.sh -------------------------------------------------------------------------------- /Apps/IDEs/netbeans.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Apps/IDEs/phpstorm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/IDEs/phpstorm.sh -------------------------------------------------------------------------------- /Apps/IDEs/pycharm_pro.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/IDEs/pycharm_pro.sh -------------------------------------------------------------------------------- /Apps/IDEs/webstorm.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/IDEs/webstorm.sh -------------------------------------------------------------------------------- /Apps/Pencil-Project.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/Pencil-Project.sh -------------------------------------------------------------------------------- /Apps/desarrollo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/desarrollo.sh -------------------------------------------------------------------------------- /Apps/firmware.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/firmware.sh -------------------------------------------------------------------------------- /Apps/flatpak.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/flatpak.sh -------------------------------------------------------------------------------- /Apps/grafico.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/grafico.sh -------------------------------------------------------------------------------- /Apps/herramientas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/herramientas.sh -------------------------------------------------------------------------------- /Apps/internet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/internet.sh -------------------------------------------------------------------------------- /Apps/juegos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/juegos.sh -------------------------------------------------------------------------------- /Apps/ofimatica.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/ofimatica.sh -------------------------------------------------------------------------------- /Apps/pentesting.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/pentesting.sh -------------------------------------------------------------------------------- /Apps/servidor-grafico.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/servidor-grafico.sh -------------------------------------------------------------------------------- /Apps/sonido.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/sonido.sh -------------------------------------------------------------------------------- /Apps/video.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/video.sh -------------------------------------------------------------------------------- /Apps/virtualizacion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/virtualizacion.sh -------------------------------------------------------------------------------- /Apps/vps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Apps/vps.sh -------------------------------------------------------------------------------- /Desktops/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Desktops/0_Main.sh -------------------------------------------------------------------------------- /Desktops/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Desktops/README.md -------------------------------------------------------------------------------- /Desktops/gnome-shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Desktops/gnome-shell.sh -------------------------------------------------------------------------------- /Desktops/i3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Desktops/i3.sh -------------------------------------------------------------------------------- /Desktops/openbox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Desktops/openbox.sh -------------------------------------------------------------------------------- /Desktops/sway.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Desktops/sway.sh -------------------------------------------------------------------------------- /Desktops/xmonad.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Desktops/xmonad.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/LICENSE -------------------------------------------------------------------------------- /Lenguajes-Programacion/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Lenguajes-Programacion/0_Main.sh -------------------------------------------------------------------------------- /Lenguajes-Programacion/android.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Lenguajes-Programacion/android.sh -------------------------------------------------------------------------------- /Lenguajes-Programacion/c.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Lenguajes-Programacion/c.sh -------------------------------------------------------------------------------- /Lenguajes-Programacion/go.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Lenguajes-Programacion/go.sh -------------------------------------------------------------------------------- /Lenguajes-Programacion/perl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Lenguajes-Programacion/perl.sh -------------------------------------------------------------------------------- /Lenguajes-Programacion/php.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Lenguajes-Programacion/php.sh -------------------------------------------------------------------------------- /Lenguajes-Programacion/python.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Lenguajes-Programacion/python.sh -------------------------------------------------------------------------------- /Lenguajes-Programacion/ruby.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Lenguajes-Programacion/ruby.sh -------------------------------------------------------------------------------- /Personalizar/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/0_Main.sh -------------------------------------------------------------------------------- /Personalizar/Configurar_GIT.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/Configurar_GIT.sh -------------------------------------------------------------------------------- /Personalizar/Terminales.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/Terminales.sh -------------------------------------------------------------------------------- /Personalizar/cursors.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/cursors.sh -------------------------------------------------------------------------------- /Personalizar/fonts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/fonts.sh -------------------------------------------------------------------------------- /Personalizar/grub.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/grub.sh -------------------------------------------------------------------------------- /Personalizar/gtk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/gtk.sh -------------------------------------------------------------------------------- /Personalizar/gtk2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/gtk2.sh -------------------------------------------------------------------------------- /Personalizar/gtk3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/gtk3.sh -------------------------------------------------------------------------------- /Personalizar/gtk4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/gtk4.sh -------------------------------------------------------------------------------- /Personalizar/icons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/icons.sh -------------------------------------------------------------------------------- /Personalizar/qt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/qt.sh -------------------------------------------------------------------------------- /Personalizar/services.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Personalizar/services.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/README.md -------------------------------------------------------------------------------- /Repositorios/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/0_Main.sh -------------------------------------------------------------------------------- /Repositorios/debian.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/debian.sh -------------------------------------------------------------------------------- /Repositorios/debian/common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/debian/common.sh -------------------------------------------------------------------------------- /Repositorios/debian/common_vps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/debian/common_vps.sh -------------------------------------------------------------------------------- /Repositorios/debian/stable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/debian/stable.sh -------------------------------------------------------------------------------- /Repositorios/debian/testing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/debian/testing.sh -------------------------------------------------------------------------------- /Repositorios/debian/unstable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/debian/unstable.sh -------------------------------------------------------------------------------- /Repositorios/debian/vps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/debian/vps.sh -------------------------------------------------------------------------------- /Repositorios/debian/vps/sources.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/debian/vps/sources.list -------------------------------------------------------------------------------- /Repositorios/fedora.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/fedora.sh -------------------------------------------------------------------------------- /Repositorios/gentoo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/gentoo.sh -------------------------------------------------------------------------------- /Repositorios/macos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/macos.sh -------------------------------------------------------------------------------- /Repositorios/raspbian.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/raspbian.sh -------------------------------------------------------------------------------- /Repositorios/raspbian/sources.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Repositorios/raspbian/sources.list -------------------------------------------------------------------------------- /Repositorios/raspbian/sources.list.d/otros.list: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Software-Lists/README.md -------------------------------------------------------------------------------- /Software-Lists/debian/Apps/bashit.lst: -------------------------------------------------------------------------------- 1 | rbenv 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Apps/tmux.lst: -------------------------------------------------------------------------------- 1 | tmux 2 | tmux-plugin-manager 3 | -------------------------------------------------------------------------------- /Software-Lists/debian/Apps/vim.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Software-Lists/debian/Apps/vim.lst -------------------------------------------------------------------------------- /Software-Lists/debian/Basico/internet.lst: -------------------------------------------------------------------------------- 1 | wget 2 | curl 3 | -------------------------------------------------------------------------------- /Software-Lists/debian/Basico/monitores.lst: -------------------------------------------------------------------------------- 1 | htop 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Desarrollo/android.lst: -------------------------------------------------------------------------------- 1 | android-tools-fastboot 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Desarrollo/control-versiones.lst: -------------------------------------------------------------------------------- 1 | ghi 2 | git-hub 3 | meld 4 | -------------------------------------------------------------------------------- /Software-Lists/debian/Desarrollo/databases.lst: -------------------------------------------------------------------------------- 1 | dbeaver-ce -------------------------------------------------------------------------------- /Software-Lists/debian/Desarrollo/diagramas.lst: -------------------------------------------------------------------------------- 1 | dia 2 | umlet -------------------------------------------------------------------------------- /Software-Lists/debian/Desarrollo/editores.lst: -------------------------------------------------------------------------------- 1 | gedit -------------------------------------------------------------------------------- /Software-Lists/debian/Desarrollo/ftp.lst: -------------------------------------------------------------------------------- 1 | filezilla -------------------------------------------------------------------------------- /Software-Lists/debian/Desarrollo/ide.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Desarrollo/nubes.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Desktops/gnome-extensions.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Desktops/wayland-base.lst: -------------------------------------------------------------------------------- 1 | ibus-wayland 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Desktops/wm-min-software-wayland.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Desktops/xmonad.lst: -------------------------------------------------------------------------------- 1 | xmonad -------------------------------------------------------------------------------- /Software-Lists/debian/Diseño-grafico/3d.lst: -------------------------------------------------------------------------------- 1 | python3-cryptography 2 | blender -------------------------------------------------------------------------------- /Software-Lists/debian/Diseño-grafico/mapas-de-bits.lst: -------------------------------------------------------------------------------- 1 | gimp 2 | imagemagick 3 | -------------------------------------------------------------------------------- /Software-Lists/debian/Diseño-grafico/utilidades.lst: -------------------------------------------------------------------------------- 1 | agave 2 | gpick 3 | -------------------------------------------------------------------------------- /Software-Lists/debian/Diseño-grafico/vectores.lst: -------------------------------------------------------------------------------- 1 | inkscape 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Diseño-grafico/visores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Firmware/basico-privado.lst: -------------------------------------------------------------------------------- 1 | firmware-linux-nonfree 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Firmware/intel.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Firmware/nvidia-optimus.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Firmware/nvidia.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Herramientas/archivos.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Internet/correo.lst: -------------------------------------------------------------------------------- 1 | thunderbird 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Internet/herramientas.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Internet/nubes.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Internet/redes-sociales.lst: -------------------------------------------------------------------------------- 1 | telegram-desktop 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Juegos/arcade.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Juegos/emuladores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Juegos/estrategia.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Juegos/mesa.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Lenguajes-Programacion/c.lst: -------------------------------------------------------------------------------- 1 | cmake 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Lenguajes-Programacion/go.lst: -------------------------------------------------------------------------------- 1 | golang-go 2 | gocode 3 | golint 4 | -------------------------------------------------------------------------------- /Software-Lists/debian/Ofimatica/suites.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Ofimatica/visores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Pentesting/bluetooth.lst: -------------------------------------------------------------------------------- 1 | btscanner 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Pentesting/db.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Pentesting/frameworks.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Personalizar/cursors.lst: -------------------------------------------------------------------------------- 1 | crystalcursors 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Personalizar/gtk.lst: -------------------------------------------------------------------------------- 1 | materia-gtk-theme 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Personalizar/gtk2.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Personalizar/gtk3.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Personalizar/gtk4.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Personalizar/icons.lst: -------------------------------------------------------------------------------- 1 | papirus-icon-theme 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Personalizar/qt.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Servidor-grafico/wayland.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Sonido/codecs.lst: -------------------------------------------------------------------------------- 1 | aac-enc 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Sonido/conversores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/debian/Sonido/editores.lst: -------------------------------------------------------------------------------- 1 | audacity 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Video/codecs.lst: -------------------------------------------------------------------------------- 1 | x264 2 | x265 3 | vpx-tools 4 | ffcvt 5 | libvpx6 6 | -------------------------------------------------------------------------------- /Software-Lists/debian/Video/editores.lst: -------------------------------------------------------------------------------- 1 | kdenlive 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/Video/reproductores.lst: -------------------------------------------------------------------------------- 1 | mpv -------------------------------------------------------------------------------- /Software-Lists/debian/Vps/basico.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Software-Lists/debian/Vps/basico.lst -------------------------------------------------------------------------------- /Software-Lists/debian/servers/mumble.lst: -------------------------------------------------------------------------------- 1 | mumble-server 2 | -------------------------------------------------------------------------------- /Software-Lists/debian/servers/nodejs.lst: -------------------------------------------------------------------------------- 1 | nodejs 2 | node-typescript 3 | libpng-dev 4 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Apps/bashit.lst: -------------------------------------------------------------------------------- 1 | fasd 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Apps/tmux.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Software-Lists/fedora/Apps/tmux.lst -------------------------------------------------------------------------------- /Software-Lists/fedora/Apps/vim.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Software-Lists/fedora/Apps/vim.lst -------------------------------------------------------------------------------- /Software-Lists/fedora/Basico/audio.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Basico/firewall.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Basico/internet.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Basico/monitores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desarrollo/android.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desarrollo/comandos.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desarrollo/control-versiones.lst: -------------------------------------------------------------------------------- 1 | git 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desarrollo/databases.lst: -------------------------------------------------------------------------------- 1 | kexi 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desarrollo/diagramas.lst: -------------------------------------------------------------------------------- 1 | dia 2 | umbrello 3 | planner 4 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desarrollo/ftp.lst: -------------------------------------------------------------------------------- 1 | filezilla 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desarrollo/ide.lst: -------------------------------------------------------------------------------- 1 | arduino 2 | atom 3 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desarrollo/nubes.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desktops/sway.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desktops/wayland-base.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desktops/wm-min-software-wayland.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Desktops/xmonad.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Diseño-grafico/2d.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Diseño-grafico/utilidades.lst: -------------------------------------------------------------------------------- 1 | gpick 2 | imagination 3 | fotoxx 4 | digikam 5 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Diseño-grafico/visores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Firmware/basico-libre.lst: -------------------------------------------------------------------------------- 1 | @base-x 2 | mesa-libGLU 3 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Firmware/basico-privado.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Firmware/intel.lst: -------------------------------------------------------------------------------- 1 | intel-gpu-tools 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Internet/descargar.lst: -------------------------------------------------------------------------------- 1 | transmission 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Internet/herramientas.lst: -------------------------------------------------------------------------------- 1 | gwget 2 | remmina* 3 | putty 4 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Internet/redes-sociales.lst: -------------------------------------------------------------------------------- 1 | corebird 2 | telegram-desktop 3 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Juegos/emuladores.lst: -------------------------------------------------------------------------------- 1 | playonlinux 2 | steam 3 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Juegos/estrategia.lst: -------------------------------------------------------------------------------- 1 | 0ad 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Juegos/mesa.lst: -------------------------------------------------------------------------------- 1 | brutalcheess 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Juegos/platforms.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Lenguajes-Programacion/android.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Lenguajes-Programacion/c.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Lenguajes-Programacion/go.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Lenguajes-Programacion/perl.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Lenguajes-Programacion/php.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Lenguajes-Programacion/ruby.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Ofimatica/editores.lst: -------------------------------------------------------------------------------- 1 | geany 2 | qownnotes 3 | pdfmod 4 | scribus 5 | projectlibre 6 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Ofimatica/visores.lst: -------------------------------------------------------------------------------- 1 | evince 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Pentesting/bluetooth.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Pentesting/crackers.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Pentesting/db.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Pentesting/frameworks.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Pentesting/sistema.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Personalizar/cursors.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Personalizar/gnome_shell.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Personalizar/gtk.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Personalizar/gtk2.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Personalizar/gtk3.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Personalizar/gtk4.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Personalizar/icons.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Personalizar/qt.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidor-grafico/wayland.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidor-grafico/xorg.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidores/apache2.lst: -------------------------------------------------------------------------------- 1 | httpd 2 | mod_ssl 3 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidores/bind.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidores/docker.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidores/mongodb.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidores/mumble.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidores/nodejs.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidores/postfix.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidores/sqlite.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Servidores/ssh.lst: -------------------------------------------------------------------------------- 1 | openssh 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Sonido/conversores.lst: -------------------------------------------------------------------------------- 1 | soundconverter 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Sonido/editores.lst: -------------------------------------------------------------------------------- 1 | lmms 2 | audacity 3 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Sonido/reproductores.lst: -------------------------------------------------------------------------------- 1 | clementine 2 | amarok 3 | rhythmbox 4 | gpodder 5 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Video/editores.lst: -------------------------------------------------------------------------------- 1 | ffmpeg 2 | kdenlive 3 | flowblade 4 | openshot 5 | lives 6 | synfig 7 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Video/record_screen.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Video/reproductores.lst: -------------------------------------------------------------------------------- 1 | mplayer 2 | vlc 3 | mpv 4 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Virtualizacion/programas.lst: -------------------------------------------------------------------------------- 1 | VirtualBox 2 | -------------------------------------------------------------------------------- /Software-Lists/fedora/Vps/basico.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Apps/bashit.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Apps/ohmyzsh.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Apps/powerline.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Apps/tmux.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Apps/vim.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Basico/audio.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Basico/compresores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Basico/firewall.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Basico/herramientas.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Basico/internet.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Basico/monitores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Basico/terminal.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desarrollo/android.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desarrollo/comandos.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desarrollo/control-versiones.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desarrollo/databases.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desarrollo/diagramas.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desarrollo/editores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desarrollo/ftp.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desarrollo/ide.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desarrollo/nubes.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desktops/gnome-extensions.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desktops/gnome.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desktops/openbox.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desktops/sway.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desktops/wayland-base.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desktops/wm-min-software-wayland.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Desktops/xmonad.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Diseño-grafico/2d.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Diseño-grafico/3d.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Diseño-grafico/mapas-de-bits.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Diseño-grafico/utilidades.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Diseño-grafico/vectores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Diseño-grafico/visores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Firmware/basico-libre.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Firmware/basico-privado.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Firmware/intel.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Firmware/nvidia-optimus.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Firmware/nvidia.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Herramientas/archivos.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Herramientas/sistema.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Internet/correo.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Internet/descargar.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Internet/herramientas.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Internet/navegadores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Internet/nubes.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Internet/redes-sociales.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Juegos/arcade.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Juegos/emuladores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Juegos/estrategia.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Juegos/mesa.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Juegos/platforms.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Lenguajes-Programacion/android.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Lenguajes-Programacion/c.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Lenguajes-Programacion/go.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Lenguajes-Programacion/perl.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Lenguajes-Programacion/php.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Lenguajes-Programacion/python.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Lenguajes-Programacion/python2.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Lenguajes-Programacion/python3.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Lenguajes-Programacion/ruby.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Ofimatica/conversores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Ofimatica/editores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Ofimatica/suites.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Ofimatica/visores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Pentesting/bluetooth.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Pentesting/crackers.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Pentesting/db.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Pentesting/frameworks.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Pentesting/redes.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Pentesting/sistema.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Personalizar/cursors.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Personalizar/gnome_shell.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Personalizar/gtk.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Personalizar/gtk2.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Personalizar/gtk3.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Personalizar/gtk4.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Personalizar/icons.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Personalizar/qt.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidor-grafico/wayland.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidor-grafico/xorg.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/apache2.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/bind.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/docker.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/mariadb.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/mongodb.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/mumble.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/nodejs.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/postfix.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/postgresql.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/sqlite.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Servidores/ssh.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Sonido/codecs.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Sonido/conversores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Sonido/editores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Sonido/reproductores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Video/codecs.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Video/conversores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Video/editores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Video/record_screen.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Video/reproductores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Virtualizacion/programas.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/gentoo/Vps/basico.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Apps/bashit.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Apps/powerline.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Apps/tmux.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Apps/vim.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Basico/audio.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Basico/compresores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Basico/firewall.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Basico/herramientas.lst: -------------------------------------------------------------------------------- 1 | cakebrew 2 | keepassxc 3 | -------------------------------------------------------------------------------- /Software-Lists/macos/Basico/internet.lst: -------------------------------------------------------------------------------- 1 | wget 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Basico/monitores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Basico/terminal.lst: -------------------------------------------------------------------------------- 1 | neofetch 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desarrollo/android.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desarrollo/comandos.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desarrollo/control-versiones.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desarrollo/diagramas.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desarrollo/editores.lst: -------------------------------------------------------------------------------- 1 | db-browser-for-sqlite 2 | atom 3 | postman 4 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desarrollo/ftp.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desarrollo/nubes.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desktops/gnome-extensions.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desktops/gnome.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desktops/openbox.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desktops/sway.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desktops/wayland-base.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desktops/wm-min-software-wayland.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Desktops/xmonad.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Diseño-grafico/2d.lst: -------------------------------------------------------------------------------- 1 | synfig 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Diseño-grafico/3d.lst: -------------------------------------------------------------------------------- 1 | ultimaker-cura 2 | blender 3 | freecad 4 | -------------------------------------------------------------------------------- /Software-Lists/macos/Diseño-grafico/mapas-de-bits.lst: -------------------------------------------------------------------------------- 1 | gimp 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Diseño-grafico/utilidades.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Diseño-grafico/vectores.lst: -------------------------------------------------------------------------------- 1 | inkscape 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Diseño-grafico/visores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Firmware/basico-libre.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Firmware/basico-privado.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Firmware/intel.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Firmware/nvidia-optimus.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Firmware/nvidia.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Herramientas/archivos.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Herramientas/sistema.lst: -------------------------------------------------------------------------------- 1 | balenaetcher 2 | monero 3 | -------------------------------------------------------------------------------- /Software-Lists/macos/Internet/correo.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Internet/descargar.lst: -------------------------------------------------------------------------------- 1 | transmission 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Internet/herramientas.lst: -------------------------------------------------------------------------------- 1 | anydesk 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Internet/nubes.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Internet/redes-sociales.lst: -------------------------------------------------------------------------------- 1 | discord 2 | telegram-desktop 3 | -------------------------------------------------------------------------------- /Software-Lists/macos/Juegos/arcade.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Juegos/emuladores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Juegos/estrategia.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Juegos/mesa.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Juegos/platforms.lst: -------------------------------------------------------------------------------- 1 | steam 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Lenguajes-Programacion/android.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Lenguajes-Programacion/c.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Lenguajes-Programacion/go.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Lenguajes-Programacion/perl.lst: -------------------------------------------------------------------------------- 1 | perl 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Lenguajes-Programacion/python.lst: -------------------------------------------------------------------------------- 1 | python3.9 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Lenguajes-Programacion/python2.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Lenguajes-Programacion/python3.lst: -------------------------------------------------------------------------------- 1 | python@3.9 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Lenguajes-Programacion/ruby.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Ofimatica/conversores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Ofimatica/editores.lst: -------------------------------------------------------------------------------- 1 | qownnotes 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Ofimatica/suites.lst: -------------------------------------------------------------------------------- 1 | libreoffice 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Ofimatica/visores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Pentesting/bluetooth.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Pentesting/crackers.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Pentesting/db.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Pentesting/frameworks.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Pentesting/redes.lst: -------------------------------------------------------------------------------- 1 | wireshark 2 | nmap 3 | -------------------------------------------------------------------------------- /Software-Lists/macos/Pentesting/sistema.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Personalizar/cursors.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Personalizar/gnome_shell.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Personalizar/gtk.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Personalizar/gtk2.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Personalizar/gtk3.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Personalizar/gtk4.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Personalizar/icons.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Personalizar/qt.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Servidor-grafico/wayland.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Servidor-grafico/xorg.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Sonido/codecs.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Sonido/conversores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Sonido/editores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Sonido/reproductores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Video/codecs.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Video/conversores.lst: -------------------------------------------------------------------------------- 1 | handbrake 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Video/editores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/Video/record_screen.lst: -------------------------------------------------------------------------------- 1 | obs 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Video/reproductores.lst: -------------------------------------------------------------------------------- 1 | vlc 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Virtualizacion/programas.lst: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/Vps/basico.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/apache2.lst: -------------------------------------------------------------------------------- 1 | httpd 2 | phpmyadmin 3 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/bind.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/docker.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/mariadb.lst: -------------------------------------------------------------------------------- 1 | mariadb@11.2 2 | phpmyadmin 3 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/mongodb.lst: -------------------------------------------------------------------------------- 1 | mongodb-community 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/mumble.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/nodejs.lst: -------------------------------------------------------------------------------- 1 | node@22 2 | ios-deploy 3 | cocoapods 4 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/postfix.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/postgresql.lst: -------------------------------------------------------------------------------- 1 | postgresql@14 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/sqlite.lst: -------------------------------------------------------------------------------- 1 | sqlite 2 | -------------------------------------------------------------------------------- /Software-Lists/macos/servers/ssh.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Apps/bashit.lst: -------------------------------------------------------------------------------- 1 | rbenv 2 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Apps/tmux.lst: -------------------------------------------------------------------------------- 1 | tmux 2 | tmux-plugin-manager 3 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Apps/vim.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Software-Lists/raspbian/Apps/vim.lst -------------------------------------------------------------------------------- /Software-Lists/raspbian/Basico/audio.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Basico/firewall.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Basico/internet.lst: -------------------------------------------------------------------------------- 1 | wget 2 | curl 3 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Basico/monitores.lst: -------------------------------------------------------------------------------- 1 | htop 2 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desarrollo/android.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desarrollo/comandos.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desarrollo/control-versiones.lst: -------------------------------------------------------------------------------- 1 | ghi 2 | git-hub 3 | meld 4 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desarrollo/databases.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desarrollo/diagramas.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desarrollo/editores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desarrollo/ftp.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desarrollo/ide.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desarrollo/nubes.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desktops/gnome-extensions.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desktops/gnome.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desktops/i3wm.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desktops/openbox.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desktops/sway.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desktops/wayland-base.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desktops/wm-min-software-wayland.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desktops/wm-min-software.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desktops/x11-base.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Desktops/xmonad.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Diseño-grafico/2d.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Diseño-grafico/3d.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Diseño-grafico/mapas-de-bits.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Diseño-grafico/utilidades.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Diseño-grafico/vectores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Diseño-grafico/visores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Firmware/basico-libre.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Firmware/basico-privado.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Firmware/intel.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Firmware/nvidia-optimus.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Firmware/nvidia.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Herramientas/archivos.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Herramientas/sistema.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Internet/correo.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Internet/descargar.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Internet/herramientas.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Internet/navegadores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Internet/nubes.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Internet/redes-sociales.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Juegos/arcade.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Juegos/emuladores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Juegos/estrategia.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Juegos/mesa.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Juegos/platforms.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Lenguajes-Programacion/android.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Lenguajes-Programacion/c.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Lenguajes-Programacion/go.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Lenguajes-Programacion/perl.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Lenguajes-Programacion/python.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Lenguajes-Programacion/python2.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Lenguajes-Programacion/python3.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Lenguajes-Programacion/ruby.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Ofimatica/conversores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Ofimatica/editores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Ofimatica/suites.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Ofimatica/visores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Pentesting/bluetooth.lst: -------------------------------------------------------------------------------- 1 | btscanner 2 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Pentesting/db.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Pentesting/frameworks.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Personalizar/cursors.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Personalizar/fonts.lst: -------------------------------------------------------------------------------- 1 | fonts-hack -------------------------------------------------------------------------------- /Software-Lists/raspbian/Personalizar/gnome_shell.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Personalizar/gtk.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Personalizar/gtk2.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Personalizar/gtk3.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Personalizar/gtk4.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Personalizar/icons.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Personalizar/qt.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Servidor-grafico/wayland.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Servidor-grafico/xorg.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Sonido/codecs.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Sonido/conversores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Sonido/editores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Sonido/reproductores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Video/codecs.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Video/conversores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Video/editores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Video/record_screen.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Video/reproductores.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Virtualizacion/programas.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/Vps/basico.lst: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/servers/mumble.lst: -------------------------------------------------------------------------------- 1 | mumble-server 2 | -------------------------------------------------------------------------------- /Software-Lists/raspbian/servers/nodejs.lst: -------------------------------------------------------------------------------- 1 | nodejs 2 | node-typescript 3 | libpng-dev 4 | -------------------------------------------------------------------------------- /Usuario/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/0_Main.sh -------------------------------------------------------------------------------- /Usuario/OhMyZsh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/OhMyZsh.sh -------------------------------------------------------------------------------- /Usuario/bashit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/bashit.sh -------------------------------------------------------------------------------- /Usuario/directories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/directories.sh -------------------------------------------------------------------------------- /Usuario/gedit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/gedit.sh -------------------------------------------------------------------------------- /Usuario/heroku.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/heroku.sh -------------------------------------------------------------------------------- /Usuario/nano.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/nano.sh -------------------------------------------------------------------------------- /Usuario/permisos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/permisos.sh -------------------------------------------------------------------------------- /Usuario/plantillas.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/plantillas.sh -------------------------------------------------------------------------------- /Usuario/powerline.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/powerline.sh -------------------------------------------------------------------------------- /Usuario/programas-default.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/programas-default.sh -------------------------------------------------------------------------------- /Usuario/spacevim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/spacevim.sh -------------------------------------------------------------------------------- /Usuario/terminales.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/terminales.sh -------------------------------------------------------------------------------- /Usuario/tmux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/tmux.sh -------------------------------------------------------------------------------- /Usuario/vim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/Usuario/vim.sh -------------------------------------------------------------------------------- /VPS/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/VPS/0_Main.sh -------------------------------------------------------------------------------- /VPS/administrator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/VPS/administrator.sh -------------------------------------------------------------------------------- /VPS/conf/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/VPS/conf/.bashrc -------------------------------------------------------------------------------- /VPS/fail2ban.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/VPS/fail2ban.sh -------------------------------------------------------------------------------- /VPS/firewall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/VPS/firewall.sh -------------------------------------------------------------------------------- /VPS/user_admin.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/VPS/user_admin.sh -------------------------------------------------------------------------------- /conf/Apps/Tilix/tilix.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/Apps/Tilix/tilix.conf -------------------------------------------------------------------------------- /conf/Apps/Tilix/vte.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/Apps/Tilix/vte.sh -------------------------------------------------------------------------------- /conf/Apps/gedit/.config/gedit/accels: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/Apps/gedit/.config/gedit/accels -------------------------------------------------------------------------------- /conf/bin/check_apache_and_start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/bin/check_apache_and_start.sh -------------------------------------------------------------------------------- /conf/bin/check_mysql_and_start.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /conf/bin/check_postgresql_and_start.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /conf/bin/gocd_laravel_rebuild.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/bin/gocd_laravel_rebuild.sh -------------------------------------------------------------------------------- /conf/bin/gocd_publish_apache.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/bin/gocd_publish_apache.sh -------------------------------------------------------------------------------- /conf/bin/php_version_select.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/bin/php_version_select.sh -------------------------------------------------------------------------------- /conf/bin/raspberry/rpi_read_temp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/bin/raspberry/rpi_read_temp.sh -------------------------------------------------------------------------------- /conf/bin/scripts_info.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/bin/scripts_info.sh -------------------------------------------------------------------------------- /conf/bin/telegram_send_message.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/bin/telegram_send_message.sh -------------------------------------------------------------------------------- /conf/etc/apache2/ports.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/etc/apache2/ports.conf -------------------------------------------------------------------------------- /conf/etc/cron.d/certbot.cron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/etc/cron.d/certbot.cron -------------------------------------------------------------------------------- /conf/etc/cron.d/example.cron: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/etc/cron.d/example.cron -------------------------------------------------------------------------------- /conf/etc/hosts.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/etc/hosts.local -------------------------------------------------------------------------------- /conf/etc/mumble-server.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/etc/mumble-server.ini -------------------------------------------------------------------------------- /conf/etc/vim/vimrc.local: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /conf/home/.Xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.Xresources -------------------------------------------------------------------------------- /conf/home/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.bashrc -------------------------------------------------------------------------------- /conf/home/.config/.xmonad/xmonad.hs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/.xmonad/xmonad.hs -------------------------------------------------------------------------------- /conf/home/.config/compton.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/compton.conf -------------------------------------------------------------------------------- /conf/home/.config/geany/geany.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/geany/geany.conf -------------------------------------------------------------------------------- /conf/home/.config/geany/keybindings.conf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /conf/home/.config/gtk-3.0/.gitignore: -------------------------------------------------------------------------------- 1 | /bookmarks 2 | /servers 3 | -------------------------------------------------------------------------------- /conf/home/.config/gtk-4.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-application-prefer-dark-theme=0 3 | -------------------------------------------------------------------------------- /conf/home/.config/i3/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/i3/config -------------------------------------------------------------------------------- /conf/home/.config/i3/images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/i3/images/lock.png -------------------------------------------------------------------------------- /conf/home/.config/i3/scripts/menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/i3/scripts/menu -------------------------------------------------------------------------------- /conf/home/.config/i3/scripts/rofr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/i3/scripts/rofr.sh -------------------------------------------------------------------------------- /conf/home/.config/i3status/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/i3status/config -------------------------------------------------------------------------------- /conf/home/.config/openbox/autostart: -------------------------------------------------------------------------------- 1 | compton & 2 | idesk & 3 | tint2 4 | -------------------------------------------------------------------------------- /conf/home/.config/openbox/menu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/openbox/menu.xml -------------------------------------------------------------------------------- /conf/home/.config/plank/dock1/launchers/desktop.dockitem: -------------------------------------------------------------------------------- 1 | [PlankDockItemPreferences] 2 | Launcher=docklet://desktop 3 | -------------------------------------------------------------------------------- /conf/home/.config/rofi/Arc-Dark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/Arc-Dark.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/Arc.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/Arc.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/DarkBlue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/DarkBlue.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/Indego.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/Indego.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/Monokai.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/Monokai.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/Paper.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/Paper.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/Pop-Dark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/Pop-Dark.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/arthur.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/arthur.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/blue.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/blue.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/c64.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/c64.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/config -------------------------------------------------------------------------------- /conf/home/.config/rofi/dmenu.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/dmenu.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/fancy.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/fancy.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/lb.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/lb.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/material.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/material.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/onedark.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/onedark.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/oxide.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/oxide.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/purple.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/purple.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/ribbon.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/ribbon.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/sidebar.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/sidebar.rasi -------------------------------------------------------------------------------- /conf/home/.config/rofi/sidetab.rasi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/rofi/sidetab.rasi -------------------------------------------------------------------------------- /conf/home/.config/sway/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/sway/config -------------------------------------------------------------------------------- /conf/home/.config/swaylock/config: -------------------------------------------------------------------------------- 1 | ignore-empty-password 2 | daemonize 3 | image='/tmp/screen_lock_sway.png' 4 | -------------------------------------------------------------------------------- /conf/home/.config/terminator/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/terminator/config -------------------------------------------------------------------------------- /conf/home/.config/tint2/tint2rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/tint2/tint2rc -------------------------------------------------------------------------------- /conf/home/.config/waybar/awe/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/waybar/awe/config -------------------------------------------------------------------------------- /conf/home/.config/waybar/colorful/scripts/executable_update.sh: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /conf/home/.config/waybar/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/waybar/styles.css -------------------------------------------------------------------------------- /conf/home/.config/wofi/config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/wofi/config -------------------------------------------------------------------------------- /conf/home/.config/wofi/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.config/wofi/styles.css -------------------------------------------------------------------------------- /conf/home/.dircolors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.dircolors -------------------------------------------------------------------------------- /conf/home/.gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.gitconfig -------------------------------------------------------------------------------- /conf/home/.gvimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.gvimrc -------------------------------------------------------------------------------- /conf/home/.ideskrc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /conf/home/.idesktop/xfe.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.idesktop/xfe.lnk -------------------------------------------------------------------------------- /conf/home/.less: -------------------------------------------------------------------------------- 1 | M+Gc [4~[1~evxEnd -------------------------------------------------------------------------------- /conf/home/.lessfilter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.lessfilter -------------------------------------------------------------------------------- /conf/home/.local/bin/actualizar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.local/bin/actualizar -------------------------------------------------------------------------------- /conf/home/.local/bin/nuevo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.local/bin/nuevo -------------------------------------------------------------------------------- /conf/home/.pip/pip.conf: -------------------------------------------------------------------------------- 1 | [install] 2 | user=true 3 | -------------------------------------------------------------------------------- /conf/home/.scripts/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /conf/home/.tmux.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.tmux.conf -------------------------------------------------------------------------------- /conf/home/.vim/ftplugin/apache.vim: -------------------------------------------------------------------------------- 1 | setlocal noexpandtab 2 | -------------------------------------------------------------------------------- /conf/home/.vim/ftplugin/gitconfig.vim: -------------------------------------------------------------------------------- 1 | setlocal noexpandtab 2 | -------------------------------------------------------------------------------- /conf/home/.vim/ftplugin/make.vim: -------------------------------------------------------------------------------- 1 | setlocal noexpandtab 2 | -------------------------------------------------------------------------------- /conf/home/.vim/ftplugin/python.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.vim/ftplugin/python.vim -------------------------------------------------------------------------------- /conf/home/.vim/ftplugin/python_autopep8.vim: -------------------------------------------------------------------------------- 1 | /usr/share/vim/addons/ftplugin/python_autopep8.vim -------------------------------------------------------------------------------- /conf/home/.vim/indent/python.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.vim/indent/python.vim -------------------------------------------------------------------------------- /conf/home/.vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.vimrc -------------------------------------------------------------------------------- /conf/home/.zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/.zshrc -------------------------------------------------------------------------------- /conf/home/Plantillas/Genéricas/Documento de Texto Plano.txt: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /conf/home/dunst/dunstrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/home/dunst/dunstrc -------------------------------------------------------------------------------- /conf/usr/share/icons/fryntiz/chromium.png: -------------------------------------------------------------------------------- 1 | chromium-browser.png -------------------------------------------------------------------------------- /conf/usr/share/icons/fryntiz/git-gui.png: -------------------------------------------------------------------------------- 1 | gitg.png -------------------------------------------------------------------------------- /conf/usr/share/icons/fryntiz/git.png: -------------------------------------------------------------------------------- 1 | gitg.png -------------------------------------------------------------------------------- /conf/usr/share/icons/fryntiz/giteye.png: -------------------------------------------------------------------------------- 1 | gitg.png -------------------------------------------------------------------------------- /conf/usr/share/icons/fryntiz/gitk.png: -------------------------------------------------------------------------------- 1 | gitg.png -------------------------------------------------------------------------------- /conf/usr/share/icons/fryntiz/hdd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/usr/share/icons/fryntiz/hdd.png -------------------------------------------------------------------------------- /conf/usr/share/icons/fryntiz/sql.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/usr/share/icons/fryntiz/sql.png -------------------------------------------------------------------------------- /conf/usr/share/icons/fryntiz/tor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/usr/share/icons/fryntiz/tor.png -------------------------------------------------------------------------------- /conf/usr/share/icons/fryntiz/tor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/usr/share/icons/fryntiz/tor.svg -------------------------------------------------------------------------------- /conf/usr/share/icons/fryntiz/tux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/usr/share/icons/fryntiz/tux.png -------------------------------------------------------------------------------- /conf/var/www/default/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/var/www/default/favicon.ico -------------------------------------------------------------------------------- /conf/var/www/default/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/var/www/default/favicon.png -------------------------------------------------------------------------------- /conf/var/www/default/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/var/www/default/index.php -------------------------------------------------------------------------------- /conf/var/www/default/scripts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/var/www/default/scripts.js -------------------------------------------------------------------------------- /conf/var/www/default/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/var/www/default/styles.css -------------------------------------------------------------------------------- /conf/var/www/private/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/var/www/private/.htaccess -------------------------------------------------------------------------------- /conf/var/www/private/CMS/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/var/www/private/CMS/.htaccess -------------------------------------------------------------------------------- /conf/var/www/private/CMS/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/var/www/private/CMS/index.php -------------------------------------------------------------------------------- /conf/var/www/public/.htaccess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/conf/var/www/public/.htaccess -------------------------------------------------------------------------------- /configurations/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/configurations/0_Main.sh -------------------------------------------------------------------------------- /configurations/crons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/configurations/crons.sh -------------------------------------------------------------------------------- /configurations/generic.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/configurations/generic.sh -------------------------------------------------------------------------------- /configurations/hosts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/configurations/hosts.sh -------------------------------------------------------------------------------- /configurations/scripts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/configurations/scripts.sh -------------------------------------------------------------------------------- /docs/Apps.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/docs/Apps.jpg -------------------------------------------------------------------------------- /docs/IDEs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/docs/IDEs.png -------------------------------------------------------------------------------- /docs/Lenguajes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/docs/Lenguajes.png -------------------------------------------------------------------------------- /docs/Personalización.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/docs/Personalización.png -------------------------------------------------------------------------------- /docs/Preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/docs/Preview.jpg -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- 1 | # Documentación Detallada -------------------------------------------------------------------------------- /docs/Servidores.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/docs/Servidores.png -------------------------------------------------------------------------------- /docs/i3-Dual_Monitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/docs/i3-Dual_Monitor.png -------------------------------------------------------------------------------- /docs/i3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/docs/i3.png -------------------------------------------------------------------------------- /fonts/DroidSans/Apache License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/DroidSans/Apache License.txt -------------------------------------------------------------------------------- /fonts/DroidSans/DroidSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/DroidSans/DroidSans-Bold.ttf -------------------------------------------------------------------------------- /fonts/DroidSans/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/DroidSans/DroidSans.ttf -------------------------------------------------------------------------------- /fonts/FiraCode/FiraCode-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/FiraCode/FiraCode-Bold.ttf -------------------------------------------------------------------------------- /fonts/FiraCode/FiraCode-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/FiraCode/FiraCode-Light.ttf -------------------------------------------------------------------------------- /fonts/FiraCode/FiraCode-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/FiraCode/FiraCode-Medium.ttf -------------------------------------------------------------------------------- /fonts/FiraCode/FiraCode-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/FiraCode/FiraCode-Regular.ttf -------------------------------------------------------------------------------- /fonts/FiraCode/FiraCode-Retina.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/FiraCode/FiraCode-Retina.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/!MISQOT-Demi.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/!MISQOT-Demi.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/!MISQOT-Heavy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/!MISQOT-Heavy.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/!MISQOT.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/!MISQOT.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/0629____.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/0629____.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/AARDV.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/AARDV.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/AARVC___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/AARVC___.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ABITE.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ABITE.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ABPER.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ABPER.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/AIRLOCK.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/AIRLOCK.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/AKUMA.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/AKUMA.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ALBAM___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ALBAM___.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ALBAS___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ALBAS___.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ALBA____.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ALBA____.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ANGRC___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ANGRC___.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ANGRYBLU.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ANGRYBLU.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ASEDRE.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ASEDRE.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ASTAB___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ASTAB___.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/AVENGEANCE.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/AVENGEANCE.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/AVP.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/AVP.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Achafexp.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Achafexp.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Achafexp1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Achafexp1.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Achafita.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Achafita.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Achafita2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Achafita2.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Achaflft.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Achaflft.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Achaflft1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Achaflft1.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Achafont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Achafont.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Achafont3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Achafont3.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Achafout.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Achafout.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Achafsex.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Achafsex.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Aerosol.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Aerosol.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Aladin-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Aladin-Regular.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Anaktoria.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Anaktoria.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Angel.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Angel.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Antipasto.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Antipasto.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Arista2.0.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Arista2.0.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Arista2.0_fat.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Arista2.0_fat.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Augusta-Shadow.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Augusta-Shadow.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Augusta.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Augusta.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Auto Motive.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Auto Motive.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Aw.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Aw.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/BEBAS___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/BEBAS___.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/BITSUMIS.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/BITSUMIS.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/BLACKFOR.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/BLACKFOR.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Beautiful-ES.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Beautiful-ES.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Birds of a.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Birds of a.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Black Metal.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Black Metal.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/BlackBoard.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/BlackBoard.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/BlackFlag.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/BlackFlag.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Blade 2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Blade 2.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/BlaxSlabXXL.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/BlaxSlabXXL.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Blazed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Blazed.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/BloodOmen.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/BloodOmen.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Bravo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Bravo.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Bump Pad.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Bump Pad.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/CAC Shishoni.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/CAC Shishoni.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/CableDingbats.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/CableDingbats.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Cafe Nero M54.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Cafe Nero M54.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Capture it.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Capture it.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Clubland.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Clubland.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Code-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Code-Bold.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Code-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Code-Light.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Crom_v1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Crom_v1.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/DANUBE__.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/DANUBE__.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/DIABLO_L.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/DIABLO_L.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/DIRTDEVI.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/DIRTDEVI.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/DRAGGLET.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/DRAGGLET.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Dirty Fox.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Dirty Fox.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Disko.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Disko.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/E.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/E.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/EARTH.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/EARTH.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/EXL_____.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/EXL_____.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Easter Parade.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Easter Parade.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Eurosti.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Eurosti.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/FFF Tusj.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/FFF Tusj.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/FREEBSCA.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/FREEBSCA.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/FREEBSC_.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/FREEBSC_.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/FUIL.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/FUIL.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/FairyDustB.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/FairyDustB.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/FamousLabel.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/FamousLabel.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/GODOFWAR.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/GODOFWAR.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/GUEVARA_(1).TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/GUEVARA_(1).TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-Black.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-Black.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-Bold.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-BoldIta.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-BoldIta.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-Book.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-Book.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-BookIta.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-BookIta.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-Light.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-Light.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-Medium.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-Medium.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-Thin.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-Thin.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-ThinIta.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-ThinIta.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-Ultra.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-Ultra.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotham-XLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotham-XLight.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Gotique.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Gotique.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/GreatArrows.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/GreatArrows.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/HFF Bird.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/HFF Bird.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/HFF Ribbon.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/HFF Ribbon.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Halo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Halo.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Hitman.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Hitman.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Horizon BT.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Horizon BT.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/IrishGrover.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/IrishGrover.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Isabella.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Isabella.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Ithorn‰t.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Ithorn‰t.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Julee-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Julee-Regular.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Kavoon-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Kavoon-Regular.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/LOKICOLA.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/LOKICOLA.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/LifeCraft_Font.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/LifeCraft_Font.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/LinkinPark.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/LinkinPark.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/MAEL____.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/MAEL____.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/MK4.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/MK4.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Make Juice.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Make Juice.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Megatron.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Megatron.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Michroma (2).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Michroma (2).ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Michroma.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Michroma.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Minangkabau.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Minangkabau.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Mostwasted.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Mostwasted.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Movie Times.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Movie Times.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Movies&Games.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Movies&Games.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/OASIS___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/OASIS___.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/OCCIDENT.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/OCCIDENT.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/OXNARD__.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/OXNARD__.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ObelixProB-cyr.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ObelixProB-cyr.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/OpTic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/OpTic.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Orbitron-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Orbitron-Black.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Orbitron-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Orbitron-Bold.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Orial_Bold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Orial_Bold.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/PEPSI_pl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/PEPSI_pl.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/PLANK___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/PLANK___.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/POWDRFG_.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/POWDRFG_.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/POWDRFP_.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/POWDRFP_.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/POWDRFS_.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/POWDRFS_.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/POWDRFT_.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/POWDRFT_.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/POWDRF__.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/POWDRF__.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/PressStart2P.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/PressStart2P.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Pump Demi Bold.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Pump Demi Bold.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Pure vain.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Pure vain.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Quickargani.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Quickargani.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/RMGRR.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/RMGRR.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ROF____&.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ROF____&.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/RONMAIDE.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/RONMAIDE.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Rase One Fill.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Rase One Fill.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Rockit.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Rockit.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/SEVESBRG.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/SEVESBRG.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/SHERWOOD.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/SHERWOOD.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/SURFS___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/SURFS___.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Shaman.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Shaman.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Simpsonfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Simpsonfont.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/SoulMission.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/SoulMission.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Splinterde.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Splinterde.otf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Starjedi.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Starjedi.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/TELETYPE.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/TELETYPE.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/TRASHED.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/TRASHED.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/TRIBAL__.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/TRIBAL__.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/TRIBTWO_.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/TRIBTWO_.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/TRON.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/TRON.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/TT0590M_.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/TT0590M_.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/TechnoHideo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/TechnoHideo.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/The 2K12.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/The 2K12.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Transformers.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Transformers.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Universi.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Universi.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/UtopiaBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/UtopiaBold.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/VINERA.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/VINERA.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Vtks Revolt.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Vtks Revolt.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/WELTRON2.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/WELTRON2.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/WERP.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/WERP.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/WESTERN.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/WESTERN.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/WESTG___.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/WESTG___.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Wolf4bp.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Wolf4bp.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/Youngsook BTN.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/Youngsook BTN.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/abaddon.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/abaddon.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/abagail.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/abagail.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/adrip1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/adrip1.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/aflfont.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/aflfont.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/alex.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/alex.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/alexi.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/alexi.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/alien.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/alien.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/bands_artists.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/bands_artists.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/batmfa__.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/batmfa__.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/batom.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/batom.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/bedini.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/bedini.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/birf.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/birf.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/blogerop.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/blogerop.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/bones.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/bones.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/boombox2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/boombox2.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/btseps2.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/btseps2.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/carolingia.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/carolingia.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/casot.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/casot.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/cron (1).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/cron (1).ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/cron (2).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/cron (2).ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/cron (3).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/cron (3).ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/cron (4).TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/cron (4).TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/cron (5).ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/cron (5).ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/cruz.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/cruz.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/cuadr.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/cuadr.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/cubelop.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/cubelop.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/defused.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/defused.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/desperado.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/desperado.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/dpquake_.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/dpquake_.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/drakon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/drakon.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/drashui.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/drashui.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/eldiablo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/eldiablo.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/electrical.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/electrical.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/esp_ital.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/esp_ital.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/evanescent.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/evanescent.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/fr-bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/fr-bold.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/fr-fal1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/fr-fal1.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/fr-fal2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/fr-fal2.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/fr-title.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/fr-title.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/fresh.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/fresh.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/funjer.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/funjer.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/funji.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/funji.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/funjop.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/funjop.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/gift.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/gift.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/heavy_data.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/heavy_data.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/invisibl.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/invisibl.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/jancient.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/jancient.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ka1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ka1.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/karabine.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/karabine.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/kidcut.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/kidcut.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/legalv2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/legalv2.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/legalv23d.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/legalv23d.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/legalv2c.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/legalv2c.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/legalv2ci.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/legalv2ci.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/legalv2i.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/legalv2i.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/linkin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/linkin.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/liuy.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/liuy.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/loiup.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/loiup.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/lupf.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/lupf.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/luy.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/luy.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/metallica.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/metallica.TTF -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/minecrafter.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/minecrafter.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/mk1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/mk1.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/mk2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/mk2.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/mk5style.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/mk5style.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/mkda.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/mkda.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/mkmyth.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/mkmyth.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/nakdmonk.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/nakdmonk.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/pive.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/pive.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/quake2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/quake2.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/qwer.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/qwer.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/radio stars.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/radio stars.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/rammstein.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/rammstein.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/rockster.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/rockster.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/ruit.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/ruit.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/segoeui.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/segoeui.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/seguisb.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/seguisb.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/semplit.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/semplit.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/sort.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/sort.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/space age.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/space age.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/stonehenge.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/stonehenge.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/teryo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/teryo.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/thundara.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/thundara.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/uctv.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/uctv.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/vikingn.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/vikingn.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/wildcard.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/wildcard.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/wildcard3d.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/wildcard3d.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/wildcard3di.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/wildcard3di.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/wildcardcon.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/wildcardcon.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/wildcardexp.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/wildcardexp.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/wildcardi.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/wildcardi.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/wildcardlas.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/wildcardlas.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/yahoo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/yahoo.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/zeddan.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/zeddan.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/zombie__.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/zombie__.ttf -------------------------------------------------------------------------------- /fonts/Sin_Ordenar/zorque.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/Sin_Ordenar/zorque.ttf -------------------------------------------------------------------------------- /fonts/mononoki/mononoki-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/fonts/mononoki/mononoki-Bold.ttf -------------------------------------------------------------------------------- /functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/functions.sh -------------------------------------------------------------------------------- /limpiador.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/limpiador.sh -------------------------------------------------------------------------------- /main-vps.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/main-vps.sh -------------------------------------------------------------------------------- /main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/main.sh -------------------------------------------------------------------------------- /preferences.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/preferences.sh -------------------------------------------------------------------------------- /raspberry/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/raspberry/0_Main.sh -------------------------------------------------------------------------------- /raspberry/add-ram-filesystem.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/raspberry/add-ram-filesystem.sh -------------------------------------------------------------------------------- /raspberry/piaware.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/raspberry/piaware.sh -------------------------------------------------------------------------------- /raspberry/prepare-directories.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/raspberry/prepare-directories.sh -------------------------------------------------------------------------------- /resources/.gitignore: -------------------------------------------------------------------------------- 1 | * 2 | !.gitignore 3 | -------------------------------------------------------------------------------- /root/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/root/0_Main.sh -------------------------------------------------------------------------------- /root/nano.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/root/nano.sh -------------------------------------------------------------------------------- /root/permisos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/root/permisos.sh -------------------------------------------------------------------------------- /root/programas-default.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/root/programas-default.sh -------------------------------------------------------------------------------- /root/terminales.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/root/terminales.sh -------------------------------------------------------------------------------- /root/vim.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/root/vim.sh -------------------------------------------------------------------------------- /routes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/routes.sh -------------------------------------------------------------------------------- /servers/0_Main.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/0_Main.sh -------------------------------------------------------------------------------- /servers/apache2/functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/apache2/functions.sh -------------------------------------------------------------------------------- /servers/apache2/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/apache2/install.sh -------------------------------------------------------------------------------- /servers/apache2/site-default.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/apache2/site-default.sh -------------------------------------------------------------------------------- /servers/apache2/site-private.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/apache2/site-private.sh -------------------------------------------------------------------------------- /servers/apache2/site-public.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/apache2/site-public.sh -------------------------------------------------------------------------------- /servers/bind.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/bind.sh -------------------------------------------------------------------------------- /servers/docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/docker.sh -------------------------------------------------------------------------------- /servers/gocd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/gocd.sh -------------------------------------------------------------------------------- /servers/mariaDB.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/mariaDB.sh -------------------------------------------------------------------------------- /servers/mongodb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/mongodb.sh -------------------------------------------------------------------------------- /servers/mumble.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/mumble.sh -------------------------------------------------------------------------------- /servers/nginx.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/nginx.sh -------------------------------------------------------------------------------- /servers/nodejs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/nodejs.sh -------------------------------------------------------------------------------- /servers/postfix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/postfix.sh -------------------------------------------------------------------------------- /servers/postgreSQL.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/postgreSQL.sh -------------------------------------------------------------------------------- /servers/sqlite.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/sqlite.sh -------------------------------------------------------------------------------- /servers/ssh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raupulus/debian-developer-conf/HEAD/servers/ssh.sh --------------------------------------------------------------------------------