18 lines
321 B
Markdown
18 lines
321 B
Markdown
my dotfiles
|
|
===========
|
|
|
|
Install
|
|
-------
|
|
|
|
We will use script makesymlinks.sh to install dotfiles.
|
|
|
|
Change 'files' variable to suit your needs, then launch it :
|
|
|
|
``` bash
|
|
git clone https://git.fino.fr/flo/dotfiles.git
|
|
cd ~/dotfiles
|
|
./makesymlinks.sh
|
|
```
|
|
|
|
Backup of existing dotfiles will be made in a dotfiles_old folder.
|