diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-12 14:49:18 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-12 14:49:18 -0400 |
commit | 3f07221e49940e39d977ec28d03e2a2d5535f070 (patch) | |
tree | b4216b702ee3341004950211179e0a7a2fae7393 /README.md | |
parent | Fix comments and formatting (diff) | |
download | dotfiles.core-3f07221e49940e39d977ec28d03e2a2d5535f070.tar.gz dotfiles.core-3f07221e49940e39d977ec28d03e2a2d5535f070.tar.bz2 dotfiles.core-3f07221e49940e39d977ec28d03e2a2d5535f070.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3,17 +3,19 @@ | |||
3 | These are my core dotfiles. They are used on every account on every machine, including root. | 3 | These are my core dotfiles. They are used on every account on every machine, including root. |
4 | 4 | ||
5 | My other dotfiles: | 5 | My other dotfiles: |
6 | |||
6 | - [dotfiles.personal](http://git.tgwil.net/dotfiles.personal/) for personal accounts. | 7 | - [dotfiles.personal](http://git.tgwil.net/dotfiles.personal/) for personal accounts. |
8 | - [dotfiles.sys](http://git.tgwil.net/dotfiles.sys/) for system configurations. | ||
7 | 9 | ||
8 | ## Installation | 10 | ## Installation |
9 | ### Clone this repository | 11 | ### Clone this repository |
10 | ``` | 12 | ```bash |
11 | cd | 13 | cd |
12 | git clone git@git.tgwil.net:dotfiles.core dotfiles.core | 14 | git clone git@git.tgwil.net:dotfiles.core dotfiles.core |
13 | ``` | 15 | ``` |
14 | 16 | ||
15 | ### Install the files | 17 | ### Install the files |
16 | ``` | 18 | ```bash |
17 | cd | 19 | cd |
18 | 20 | ||
19 | # install .bash_profile | 21 | # install .bash_profile |