Skip to content

Commit 8324b6c

Browse files
committed
chore(tasks): remove obsolete dotfile task
Signed-off-by: Christoph Hoopmann <[email protected]>
1 parent 0644a99 commit 8324b6c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Taskfile.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,3 @@ tasks:
6565
cmds:
6666
- cmd: go mod download
6767
ignore_error: true
68-
## install choopm dotfiles
69-
dotfiles:
70-
desc: Clone and install choopm dotfiles
71-
status:
72-
- test -d ~/.config/home-manager
73-
cmds:
74-
- git clone --depth 1 https://github.com/choopm/dotfiles.git ~/.config/home-manager
75-
- make -C ~/.config/home-manager

0 commit comments

Comments
 (0)