dotfiles/README.md

16 lines
182 B
Markdown
Raw Normal View History

2023-03-29 14:30:12 +02:00
# Installation
### Download and change folder
```
cd ~
2023-03-29 14:30:50 +02:00
git clone https://github.com/osconlab/dotfiles.git
2023-03-29 14:30:12 +02:00
cd dotfiles
```
### Run intstall
```
./install.sh
Or
bash install.sh
```