mirror of
https://github.com/lawrencesystems/dotfiles.git
synced 2024-11-13 17:14:25 -08:00
14 lines
171 B
Markdown
14 lines
171 B
Markdown
# Installation
|
|
### Download and change folder
|
|
```
|
|
cd ~
|
|
git clone https://github.com/flipsidecreations/dotfiles.git
|
|
|
|
cd dotfiles
|
|
```
|
|
### Run intstall
|
|
```
|
|
./install.sh
|
|
```
|
|
|