You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
laughing-hipster/plugins/002-config.sh

6 lines
171 B

#!/bin/sh
files_linkdir "${HOME}/.files/.config" "${HOME}/.config" true;
! [[ -f "${HOME}/.gitconfig" ]] && ln -s "${HOME}/.config/git/.gitconfig" "${HOME}/.gitconfig";