aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 5 insertions, 13 deletions
diff --git a/README.md b/README.md
index 7dc2dba..9c921df 100644
--- a/README.md
+++ b/README.md
@@ -8,19 +8,11 @@ My other dotfiles:
8- [dotfiles.sys](http://git.tgwil.net/dotfiles.sys/) for system configurations. 8- [dotfiles.sys](http://git.tgwil.net/dotfiles.sys/) for system configurations.
9 9
10## Installation 10## Installation
11### Clone this repository
12```bash
13cd
14git clone git@git.tgwil.net:dotfiles.core dotfiles.core
15```
16 11
17### Install the files 12The `new-user-setup.sh` script is all that is needed to setup a new user account. To run the script:
18```bash 13```bash
19cd 14cd ~/dotfiles.core
20 15./new-user-setup.sh
21# install .bash_profile
22ln -s $HOME/dotfiles.core/home/.bash_profile $HOME/.bash_profile
23
24# install .bashrc
25ln -s $HOME/dotfiles.core/home/.bashrc $HOME/.bashrc
26``` 16```
17
18If the script cannot be run for whatever reason, it is sufficiently documented to use it as a guide for manual installation.