aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 365e1b6..c9e1f05 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,21 @@ These are my core dotfiles. They are used on every account on every machine, inc
4 4
5My other dotfiles: 5My other dotfiles:
6- [dotfiles.personal](http://git.tgwil.net/dotfiles.personal/) for personal accounts. 6- [dotfiles.personal](http://git.tgwil.net/dotfiles.personal/) for personal accounts.
7
8## Installation
9### Clone this repository
10```
11cd
12git clone git@git.tgwil.net:dotfiles.core dotfiles.core
13```
14
15### Install the files
16```
17cd
18
19# install .bash_profile
20ln -s $HOME/dotfiles.core/home/.bash_profile $HOME/.bash_profile
21
22# install .bashrc
23ln -s $HOME/dotfiles.core/home/.bashrc $HOME/.bashrc
24```