This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/gitignore/install.sh

6 lines
125 B
Bash
Executable File

#!/usr/bin/env sh
ln -svrf gitignore_global ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global