Ignore the Python directory in the setup script and install eryntools with pip

This commit is contained in:
Eryn Wells 2024-03-05 11:06:26 -08:00
parent 661e5516e7
commit 75d455aa90

View file

@ -3,7 +3,7 @@
dotfiles_dir=$(cd "$(dirname "$0")" && pwd)
sys=`uname -s | tr A-Z a-z`
skipitems=(setup.sh README.md py bin Alfred Colors Dotfiles LaunchAgents '.*\.orig' '.*~')
skipitems=(setup.sh README.md py bin Alfred Colors Dotfiles LaunchAgents Python '.*\.orig' '.*~')
typeset -A vimbundles
vimbundles=(Vundle.vim "https://github.com/gmarik/Vundle.vim.git")
@ -121,6 +121,8 @@ while getopts "v" arg $@; do
esac
done
python3 -m pip install --user "$dotfiles_dir/Python/eryntools"
if (( $configure_vim )); then
print -P "%BConfiguring Vim%b"