-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfetch.yml
More file actions
55 lines (47 loc) · 1.48 KB
/
Copy pathfetch.yml
File metadata and controls
55 lines (47 loc) · 1.48 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
networks:
local:
hosts:
- localhost
rpi:
hosts:
- lifailon@192.168.3.105:2121
- lifailon@192.168.3.106:2121
bsd:
hosts:
- root@192.168.3.102:22
- root@192.168.3.103:22
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
yabs:
desc: Run Yet Another Bench Script
run: curl -sSL https://yabs.sh | bash
quickbench:
desc: Run Quick Linux-based VM bench
run: curl -sSL https://raw.githubusercontent.com/bearstech/quickbench/refs/heads/main/quickbench | bash
hwstat:
desc: Get Hardware Statistics
run: curl -s https://raw.githubusercontent.com/Lifailon/hwstat/refs/heads/rsa/hwstat.sh | bash
targets:
fetch:
- neofetch
- pfetch
- screenfetch
- nerdfetch
bench:
- yabs
- quickbench