Hacker News new | ask | show | jobs
by stdbrouw 3911 days ago
Alternatively

    gitignore() {
        wget \
        https://raw.githubusercontent.com/github/gitignore/master/Global/OSX.gitignore \
        https://raw.githubusercontent.com/github/gitignore/master/$1.gitignore \
        -O .gitignore
    }