forked from mudhorn/dotfiles
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
|
|
```
|
|
|