mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
remove fedora and update jumpstart
This commit is contained in:
parent
73d195cc5f
commit
79621ea1c4
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
- name: Ansible playbook to setup fedora linux
|
||||
- name: Ansible playbook to setup Debian
|
||||
hosts: all
|
||||
|
||||
vars_files:
|
||||
|
@ -1,4 +1,4 @@
|
||||
- name: Install desktop fedora packages
|
||||
- name: Install desktop packages
|
||||
apt:
|
||||
name:
|
||||
- mpv # Video player based on MPlayer/mplayer2
|
||||
|
@ -1,4 +1,4 @@
|
||||
- name: Install sway fedora packages
|
||||
- name: Install sway packages
|
||||
apt:
|
||||
name:
|
||||
- alacritty
|
||||
|
@ -1,4 +1,4 @@
|
||||
- name: Install engineering fedora packages
|
||||
- name: Install engineering packages
|
||||
apt:
|
||||
name:
|
||||
- freecad # General purpose 3D CAD modeler
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
- name: Install system fedora packages
|
||||
- name: Install system packages
|
||||
apt:
|
||||
name:
|
||||
- git # Fast Version Control System
|
||||
|
@ -1,4 +1,4 @@
|
||||
- name: Install terminal fedora packages
|
||||
- name: Install terminal packages
|
||||
apt:
|
||||
name:
|
||||
- neovim # Vim-fork focused on extensibility and agility
|
||||
|
@ -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"
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user