diff options
-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 |