remove fedora and update jumpstart

This commit is contained in:
Tyler Starr 2023-07-03 22:43:09 -07:00
parent 73d195cc5f
commit 79621ea1c4
10 changed files with 10 additions and 16 deletions

View File

@ -1,6 +1,6 @@
# Additional Setup
The following documents some Fedora setup that wasn't automated with ansible.
The following documents some Debian setup that wasn't automated with ansible.
## Wireguard Client

View File

@ -1,4 +1,4 @@
- name: Ansible playbook to setup fedora linux
- name: Ansible playbook to setup Debian
hosts: all
vars_files:

View File

@ -1,4 +1,4 @@
- name: Install desktop fedora packages
- name: Install desktop packages
apt:
name:
- mpv # Video player based on MPlayer/mplayer2

View File

@ -1,4 +1,4 @@
- name: Install sway fedora packages
- name: Install sway packages
apt:
name:
- alacritty

View File

@ -1,4 +1,4 @@
- name: Install engineering fedora packages
- name: Install engineering packages
apt:
name:
- freecad # General purpose 3D CAD modeler

View File

@ -1,4 +1,4 @@
- name: Install gaming fedora packages
- name: Install gaming packages
apt:
name:
- lutris # Video game preservation platform
@ -7,10 +7,3 @@
- steam
state: present
become: true
#- name: Install gaming flatpaks
# flatpak:
# name:
# - com.valvesoftware.Steam
# state: present
# become: true

View File

@ -1,4 +1,4 @@
- name: Install system fedora packages
- name: Install system packages
apt:
name:
- git # Fast Version Control System

View File

@ -1,4 +1,4 @@
- name: Install terminal fedora packages
- name: Install terminal packages
apt:
name:
- neovim # Vim-fork focused on extensibility and agility

View File

@ -17,6 +17,7 @@ cargo install rbw
export PATH="$PATH:/usr/local/bin"
export PATH="$PATH:$HOME/.cargo/bin"
export PATH="$PATH:$CHEZDIR/temp_bin"
mkdir -p $HOME/.local/bin
# Install ansible extensions
ansible-galaxy install -r "$CHEZDIR/provision/debian/ansible/requirements.yml"

View File

@ -70,7 +70,7 @@ Jumpstart scripts to install Debian with packages and configs I use.
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
~/.local/share/chezmoi/provision/debian/jumpstart.sh
```
Perform additional setup found in [additional-setup](additional-setup.md)