gitignore/install.sh

4 lines
94 B
Bash
Executable file

#!/bin/sh
mkdir $HOME/.gitignores
cp gitignores/* $HOME/.gitignores
cp gitignore ~/.local/bin