Explorar el Código

Relink dotbot links by default

Kevin Heinicke hace 5 años
padre
commit
d7abe6e9ad
Se han modificado 2 ficheros con 6 adiciones y 2 borrados
  1. 3 2
      install.conf.yaml
  2. 3 0
      install_e5.conf.yaml

+ 3 - 2
install.conf.yaml

@@ -1,11 +1,12 @@
 - clean: ['~']
 - clean: ['~']
-
+- defaults:
+    link:
+      relink: true
 - shell:
 - shell:
     - [git submodule update --init --recursive, Installing submodules]
     - [git submodule update --init --recursive, Installing submodules]
     - ["mkdir -p ~/.config/nvim/{backup,swap,undo}", Creating nvim backup dirs]
     - ["mkdir -p ~/.config/nvim/{backup,swap,undo}", Creating nvim backup dirs]
     - ["touch ~/.config/nvim/local.vimrc", Touching local vimrc]
     - ["touch ~/.config/nvim/local.vimrc", Touching local vimrc]
     - ["git config --global core.excludesfile ~/.gitignore_global"]
     - ["git config --global core.excludesfile ~/.gitignore_global"]
-
 - link:
 - link:
     ~/.dotfiles: ''
     ~/.dotfiles: ''
     ~/.zlogin: zlogin
     ~/.zlogin: zlogin

+ 3 - 0
install_e5.conf.yaml

@@ -1,2 +1,5 @@
+- defaults:
+    link:
+      relink: true
 - link:
 - link:
     ~/.zsh_local: zsh_local_e5
     ~/.zsh_local: zsh_local_e5