aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Williams <tgwil@tgwil.net>2024-10-12 14:49:18 -0400
committerTristan Williams <tgwil@tgwil.net>2024-10-12 14:49:18 -0400
commit3f07221e49940e39d977ec28d03e2a2d5535f070 (patch)
treeb4216b702ee3341004950211179e0a7a2fae7393
parentFix comments and formatting (diff)
downloaddotfiles.core-3f07221e49940e39d977ec28d03e2a2d5535f070.tar.gz
dotfiles.core-3f07221e49940e39d977ec28d03e2a2d5535f070.tar.bz2
dotfiles.core-3f07221e49940e39d977ec28d03e2a2d5535f070.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c9e1f05..7dc2dba 100644
--- a/README.md
+++ b/README.md
@@ -3,17 +3,19 @@
3These are my core dotfiles. They are used on every account on every machine, including root. 3These are my core dotfiles. They are used on every account on every machine, including root.
4 4
5My other dotfiles: 5My 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
11cd 13cd
12git clone git@git.tgwil.net:dotfiles.core dotfiles.core 14git clone git@git.tgwil.net:dotfiles.core dotfiles.core
13``` 15```
14 16
15### Install the files 17### Install the files
16``` 18```bash
17cd 19cd
18 20
19# install .bash_profile 21# install .bash_profile