Moved $HOME root dotfiles to base folder

This commit is contained in:
2023-03-17 10:54:58 +02:00
parent e618f64cf5
commit 5cd720cc4d
11 changed files with 14 additions and 27 deletions

View File

@@ -4,6 +4,7 @@
stderr: true
stdout: true
brewfile:
stderr: true
stdout: true
link:
create: true
@@ -26,13 +27,6 @@
~/Code:
- link:
~/.bashrc:
~/.ecrc:
~/.git_profiles:
~/.huskyrc:
~/.plan:
~/.shellcheckrc:
~/.vuerc:
~/.config/:
glob: true
path: config/**
@@ -44,11 +38,13 @@
glob: true
mode: 600
path: ssh/**
~/.zshrc:
~/:
force: true
path: zshrc
glob: true
path: base/**
prefix: '.'
- shell: [git submodule update --init --recursive, Installing submodules]
- shell: [git submodule update --init --recursive --force, Installing submodules]
- if:
- cond: "[ $(uname) = Darwin ]"