Skip to content

Instantly share code, notes, and snippets.

View taxborn's full-sized avatar
🛠️
Building

Braxton Fair taxborn

🛠️
Building
View GitHub Profile
--[[
Next, run AND READ `:help`.
This will open up a help window with some basic information
about reading, navigating and searching the builtin help documentation.
This should be the first place you go to look when you're stuck or confused
with something. It's one of my favorite Neovim features.
MOST IMPORTANTLY, we provide a keymap "<space>sh" to [s]earch the [h]elp documentation,
which is very useful when you're not exactly sure of what you're looking for.
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page, on
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
{ config, lib, pkgs, inputs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

weights = {
"exams": 0.40,
"homework": 0.20,
"quizzes": 0.15,
"final": 0.25
}
# "assignment": [what I got, max points]
homework_grades = {
"ch1sec1": [4, 4],
@taxborn
taxborn / Makefile
Created November 24, 2022 22:30
Rust project makefile
all:
# Documentation
cargo doc --workspace -Zrustdoc-map --document-private-items
# Checks
cargo clippy -- -F clippy::missing_docs_in_private_items
# Tests
cargo test -- --nocapture
@taxborn
taxborn / init.vim
Created November 26, 2021 19:48
My neovim configuration
" --------------------
" General Settings
" --------------------
set nocompatible " We don't need vi compatibility
set cc=80 " Use a line marker to prevent long lines of code
set ttyfast " Speed up scrolling
set noswapfile " Disable swap files (I find them more annoying than useful)
set hlsearch " Highlight searching
set showmatch " Show matching bracket

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@taxborn
taxborn / arch.md
Last active November 12, 2020 00:19

Secure Arch Linux Installation

By Braxton (taxborn) Fair - updated 11.11.2020

Table of Contents

  1. Setup
    • USB
    • Wiping
    • Booting
  2. Installation
    • Partitioning
@taxborn
taxborn / xorg.conf
Last active November 11, 2020 01:13
Multi display Arch
Section "ServerLayout"
Identifier "layout"
Screen 0 "nvidia"
Inactive "amdgpu"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Device"
Identifier "nvidia"