diff --git a/.gitmodules b/.gitmodules index 6b04cab..db4cdff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -47,9 +47,6 @@ [submodule "tmux/tmux-window-name"] path = config/tmux/plugins/tmux-window-name url = https://github.com/ofirgall/tmux-window-name.git -[submodule "dotbot-crontab"] - path = tools/dotbot-crontab - url = https://github.com/codekansas/dotbot-crontab.git [submodule "dotbot-snap"] path = tools/dotbot-snap url = https://github.com/DrDynamic/dotbot-snap.git diff --git a/install.conf.yaml b/install.conf.yaml index b6a6fd4..46c615a 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -56,12 +56,3 @@ 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 diff --git a/tools/dotbot-crontab b/tools/dotbot-crontab deleted file mode 160000 index ea900a7..0000000 --- a/tools/dotbot-crontab +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ea900a7cf66add3c56dc5e9d4f426af8b05b9ac0