No description
- Shell 67.4%
- Ruby 24.3%
- Lua 5.6%
- Emacs Lisp 2.1%
- CSS 0.6%
|
|
||
|---|---|---|
| bin | Updating dashboard | |
| configs | Updating dashboard | |
| iterm | Updating iterm settings | |
| lib | Adding script to tag org roam files | |
| runbooks | Reworking documentation for more clarification | |
| stylesheets | Fixing all kinds of things | |
| symlinks | Fixing all kinds of things | |
| .gitmodules | Updating submodules | |
| .ruby-version | Specifying a ruby version | |
| install.rb | Fixing all kinds of things | |
| License | ||
| README.org | Updating documentation to reflect structure | |
| RUNBOOK.org | Fixing all kinds of things | |
| todo.org | Completing topical capture template | |
README for dotzshrc
A git repository for managing my .zshrc configuration.
Below is the top-level directory structure:
.
├── License
├── README.org
├── RUNBOOK.org
├── bin
├── configs
├── install.rb
├── iterm
├── lib
├── runbooks
├── stylesheets
├── symlinks
└── todo.org
- License
- the license associated with this repository.
- README.org
- this file.
- RUNBOOK.org
- this is the software/scripts I install to ensure I have the appropirate dependencies installed.
- bin
- a directory of executable files.
- configs
- a directory containing shell configs.
- install.rb
- this creates the symlinks in my
$HOMEdirectory and ensures paths, aliases, etc. are correct in the terminal/shell. - iterm
- iterm configurations along with keymappings for running Emacs in shell (not recommended).
- lib
- a place for weird one off scripts.
- runbooks
- varioius runbooks for different situations I’ve encountered.
- stylesheets
- a directory wiith
userContent.css; a stylesheet for adding to a browser’s default stylesheets - symlinks
- a directory containing the various files that I symblink into my
$HOMEdirectory. - todo.org
- my todo items for this repository.
You can run ruby install.rb to create the symlinks into the current $HOME file
Note: My dotzshrc repository assumes that you also have a clone of my dotemacs repository in the same parent directory.