mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-08 21:51:06 +00:00
feat(dotbot): plugins: pipx, snap and crontab
This commit is contained in:
@@ -52,3 +52,19 @@
|
||||
- shell:
|
||||
- git submodule update --init --recursive --force
|
||||
- bash local/bin/dfm install all
|
||||
- pipx:
|
||||
file: tools/requirements-pipx.txt
|
||||
stdout: false
|
||||
stderr: true
|
||||
- crontab:
|
||||
- time: 0 5 * * *
|
||||
command: brew update && brew upgrade
|
||||
platform: darwin # Optional
|
||||
- time: 0 5 * * *
|
||||
command: apt update && apt upgrade
|
||||
platform: linux # Optional
|
||||
- time: 0 5 * * *
|
||||
command: task sync
|
||||
- snap:
|
||||
- nvim:
|
||||
classic: true
|
||||
|
||||
Reference in New Issue
Block a user