mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-24 08:56:52 +00:00
dotbot: fix glob error in python < v3.5
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user