Skip to content

SeizeOP/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles README

Personal Configuration File (Dotfile) Repository.

Files which end in the org file extension are orgmode literate configs, and do not contain the actual config files for a given program. Rather these orgmode files contain source code blocks which are tangled or pushed to the proper config files on demand. To reduce confusion, the org files in each subdirectory has been named according to the program it relates to.

For example:

One notable exeption to this naming convention is, I have named my emacs config README.org instead of emacs.org. The reason I have named the emacs this way is because Github only automatically expands orgmode or markdown files if they are named README, and given the complexity of my emacs config I wanted the orgmode document to auto expand for better readability.