just added original README.md
This commit is contained in:
commit
ad1a00ebae
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# dotfiles
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
git clone git@github.com:booboy/dotfiles.git
|
||||||
|
cd ~/.dotfiles
|
||||||
|
|
||||||
|
Source all of the files. Feel free to add to a script or just on cmd line
|
||||||
|
|
||||||
|
for DOTFILE in `find $HOME/.dotfiles`
|
||||||
|
do
|
||||||
|
[ -f “$DOTFILE” ] && source “$DOTFILE”
|
||||||
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue