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
|
# 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
|
## Wireguard Client
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- name: Ansible playbook to setup fedora linux
|
- name: Ansible playbook to setup Debian
|
||||||
hosts: all
|
hosts: all
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- name: Install desktop fedora packages
|
- name: Install desktop packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- mpv # Video player based on MPlayer/mplayer2
|
- mpv # Video player based on MPlayer/mplayer2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- name: Install sway fedora packages
|
- name: Install sway packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- alacritty
|
- alacritty
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- name: Install engineering fedora packages
|
- name: Install engineering packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- freecad # General purpose 3D CAD modeler
|
- freecad # General purpose 3D CAD modeler
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- name: Install gaming fedora packages
|
- name: Install gaming packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- lutris # Video game preservation platform
|
- lutris # Video game preservation platform
|
||||||
@ -7,10 +7,3 @@
|
|||||||
- steam
|
- steam
|
||||||
state: present
|
state: present
|
||||||
become: true
|
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:
|
apt:
|
||||||
name:
|
name:
|
||||||
- git # Fast Version Control System
|
- git # Fast Version Control System
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
- name: Install terminal fedora packages
|
- name: Install terminal packages
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- neovim # Vim-fork focused on extensibility and agility
|
- neovim # Vim-fork focused on extensibility and agility
|
||||||
|
@ -17,6 +17,7 @@ cargo install rbw
|
|||||||
export PATH="$PATH:/usr/local/bin"
|
export PATH="$PATH:/usr/local/bin"
|
||||||
export PATH="$PATH:$HOME/.cargo/bin"
|
export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
export PATH="$PATH:$CHEZDIR/temp_bin"
|
export PATH="$PATH:$CHEZDIR/temp_bin"
|
||||||
|
mkdir -p $HOME/.local/bin
|
||||||
|
|
||||||
# Install ansible extensions
|
# Install ansible extensions
|
||||||
ansible-galaxy install -r "$CHEZDIR/provision/debian/ansible/requirements.yml"
|
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:
|
Copy `.chezmoidata.yaml.example` to `.chezmoidata.yaml` and edit with desired settings then run the following commands:
|
||||||
|
|
||||||
```bash
|
```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)
|
Perform additional setup found in [additional-setup](additional-setup.md)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user