2023-04-30 20:47:19 -07:00
|
|
|
# Provision Fedora
|
|
|
|
> \*Tips Fedora\*
|
|
|
|
|
|
|
|
Jumpstart scripts to install Fedora with packages and configs I use.
|
|
|
|
|
2023-07-29 11:55:24 -07:00
|
|
|
## Status
|
|
|
|
|
|
|
|
:warning: :warning: :warning:
|
|
|
|
|
|
|
|
I don't actively use this anymore. This is likely falling into disrepair.
|
|
|
|
|
2023-04-30 20:47:19 -07:00
|
|
|
## Usage
|
|
|
|
|
2023-06-08 16:48:27 -07:00
|
|
|
Install Fedora Workstation with BTRFS and default partitions.
|
2023-04-30 20:47:19 -07:00
|
|
|
|
|
|
|
Run the following commands:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
sudo dnf install vim git -y
|
2023-06-08 16:48:27 -07:00
|
|
|
git clone https://github.com/starr-dusT/dotfiles ~/.local/share/chezmoi
|
2023-04-30 20:47:19 -07:00
|
|
|
```
|
|
|
|
|
|
|
|
Copy `.chezmoidata.yaml.example` to `.chezmoidata.yaml` and edit with desired settings then run the following commands:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
~/.local/share/chezmoi/provision/fedora/jumpstart.sh
|
|
|
|
```
|
|
|
|
|
|
|
|
Perform additional setup found in [additional-setup](additional-setup.md)
|
|
|
|
|
|
|
|
## Update Setup
|
|
|
|
|
|
|
|
`linux-update --fedora` command updates the system with ansible. Run `linux-update -h` for information on usage.
|