working through some setup fixes -> good checkpoint
This commit is contained in:
@@ -9,17 +9,19 @@ This serves as CI/CD for the ZSH library and a convenient, root-privileged conta
|
||||
|
||||
## Setup / Configuration
|
||||
The setup script is the pride and joy of this project.
|
||||
Running an [interactive installer](./setup/linux) removes the hassle of setting up a new computer by configuring symlinks, installing applications, and synchronizing media with the cloud.
|
||||
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.
|
||||
|
||||
After running the setup, [default configurations](./env) can be overridden by editing the appropriate local configuration (`~/.config/wryn/env`).
|
||||
After running the setup, default configurations can be overridden by editing the appropriate local configuration (`~/.config/wryn/env.*`).
|
||||
|
||||
## System Breakdown
|
||||
`.wryn/MODULE` | Description
|
||||
------------------------------- | --------------------------------------
|
||||
[setup/](./setup) | os-specific setup / update utilities
|
||||
[colorschemes/](./colorschemes) | 16-color terminal colorschemes; see [colors](./zsh/colors) to see how these are loaded
|
||||
[config/](./config) | general configuration; 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
|
||||
|
||||
<!---------------------------------------------------------------------------------------------------------------------------------------------------------------->
|
||||
| `.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 |
|
||||
<!---------------------------------------------------------------------------------------------------------------------------------------------------------------->
|
||||
|
||||
Reference in New Issue
Block a user