You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
533 B
YAML
16 lines
533 B
YAML
2 years ago
|
- create:
|
||
|
- ~/.local/share
|
||
|
- ~/.local/bin
|
||
|
|
||
|
- shell:
|
||
|
- [cd src/tmux-mem-cpu-load && cmake . && make, Building tmux-mem-cpu-load]
|
||
|
|
||
|
- link:
|
||
|
~/.local/bin/ssh_agent_check: bin/ssh_agent_check
|
||
|
~/.local/bin/display_uptime: bin/display_uptime
|
||
|
~/.local/bin/docker_check: bin/docker_check
|
||
|
~/.local/bin/watertracker: src/watertracker/watertracker
|
||
|
~/.local/bin/weather: src/weather/weather
|
||
|
~/.local/bin/bluebikes: src/bluebikes/bluebikes
|
||
|
~/.local/bin/tmux-mem-cpu-load: src/tmux-mem-cpu-load/tmux-mem-cpu-load
|