-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharch.yml
More file actions
75 lines (69 loc) · 1.49 KB
/
arch.yml
File metadata and controls
75 lines (69 loc) · 1.49 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
- hosts: all
tasks:
- pacman:
state: latest
update_cache: true
name:
- neovim
- emacs
- telegram-desktop
- ripgrep
- zsh
- fzf
- tmux
- tig
- jq
- lsd
- bat
- fd
- alacritty
- kitty
- xsel
- htop
- hub
- adobe-source-code-pro-fonts
- python-pip
- lsof
- rlwrap # for clj
- binutils # for makepkg
- gcc # for makepkg
- base-devel # various build tool
- xorg-xinit # for xinitrc
- transmission-gtk
- deluge # torrent
- docker
- docker-compose
- noto-fonts-emoji
- keychain
- dnsutils
- traceroute
- kubectl
- kubectx
- k9s
- github-cli
- mise
become: true
tags: pacman
- name: "install Yay"
args:
creates: /usr/bin/yay
shell: |
cd /tmp/ \
&& rm -rf yay/ \
&& git clone https://aur.archlinux.org/yay.git \
&& cd yay/ \
&& makepkg -si --noconfirm \
&& cd ../ \
&& rm -rf yay/
- name: "Yay"
shell: |
yay -S --noconfirm --needed \
debtap \
google-chrome
- pip:
extra_args: "--user"
state: latest
name:
- ansible-lint
- yamllint