-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver_fedora.conf.yaml
40 lines (40 loc) · 1.03 KB
/
server_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
- sudo:
- defaults:
yum:
options: "-q -y"
stdout: False
stderr: True
- shell:
- [mkdir -p /usr/local/share/zsh/site-functions; wget -nc -P /usr/local/share/zsh/site-functions https://raw.githubusercontent.com/docker/cli/master/contrib/completion/zsh/_docker, Add docker completion]
- [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,
eza,
fd-find,
fzf,
gh,
git,
lesspipe,
lsd,
make,
neovim,
nodejs-npm,
python3,
python3-pip,
ripgrep,
sqlite,
tealdeer,
yp-tools,
zoxide,
zsh]
- shell: