1
0
Fork
You've already forked dotzshrc
0
No description
  • Shell 67.4%
  • Ruby 24.3%
  • Lua 5.6%
  • Emacs Lisp 2.1%
  • CSS 0.6%
2023年02月06日 20:39:13 -05:00
bin Updating dashboard 2023年02月06日 20:39:13 -05:00
configs Updating dashboard 2023年02月06日 20:39:13 -05:00
iterm Updating iterm settings 2022年08月02日 08:24:31 -04:00
lib Adding script to tag org roam files 2021年07月24日 11:16:04 -04:00
runbooks Reworking documentation for more clarification 2021年07月12日 14:41:38 -04:00
stylesheets Fixing all kinds of things 2023年01月15日 11:17:30 -05:00
symlinks Fixing all kinds of things 2023年01月15日 11:17:30 -05:00
.gitmodules Updating submodules 2021年12月17日 23:33:37 -05:00
.ruby-version Specifying a ruby version 2021年07月26日 22:12:38 -04:00
install.rb Fixing all kinds of things 2023年01月15日 11:17:30 -05:00
License
README.org Updating documentation to reflect structure 2021年09月23日 08:17:52 -04:00
RUNBOOK.org Fixing all kinds of things 2023年01月15日 11:17:30 -05:00
todo.org Completing topical capture template 2021年07月31日 18:02:25 -04:00

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 $HOME directory 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 $HOME directory.
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.