28 lines
279 B
Markdown
28 lines
279 B
Markdown
# Milan's Omarchy Config
|
|
|
|
## Install
|
|
|
|
```bash
|
|
git clone https://git.ta52.dk/milan/omarchy-config.git
|
|
|
|
cd omarchy-config
|
|
|
|
chmod +x install.sh
|
|
|
|
./install.sh
|
|
```
|
|
|
|
## Update repository
|
|
|
|
After changing your setup:
|
|
|
|
```bash
|
|
./backup.sh
|
|
|
|
git add .
|
|
|
|
git commit -m "Update"
|
|
|
|
git push
|
|
```
|