16 lines
324 B
Markdown
16 lines
324 B
Markdown
my dotfiles
|
|
===========
|
|
|
|
Install
|
|
-------
|
|
|
|
we will use script makesymlinks.sh to install dotfiles
|
|
change files var to suit yours need, then launch it :
|
|
|
|
``` bash
|
|
git clone git@grimbergen.fino.fr:flo/dotfiles.git ~/dotfiles
|
|
cd ~/dotfiles
|
|
./makesymlinks.sh
|
|
```
|
|
backup of existing dotfiles will be made in a dotfiles_old folder
|