15 lines
184 B
Markdown
15 lines
184 B
Markdown
# Installation
|
|
### Download and change folder
|
|
```
|
|
cd ~
|
|
git clone https://git.fox-altair.ts.net/dotfiles.git
|
|
|
|
cd dotfiles
|
|
```
|
|
### Run intstall
|
|
```
|
|
./install.sh
|
|
Or
|
|
bash install.sh
|
|
```
|
|
|