20 lines
326 B
Markdown
20 lines
326 B
Markdown
# March
|
|
|
|
A small script to automate my archlinux configuration.
|
|
|
|
## How to use it
|
|
|
|
First off we need to install git to download this repo.
|
|
|
|
```sh
|
|
pacman -Sy
|
|
pacman -S git
|
|
```
|
|
|
|
Then we can download this repo and run the install script.
|
|
```sh
|
|
git clone https://gitlab.com/TuDatTr/march
|
|
chmod ./march/install.sh
|
|
./install.sh
|
|
```
|