Skip to content

Instantly share code, notes, and snippets.

View jhilker98's full-sized avatar
🔎
Currently looking for work.

Jacob Hilker jhilker98

🔎
Currently looking for work.
View GitHub Profile
{ lib
, fetchFromGitHub
, python3
, python3Packages
, mypy
, glib
, pango
, pkg-config
, libinput
, libxkbcommon
@jhilker98
jhilker98 / buildFont.sh
Last active December 5, 2022 19:02
my shell functions, building iosevka, defining stuff, and creating gitignores
function buildFont {
iosevka_ver=$(awk 'NR==1{print $2}' $HOME/josevka/build.org | cut -d'v' -f2)
fonts=("josevka" "josevka-mono" "josevka-code" "josevka-code-mono" "josevka-book-sans" "josevka-book-slab")
font=$(printf "%s\n" "${fonts[@]}" | fzf)
docker run -e "FONT_VERSION=$iosevka_ver" -i -v "~/josevka":/build avivace/iosevka-build
}
zle -N buildFont{,}
@jhilker98
jhilker98 / conf.nix
Last active June 25, 2022 15:43
broken qtile setup
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running ‘nixos-help’).
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
@jhilker98
jhilker98 / ui.org
Last active May 15, 2022 19:08
fonts and colorschemes for sis

UI Stuff for Spyder

These will help your eyes.

Colorschemes

A good color scheme is the most important thing to use - it will help you quickly identify stuff such as functions, methods, keywords, etc.

  • Solarized - a nice blue theme, personally way too much blue for my taste, but very clear contrast.
  • Gruvbox - what I personally use, on medium contrast, dark theme. No documentation, so implementations in different editors vary.
  • Nord - A low contrast, pastel theme. It’s got great documentation, but too low contrast for me.
@jhilker98
jhilker98 / build-bt.el
Last active February 22, 2022 18:56
broken version of broken-thrones publish - unable to export images in file
(setq user-emacs-directory (file-truename "./.emacs.d/"))
(defvar bootstrap-version)
(let ((bootstrap-file
(expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory))
(bootstrap-version 5))
(unless (file-exists-p bootstrap-file)
(with-current-buffer
(url-retrieve-synchronously
"https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el"
@jhilker98
jhilker98 / schemes.org
Last active February 4, 2022 19:09
wip color schemes

Custom Color Schemes

these are my wip color schemes

Color Scheme 1

Toml

[colors]

# special
@jhilker98
jhilker98 / build-plans-extended.toml
Last active September 25, 2021 03:49
my collection of iosevka build plans, pre nerd-font patch
[buildPlans.iosevka-mono]
family = "Iosevka Mono"
spacing = "term"
serifs = "sans"
no-cv-ss = false
[buildPlans.iosevka-mono.variants]
inherits = "ss14"
[buildPlans.iosevka-mono.variants.design]
@jhilker98
jhilker98 / README-v2.md
Last active July 23, 2021 03:50
personal readme

Hi 👋, I'm Jacob

I recently graduated from the University of Mary Washington with a major in computer science and a minor in cybersecurity. Outside of programming, I enjoy sound design, worldbuilding, and playing music as a whole (drums, bass, and guitar).

Main Tech Skills
Wrong number of arguments: (lambda (path maildir) "Add the message at PATH to the database.
With MAILDIR set to the maildir this message resides in,
e.g. '/drafts'.
if this works, we will receive (:info add :path <path> :docid
<docid> :fcc <path>)." (mu4e~proc-send-command "cmd:sent path:%s maildir:%s" (mu4e~proc-escape path) (mu4e~proc-escape maildir))), 1
user-error: Minibuffer window is not active
SPC b l is undefined
Mark set

Jmacs (Jacob’s Literate Emacs Config)

Welcome to JMacs! This is a my personal configuration of emacs, for solo RPG campaigns like Ironsworn, writing (both prose and code), and for general use. I have organized this file into different sections, such as the functions I use, the UI settings, etc.

Early Initialization