Add an install.sh for dotfiles
This commit is contained in:
parent
a2a270b895
commit
66e584f326
2 changed files with 5 additions and 0 deletions
4
install.sh
Executable file
4
install.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
MY_PATH=$(dirname "$0")
|
||||||
|
cd $MY_PATH
|
||||||
|
python3 "./setup.py"
|
||||||
1
setup.py
1
setup.py
|
|
@ -2,6 +2,7 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
ignore = {
|
ignore = {
|
||||||
|
"install.sh",
|
||||||
"setup.cmd",
|
"setup.cmd",
|
||||||
"setup.py",
|
"setup.py",
|
||||||
"setup.ps1",
|
"setup.ps1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue