Add mkdir lines dotbot confs
This commit is contained in:
parent
63433d6c5b
commit
882953a7a6
4 changed files with 12 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
||||||
|
- shell:
|
||||||
|
- mkdir -p ~/.config
|
||||||
|
|
||||||
- clean: ['~', '~/.config']
|
- clean: ['~', '~/.config']
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
- shell:
|
||||||
|
- mkdir -p ~/.config/git
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.config/git/config: git/config-gmail
|
~/.config/git/config: git/config-gmail
|
||||||
~/.hgrc: hg/gmail.hgrc
|
~/.hgrc: hg/gmail.hgrc
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
- shell:
|
||||||
|
- mkdir -p ~/.config/git
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.config/git/config: git/config-metagram
|
~/.config/git/config: git/config-metagram
|
||||||
~/.hgrc: hg/metagram.hgrc
|
~/.hgrc: hg/metagram.hgrc
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
- shell:
|
||||||
|
- mkdir -p ~/.config/git
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.config/git/config: git/config-mit
|
~/.config/git/config: git/config-mit
|
||||||
~/.hgrc: hg/mit.hgrc
|
~/.hgrc: hg/mit.hgrc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue