This commit is contained in:
flick0
2024-01-05 19:58:10 +00:00
parent d74e866005
commit 41862941af

View File

@@ -12,19 +12,19 @@
- ### backup previous hypr config
```sh
cp ~/.config/hypr ~/.config/hypr.bak
```
```sh
cp ~/.config/hypr ~/.config/hypr.bak
```
- ### clone repo
```sh
git clone https://github.com/flick0/dotfiles /tmp/flick0-dotfiles
```
```sh
git clone https://github.com/flick0/dotfiles /tmp/flick0-dotfiles
```
- ### move config
```sh
cd /tmp/flick0-dotfiles && cp -r ./config/* ~/.config/
```
```sh
cd /tmp/flick0-dotfiles && cp -r ./config/* ~/.config/
```
<hr>