Add an install.sh for dotfiles

This commit is contained in:
John Doty 2022-06-13 20:46:24 -07:00
parent a2a270b895
commit 66e584f326
2 changed files with 5 additions and 0 deletions

4
install.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
MY_PATH=$(dirname "$0")
cd $MY_PATH
python3 "./setup.py"

View file

@ -2,6 +2,7 @@
import os import os
ignore = { ignore = {
"install.sh",
"setup.cmd", "setup.cmd",
"setup.py", "setup.py",
"setup.ps1", "setup.ps1",