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
Raw Normal View History

2018-11-20 08:19:15 +00:00
#!/usr/bin/env sh
ln -svrf gitignore_global ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global