Skip to content

Instantly share code, notes, and snippets.

View sepisoad's full-sized avatar
🤘
yeah

sepisoad sepisoad

🤘
yeah
View GitHub Profile
@sepisoad
sepisoad / sqv.focus-config
Last active December 5, 2025 16:22
astyle - focus editor config
[25] # Version number. Do not delete.
[[workspace]]
/home/sepi/Projects/sepi/sqv/
[ignore]
.git/
.vscode/
.build/
.keep/
@sepisoad
sepisoad / st__config.h
Last active December 5, 2025 16:24
st config.h
/* See LICENSE file for copyright and license details. */
/*
* appearance
*
* font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
*/
// static char *font = "SourceCodePro:pixelsize=14:antialias=true:autohint=true";
static char *font = "Monaspace Krypton Frozen Medium:size=10";
// static char *font = "-*-terminus-medium-r-normal--12-*-*-*-*-*-iso10646-1";
@sepisoad
sepisoad / dwm__config.h
Last active December 5, 2025 16:24
dwm config.h
static const unsigned int borderpx = 1; /* border pixel of windows */
static const unsigned int snap = 1; /* snap pixel */ /* 32 */
static const int showbar = 1; /* 0 means no bar */
static const int topbar = 0; /* 0 means bottom bar */
static const char* fonts[] = { "SourceCodePro:pixelsize=16:antialias=true:autohint=true" };
static const char col_gray1[] = "#222222";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
@sepisoad
sepisoad / MACOS__global.focus-config
Last active December 5, 2025 16:25
my focus editor config that mimics emacs key bindings - MACOS
[25] # Version number. Do not delete.
[[workspace]]
[ignore]
.svn
.git
[allow]
@sepisoad
sepisoad / LINUX__global.focus-config
Last active December 5, 2025 16:25
my focus editor config that mimics emacs key bindings - LINUX
[25] # Version number. Do not delete.
[[workspace]]
[ignore]
.svn
.git
[allow]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; early-init.el
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(setq
package-enable-at-startup nil
gc-cons-threshold most-positive-fixnum
read-process-output-max (* 1024 1024)
redisplay-dont-pause t
gc-cons-percentage 0.6

Keybase proof

I hereby claim:

  • I am sepisoad on github.
  • I am sepisoad (https://keybase.io/sepisoad) on keybase.
  • I have a public key ASD8Ssh4lN16gDLKC_EXrBLRRtt5HM0MsB4kvKBzTf92qQo

To claim this, I am signing this object:

@sepisoad
sepisoad / furl.rkt
Created August 29, 2018 11:46
fetch urls from a url
#lang racket
(require net/url)
(if (< (vector-length (current-command-line-arguments)) 1)
(display "please define url\n")
(display "please wait ...\n"))
(define URL (vector-ref (current-command-line-arguments) 0))
(display (string-append URL "\n"))

Keybase proof

I hereby claim:

  • I am sepisoad on github.
  • I am sepisoad_ (https://keybase.io/sepisoad_) on keybase.
  • I have a public key whose fingerprint is 92C7 DE5B B9E2 6610 EE8B 7F9B 5E98 1B20 36A6 405A

To claim this, I am signing this object: