Ignore the Python directory in the setup script and install eryntools with pip
This commit is contained in:
parent
661e5516e7
commit
75d455aa90
1 changed files with 3 additions and 1 deletions
4
setup.sh
4
setup.sh
|
@ -3,7 +3,7 @@
|
||||||
dotfiles_dir=$(cd "$(dirname "$0")" && pwd)
|
dotfiles_dir=$(cd "$(dirname "$0")" && pwd)
|
||||||
sys=`uname -s | tr A-Z a-z`
|
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
|
typeset -A vimbundles
|
||||||
vimbundles=(Vundle.vim "https://github.com/gmarik/Vundle.vim.git")
|
vimbundles=(Vundle.vim "https://github.com/gmarik/Vundle.vim.git")
|
||||||
|
@ -121,6 +121,8 @@ while getopts "v" arg $@; do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
python3 -m pip install --user "$dotfiles_dir/Python/eryntools"
|
||||||
|
|
||||||
if (( $configure_vim )); then
|
if (( $configure_vim )); then
|
||||||
print -P "%BConfiguring Vim%b"
|
print -P "%BConfiguring Vim%b"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue