[repo] Add & update docs, fix install script dirs
This commit is contained in:
parent
14d56b5544
commit
4f4e67ff1c
3 changed files with 15 additions and 6 deletions
7
bootstrap/README.md
Normal file
7
bootstrap/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# bootstrap module
|
||||
|
||||
The bootstrapping module mainly concerns the setup of the repository itself -- installation of packages, setting up basic options and maintenance scripts.
|
||||
|
||||
* installs general list of packages, listed [here](bootstrap/packages.txt)
|
||||
* if githooks are enabled (either through install script, or manually) will compare installed packages with those on the package list on each commit and warn user about differences (skipping those on the [ignore](bootstrap/packages_ignore.txt) list).
|
||||
* contains a simple alias `dotlink` which allows quickly re-linking dotfiles when they have been changed. This is useful to invoke when files have been removed or added and need to be sym-linked by stow again (only works for `~/.dotfiles` dot directory).
|
||||
Loading…
Add table
Add a link
Reference in a new issue