Go to file
2021-09-16 20:30:25 -06:00
bin updated vim installer 2021-09-16 19:12:55 -06:00
config better name 2021-09-16 16:16:06 -06:00
env env var clarity 2021-09-16 20:25:34 -06:00
freeze freeze refactor 2021-02-24 15:42:33 -07:00
resume updated resume to include sre experience 2021-02-05 15:50:18 -07:00
setup clean terminfo message 2021-09-16 20:30:25 -06:00
vim added color rules and golang settings 2021-08-23 16:37:01 -06:00
zsh external plugin guard 2021-09-16 20:21:19 -06:00
.gitignore Added valentines theme; various color updates added 2021-02-05 15:49:22 -07:00
.gitmodules moved notetaker to memo plugin' 2021-09-16 20:16:20 -06:00
README.md updated readme 2021-09-15 02:04:21 -06:00

The .wryn Library

A compilation of utilities which I use across my machines this repo is principally for personal utility. Although I try to build utilities to be dependency aware, the library is considered to be in a good state when it works on my machine.

Feel free to use or adapt anything you find useful :)

File Structure Breakdown

setup

The pride and joy of this project. Running the script will set up the appropriate links and RC entries to enable the entire library.

Relatively robust, but always works best the OS I'm currently using (arch).

config

Configuration files / utilities. The setup script handles all the headache of symlinking each one to the right place.

env

Default configuration used by the rest of the library. You can override the environment by editing ~/.config/wryn/env files after running setup.

resume

My working resume in .tex format.

latex

A compilation of LaTeX templates, used by the .wryn/zsh/latex utility.

Each template is composed of four files: template.tex, body.tex, imports.sty, and formatting.sty. The template.tex file is the parent of the document, and thus the target of the latex compiler. This can be renamed to match the document title, but typically does not contain the document body. Every template will use the same parent template.tex file, so this is found at the ~/.wryn/latex directory root.

vim

Contains keybindings, dictionary binary, and custom plugins for vim.

zsh

Contains (a mess of) zsh aliases and functions used directly by a terminal user. The .wryn/zsh/rc, which loads the custom zsh modules is sourced directly from the user RC. Any OS specific utilities are nested in appropriately named directories. ...this will be hacked to pieces very soon

freeze

A historical list of packages used on personal machines. Also contains machine-specific systemd daemons for managing hardware-specific issues. ...this will likely move to a cloud storage soon.