**Example:** ```bash if [ ! -L "$HOME/.gitconfig" ]; then ln -s $HOME/.dotfiles/git/.gitconfig $HOME/.gitconfig fi ```
Example: