Files
dotwryn/README.md
T

28 lines
2.5 KiB
Markdown
Raw Normal View History

2021-02-24 17:38:02 -07:00
# The `.wryn` Library
2021-09-25 01:43:36 -06:00
My collection of configurations and plugins.
2022-10-01 16:31:25 -06:00
## Builds
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/wrynegade/dotwryn/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/wrynegade/dotwryn/tree/main)
<br>
I automatically build my utilities into the [`blaziken734/debugger`](https://hub.docker.com/r/blaziken734/debugger).
This serves as CI/CD for the ZSH library and a convenient, root-privileged container for debugging in containerized environments.
2021-09-25 01:43:36 -06:00
## Setup / Configuration
The setup script is the pride and joy of this project.
Running the [interactive installer](./setup/run) removes the hassle of setting up a new computer by configuring symlinks, installing applications, and synchronizing media with the cloud.
2021-09-15 02:04:21 -06:00
After running the setup, default configurations can be overridden by editing the appropriate local configuration (`~/.config/wryn/env.*`).
2021-09-25 01:43:36 -06:00
## System Breakdown
<!---------------------------------------------------------------------------------------------------------------------------------------------------------------->
| `.wryn/MODULE` | Description |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| [setup/](./setup) | os-specific setup / update utilities |
| [config/](./config) | general configuration (including [colorschemes](./config/colorschemes)); appropriate `~/.config` files are symlinked on setup |
| [resume/](./resume) | my working resume in `.tex` format |
| [vim/](./vim) | `vim` keybindings, plugins, and dictionary binary; activated by an [entry rc](./vim/rc.vim) |
| [zsh/](./zsh) | `zsh` aliases, functions, and plugins; activated by an [entry rc](./zsh/rc) |
| [zsh/plugins](./zsh/plugins) | external `zsh` plugins |
<!---------------------------------------------------------------------------------------------------------------------------------------------------------------->