update
This commit is contained in:
@@ -2,18 +2,24 @@
|
|||||||
This is a python script made to rice a blank fedora i3 install into my custom configuration.
|
This is a python script made to rice a blank fedora i3 install into my custom configuration.
|
||||||
|
|
||||||
# What is does :
|
# What is does :
|
||||||
|
|
||||||
* Allows DNF to update from fastest mirrors
|
* Allows DNF to update from fastest mirrors
|
||||||
* Adds +10 max parallel downloads
|
* Adds +10 max parallel downloads
|
||||||
+ Adds rpmfusion to repos
|
+ Adds rpmfusion to repos
|
||||||
* Installs Oh_My_zsh
|
|
||||||
* with zsh-autosuggestions plugin
|
|
||||||
* powerlevel10k plugin
|
|
||||||
* Adds Flathub to repos
|
* Adds Flathub to repos
|
||||||
* Copies dotfliles into ~/.config
|
* Copies dotfliles into ~/.config
|
||||||
* Installs 25 fonts, for developers and smooth looking
|
</br> </br>
|
||||||
* Installs Catppuccin themes.
|
* Installs :
|
||||||
* Installs candy-icons
|
* Oh_My_zsh
|
||||||
* Finally installs all programs given in data.txt
|
* with zsh-autosuggestions plugin
|
||||||
|
* powerlevel10k plugin
|
||||||
|
* 25 fonts, for developers and smooth looking
|
||||||
|
* Catppuccin themes
|
||||||
|
* candy-icons
|
||||||
|
* [Betterlockscreen](https://github.com/betterlockscreen/betterlockscreen)
|
||||||
|
* [i3lock-color](https://github.com/Raymo111/i3lock-color)
|
||||||
|
* Finally installs all programs given in data.txt
|
||||||
|
|
||||||
________________________________________________________________________________
|
________________________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
@@ -25,6 +31,12 @@ ________________________________________________________________________________
|
|||||||
##
|
##
|
||||||

|

|
||||||
|
|
||||||
|
# How to run :
|
||||||
|
- copy binary from releases and data.txt into a dotfiles backup forlder
|
||||||
|
- Must run with sudo -HE flags
|
||||||
|
```
|
||||||
|
sudo -HE ./rice-cook
|
||||||
|
```
|
||||||
|
|
||||||
## Donate
|
## 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>
|
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user