diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-10 00:23:18 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-10 00:23:18 -0400 |
commit | 627bb90fcbc86572a034c3bc9bc9c02a4586c2a4 (patch) | |
tree | e2f095f1f60faec3cd050c4586208a07fa55e381 /README.md | |
parent | Add bash completion to .bashrc (diff) | |
download | dotfiles.core-627bb90fcbc86572a034c3bc9bc9c02a4586c2a4.tar.gz dotfiles.core-627bb90fcbc86572a034c3bc9bc9c02a4586c2a4.tar.bz2 dotfiles.core-627bb90fcbc86572a034c3bc9bc9c02a4586c2a4.zip |
Add support for .bashrc.personal
I split my dotfiles into modular repositories. This repository is the
core, so it makes sense to initialize other stuff here.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ | |||
1 | # TGWIL Dotfiles.Core | 1 | # TGWIL Dotfiles.Core |
2 | 2 | ||
3 | These are my core dotfiles. They are used on every account on every machine. | 3 | These are my core dotfiles. They are used on every account on every machine, including root. |
4 | |||
5 | My other dotfiles: | ||
6 | - [dotfiles.personal](http://git.tgwil.net/dotfiles.personal/) for personal accounts. | ||