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:
--[[ | |
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 |
I hereby claim:
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], |
all: | |
# Documentation | |
cargo doc --workspace -Zrustdoc-map --document-private-items | |
# Checks | |
cargo clippy -- -F clippy::missing_docs_in_private_items | |
# Tests | |
cargo test -- --nocapture |
" -------------------- | |
" 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 |
I hereby claim:
To claim this, I am signing this object:
By Braxton (taxborn) Fair - updated 11.11.2020
Section "ServerLayout" | |
Identifier "layout" | |
Screen 0 "nvidia" | |
Inactive "amdgpu" | |
InputDevice "Keyboard0" "CoreKeyboard" | |
InputDevice "Mouse0" "CorePointer" | |
EndSection | |
Section "Device" | |
Identifier "nvidia" |