diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 5 insertions, 13 deletions
@@ -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 | ||
13 | cd | ||
14 | git clone git@git.tgwil.net:dotfiles.core dotfiles.core | ||
15 | ``` | ||
16 | 11 | ||
17 | ### Install the files | 12 | The `new-user-setup.sh` script is all that is needed to setup a new user account. To run the script: |
18 | ```bash | 13 | ```bash |
19 | cd | 14 | cd ~/dotfiles.core |
20 | 15 | ./new-user-setup.sh | |
21 | # install .bash_profile | ||
22 | ln -s $HOME/dotfiles.core/home/.bash_profile $HOME/.bash_profile | ||
23 | |||
24 | # install .bashrc | ||
25 | ln -s $HOME/dotfiles.core/home/.bashrc $HOME/.bashrc | ||
26 | ``` | 16 | ``` |
17 | |||
18 | If the script cannot be run for whatever reason, it is sufficiently documented to use it as a guide for manual installation. | ||