readme
This commit is contained in:
@@ -1,28 +1,29 @@
|
||||
# Rice-cook <a href="#"> <img src="./images/logo.webp" height="150" > </a>
|
||||
# Rice-cook <a href="#"> <img src="./images/logo.webp" height="150" > </a>
|
||||
|
||||
This is a python script made to rice a blank fedora install into my custom hyprland configuration.
|
||||
|
||||
# What is does :
|
||||
|
||||
* Allows DNF to update from fastest mirrors
|
||||
* Adds +10 max parallel downloads
|
||||
* Adds rpmfusion to repos
|
||||
* Adds Flathub to repos
|
||||
* Copies dotfliles into ~/.config
|
||||
</br> </br>
|
||||
<span style="font-size:30px;">Installs:</span>
|
||||
* Oh_My_zsh
|
||||
* with zsh-autosuggestions plugin
|
||||
* powerlevel10k plugin
|
||||
* 25 fonts, for developers and smooth looking
|
||||
* Catppuccin themes
|
||||
* candy-icons
|
||||
* Hyrland
|
||||
* hyprcursor ,hypridle, hyprlang, hyprloc, hyprpaper, hyprpicker, hyprutils
|
||||
* Waybar
|
||||
* Finally installs all programs given in data.config
|
||||
|
||||
________________________________________________________________________________
|
||||
- Allows DNF to update from fastest mirrors
|
||||
- Adds +10 max parallel downloads
|
||||
- Adds rpmfusion to repos
|
||||
- Adds Flathub to repos
|
||||
- Copies dotfliles into ~/.config
|
||||
</br> </br>
|
||||
<span style="font-size:30px;">Installs:</span>
|
||||
- Oh_My_zsh
|
||||
- with zsh-autosuggestions plugin
|
||||
- powerlevel10k plugin
|
||||
- 25 fonts, for developers and smooth looking
|
||||
- Catppuccin themes
|
||||
- candy-icons
|
||||
- Hyrland
|
||||
- hyprcursor ,hypridle, hyprlang, hyprloc, hyprpaper, hyprpicker, hyprutils
|
||||
- Waybar
|
||||
- Finally installs all programs given in data.conf
|
||||
- dnf packages, flatpaks, copr , repos from urls
|
||||
|
||||
---
|
||||
|
||||
<a href="https://github.com/catppuccin/catppuccin"><img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" height="100" width="100"></a>
|
||||
<a href="https://ohmyz.sh/"><img src="./images/ohmyzsh.png" height="100" width="100"></a>
|
||||
@@ -30,49 +31,59 @@ ________________________________________________________________________________
|
||||
<a href="https://github.com/EliverLara/candy-icons"><img src="./images/icons.png" height="150" width="200"></a>
|
||||
|
||||
##
|
||||
|
||||

|
||||
|
||||
# How to run :
|
||||
|
||||
```
|
||||
git clone https://github.com/acidburnmonkey/rice-cook.git && cd rice-cook
|
||||
|
||||
```
|
||||
|
||||
```
|
||||
chmod +x preinstall.sh && sudo ./preinstall.sh
|
||||
```
|
||||
```
|
||||
sudo pip3 install -r requierements.txt
|
||||
```
|
||||
### Now move `rice-cook.py` & data.txt into dofiles directry and run it:
|
||||
|
||||
### Now move `rice-cook.py` & data.conf into dofiles directry and run it:
|
||||
|
||||
```
|
||||
sudo python3 rice-cook.py
|
||||
sudo uv run rice-cook.py
|
||||
```
|
||||
|
||||
Should look like this .
|
||||
|
||||
```
|
||||
|-dotfiles
|
||||
|---nvim
|
||||
|---ranger
|
||||
|---etc...
|
||||
|---data.config
|
||||
|---data.conf
|
||||
|---rice-cook.py
|
||||
```
|
||||
|
||||
### Before reboot
|
||||
Need to correct ownership of home directory
|
||||
|
||||
Need to correct ownership of home directory
|
||||
|
||||
```
|
||||
sudo chown -R user:user ~/home/username
|
||||
```
|
||||
|
||||
### A snapshot of your current fedora config can ge genereted with this [script]([https://github.com/acidburnmonkey/scripts/blob/main/fedora-apps.py])
|
||||
|
||||
## Donate
|
||||
|
||||
<a href="https://www.buymeacoffee.com/acidburn" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
|
||||
|
||||
## Monero <img src="https://www.getmonero.org/press-kit/symbols/monero-symbol-1280.png" width="60" height="60">
|
||||
|
||||
<img src="https://lh3.googleusercontent.com/pw/AJFCJaXk5yBCwXdQRjlyJfkain1Y_VNRaQLrBOzpd-TGANvD6uetoA134EINH1czVS-RpkwnFn2DspjRivfV2kPuTsN5f1NzJjyoT6rl7hhCfIJI7HyUnclACO24NKyyEES5Uly6lmvfig7G3vTH0Sx3Djw=w240-h240-s-no?authuser=0" width="150" height="150">
|
||||
|
||||
43Sxiso2FHsYhP7HTqZgsXa3m3uHtxHQdMeHxECqRefyazZfpGVCLVsf1gU68jxJBo1G171AC181q1BqAUaG1m554MLsspG
|
||||
|
||||
|
||||
## Bitcon <img src="https://upload.wikimedia.org/wikipedia/commons/4/46/Bitcoin.svg" width="60" height="60">
|
||||
|
||||
<img src="https://lh3.googleusercontent.com/pw/AJFCJaVUsxqiheJBMWH1azt3kO00SdVw-hnJ8brWx1RNf-JozK_yy2-ZXwLpCEDeKePfp78I5Ca63I3A0TWujiMqydrdygMsmujaOvNp-OqZUwafXyleDKbD-enEg75WweataJivtVJmCenNvuIpBzq51mc=w352-h355-s-no?authuser=0" width="150" height="150">
|
||||
|
||||
bc1qk06cyheffclx7x434zpxjzcdl50452r9ducw0x
|
||||
|
||||
Reference in New Issue
Block a user