Skip to content

Instantly share code, notes, and snippets.

View naxhh's full-sized avatar
💻
Devoping

Ignacio Tolstoy naxhh

💻
Devoping
  • Barcelona
View GitHub Profile
@naxhh
naxhh / config.json
Created October 4, 2016 10:21
Sublime nice config
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"create_window_at_startup": false,
"folder_exclude_patterns":
[
".svn",
".git",
".DS_Store",
"__pycache__",
"*.pyc",
// ==UserScript==
// @name MoneyMeikah2
// @namespace https://www.mintos.com
// @version 0.1
// @description Calculates the profit generated on each loan and profit per day
// @author DonNadie
// @match https://www.mintos.com/*
// @grant none
// ==/UserScript==
@naxhh
naxhh / docker-compose.yml
Created June 18, 2022 08:40
sonarr & radarr setup
version: "3"
services:
sonarr:
image: lscr.io/linuxserver/sonarr
container_name: sonarr
environment:
- PUID=0
- PGID=0
- TZ=Europe/Madrid
volumes: