From b0da6782e3b22bb9d667b76718b87eb3d7e46bb6 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Thu, 10 Oct 2024 01:17:56 -0400 Subject: Add installation instructions to README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 My other dotfiles: - [dotfiles.personal](http://git.tgwil.net/dotfiles.personal/) for personal accounts. + +## Installation +### Clone this repository +``` +cd +git clone git@git.tgwil.net:dotfiles.core dotfiles.core +``` + +### Install the files +``` +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 +``` -- cgit v1.2.3