-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfetch.yml
48 lines (40 loc) · 1.35 KB
/
fetch.yml
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
networks:
local:
hosts:
- localhost
dev:
hosts:
- [email protected]:2121
- [email protected]:2121
remote-host-list:
inventory: printf '%s\n' $(curl -s https://raw.githubusercontent.com/Lifailon/usup/refs/heads/main/hostlist)
local-host-list:
inventory: printf '%s\n' $(cat ./hostlist)
commands:
neofetch:
desc: Run neofetch
run: curl -s https://raw.githubusercontent.com/dylanaraps/neofetch/refs/heads/master/neofetch | bash
pfetch:
desc: Run pfetch
run: curl -s https://raw.githubusercontent.com/dylanaraps/pfetch/refs/heads/master/pfetch | bash
screenfetch:
desc: Run screenfetch
run: curl -s https://raw.githubusercontent.com/KittyKatt/screenFetch/refs/heads/master/screenfetch-dev | bash
nerdfetch:
desc: Run nerdfetch
run: curl -s https://raw.githubusercontent.com/ThatOneCalculator/NerdFetch/refs/heads/main/nerdfetch | bash
bench:
desc: Run Yet Another Bench Script
run: curl -sL https://yabs.sh | bash
system-check:
desc: Run system-check
run: curl -s https://raw.githubusercontent.com/m0zgen/system-checks/master/system-check.sh | sudo bash
hwstat:
desc: Run hwstat
run: curl -s https://raw.githubusercontent.com/Lifailon/hwstat/refs/heads/rsa/hwstat.sh | bash
targets:
all-fetch:
- neofetch
- pfetch
- screenfetch
- nerdfetch