-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkstation_fedora.conf.yaml
42 lines (42 loc) · 1 KB
/
workstation_fedora.conf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
- sudo:
- defaults:
yum:
options: "-q -y"
stdout: False
stderr: True
- shell:
- [scripts/addusertodockergrp.sh]
- [dnf config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo, Adding docker-ce repo]
- yum: [
bat,
btop,
cargo,
containerd.io,
dnf-automatic,
dnf-plugins-core,
docker-buildx-plugin,
docker-ce,
docker-ce-cli,
docker-compose-plugin,
ffmpeg,
foot,
freerdp,
gh,
git,
gnome-tweaks,
keepassxc,
lsd,
make,
neovim,
nodejs-npm,
python3,
python3-pip,
rpmrebuild,
sqlite,
tealdeer,
terminator,
vlc,
yp-tools,
zsh]
- shell:
- [command -v keybase || sudo yum install https://prerelease.keybase.io/keybase_amd64.rpm, Installing keybase if not present]