From 62a07652483f498d89b8972c0edb7772a050ad62 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sat, 12 Oct 2024 19:23:45 -0400 Subject: Create installer The whole point of these dotfiles repos is to automate setup. Might as well have an installer. --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'README.md') 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: - [dotfiles.sys](http://git.tgwil.net/dotfiles.sys/) for system configurations. ## Installation -### Clone this repository -```bash -cd -git clone git@git.tgwil.net:dotfiles.core dotfiles.core -``` -### Install the files +The `new-user-setup.sh` script is all that is needed to setup a new user account. To run the script: ```bash -cd - -# install .bash_profile -ln -s $HOME/dotfiles.core/home/.bash_profile $HOME/.bash_profile - -# install .bashrc -ln -s $HOME/dotfiles.core/home/.bashrc $HOME/.bashrc +cd ~/dotfiles.core +./new-user-setup.sh ``` + +If the script cannot be run for whatever reason, it is sufficiently documented to use it as a guide for manual installation. -- cgit v1.2.3