Skip to content

Instantly share code, notes, and snippets.

View macizomedia's full-sized avatar
:shipit:
Creative process framed within the void

Blas Oronoz macizomedia

:shipit:
Creative process framed within the void
View GitHub Profile
@macizomedia
macizomedia / arch-linux-install.md
Created April 13, 2022 18:41 — forked from kylemanna/arch-linux-install.md
Minimal instructions for installing arch linux on an UEFI NVMe system with full system encryption using dm-crypt and luks
@macizomedia
macizomedia / xmobarrc
Created December 15, 2021 13:40 — forked from soulthreads/xmobarrc
XMonad config
Config { font = "xft:Liberation Mono-8:regular"
, bgColor = "#323232"
, fgColor = "#EEEEEC"
, position = Static { xpos = 0, ypos = 0, width = 1024, height = 11 }
, lowerOnStart = True
, commands =
[
Run Network "eth0" ["-L","0","-H","32","--normal","#8ae234","--high","red"] 10
, Run Network "ppp0" ["-L","0","-H","32","--normal","#8ae234","--high","red"] 10
, Run Network "eth1" ["-L","0","-H","100","--normal","#8ae234","--high","red"] 10
-- xmobar config used by Vic Fryzel
-- Author: Vic Fryzel
-- https://github.com/vicfryzel/xmonad-config
-- This is setup for dual 1920x1080 monitors, with the right monitor as primary
Config {
-- position = TopW C 80,
position = Static { xpos = 0 , ypos = 0, width = 1806, height = 16 },
-- border = BottomB,
borderColor = "grey",
@macizomedia
macizomedia / curl.md
Created December 6, 2021 15:14 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@macizomedia
macizomedia / gist:dab3b315160a3046ca59388923e9c60c
Last active November 9, 2020 23:03 — forked from stevekinney/electron-fem-v2.md
Frontend Masters: Electron Workshop (December, 2018)
We couldn’t find that file to show.