2016-10-14 03:22:45 -05:00
|
|
|
# dotfiles
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
git clone git@github.com:booboy/dotfiles.git
|
|
|
|
cd ~/.dotfiles
|
|
|
|
|
2016-10-17 14:21:39 -05:00
|
|
|
The way that I am experimenting with this now as I continue development on it.
|
|
|
|
|
|
|
|
useradd -m testuser
|
|
|
|
sudo su testuser -
|
2016-10-17 14:18:40 -05:00
|
|
|
cd ~ && git clone https://github.com/booboy/dotfiles.git && cd dotfiles
|
|
|
|
source install.sh
|
|
|
|
|
2017-08-09 13:28:57 -04:00
|
|
|
This should take care of setting up symlinks to .bashrc .bash_aliases .bash_functions .bash_profile.
|