dotfiles/gitignore/install.sh

6 lines
125 B
Bash
Raw Permalink 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