diff --git a/Automation/Modules/Prepare/Modules/Links/Configs/render.conf b/Automation/Modules/Prepare/Modules/Links/Configs/render.conf index c104585..6982fd7 100755 --- a/Automation/Modules/Prepare/Modules/Links/Configs/render.conf +++ b/Automation/Modules/Prepare/Modules/Links/Configs/render.conf @@ -1,26 +1,26 @@ # Install centos-art command. [centos-art] -render-type = "symlink" -link-source = "${HOME}/bin/" -link-target = "${TCAR_BASEDIR}/Automation/centos-art.sh" +render-type = "symlink" +render-from = "${TCAR_BASEDIR}/Automation/centos-art.sh" +link-target = "${HOME}/bin" # Install vim's settings used as convention to edit files inside the # repository. In case the conventions change, and link-target is # updated inside the repository, the new conventions will be available # to you immediately after fetching changes from central repository. -[vimrc] +[.vimrc] render-type = "symlink" -link-source = "${HOME}/.vimrc" -link-target = "${TCAR_BASEDIR}/Modules/Prepare/Modules/Links/Configs/vimrc" +render-from = "${TCAR_BASEDIR}/Automation/Modules/Prepare/Modules/Links/Configs/vimrc" +link-target = "${HOME}" # Install corporate typography. [denmark.ttf] render-type = "symlink" -link-source = "${HOME}/.fonts/denmark.ttf" -link-target = "${TCAR_BASEDIR}/Artworks/Fonts/denmark.ttf" +render-from = "${TCAR_BASEDIR}/Artworks/Fonts/denmark.ttf" +link-target = "${HOME}/.fonts" # Install corporate palette of colors (for inkscape). [corporate.gpl] render-type = "symlink" -link-source = "${HOME}/.inkscape/palettes/corporate.gpl" -link-target = "${TCAR_BASEDIR}/Artworks/Palettes/corporate.gpl" +render-from = "${TCAR_BASEDIR}/Artworks/Palettes/corporate.gpl" +link-target = "${HOME}/.inkscape/palettes"