dotbot: fix glob error in python < v3.5

This commit is contained in:
2023-03-19 02:10:04 +02:00
parent 04c85245cc
commit 03aacb0639
2 changed files with 30 additions and 5 deletions

View File

@@ -23,23 +23,22 @@
mode: 700
~/Code:
- link:
~/.config/:
glob: true
path: config/**
path: config/*
~/.local/bin/:
glob: true
path: local/bin/**
path: local/bin/*
~/.ssh/:
force: true
glob: true
mode: 600
path: ssh/**
path: ssh/*
~/:
force: true
glob: true
path: base/**
path: base/*
prefix: "."
- shell: