fixed dotfiles path resolution to be inside this dir

This commit is contained in:
Acid
2025-11-11 21:18:06 -05:00
parent d6df47a532
commit 30fcdc256e
2 changed files with 35 additions and 28 deletions
+8 -8
View File
@@ -45,7 +45,7 @@ git clone https://github.com/acidburnmonkey/rice-cook.git && cd rice-cook
chmod +x preinstall.sh && sudo ./preinstall.sh
```
### Now move `rice-cook.py` & data.conf into dofiles directory and run it:
### copy dotfiles directory into this project
```
sudo uv run rice-cook.py
@@ -54,12 +54,12 @@ sudo uv run rice-cook.py
Should look like this .
```
|-dotfiles
|---nvim
|---ranger
|---etc...
|---data.conf
|---rice-cook.py
|-rice-cook.py
|-data.conf
|---dotfiles
|-----nvim
|-----ranger
|-----etc...
```
### Before reboot
@@ -70,7 +70,7 @@ Need to correct ownership of home directory
sudo chown -R user:user /home/username
```
## A snapshot of your current fedora config can be genereted with this script
## A snapshot of your current fedora config can be generated with this script
[link](https://github.com/acidburnmonkey/scripts/blob/main/fedora-apps.py)