Skip to content

Commit

Permalink
added condarc
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Jul 7, 2017
1 parent 2d03328 commit 24fa3ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .condarc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ssl_verify: 'false'
changeps1: true
anaconda_upload: false
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ _readlinkf() {
setup_local_files() {
[ ! -e .git ] && echo "Sorry this is not a git repo" && exit 1
local mod_count=0
local my_dot_files=(.bash_local .gitconfig .emacs .emacs.d .pythonrc .vimrc .vim .ipython bin)
local my_dot_files=(.bash_local .gitconfig .emacs .emacs.d .condarc .pythonrc .vimrc .vim .ipython bin)
mkdir ${homedir}/.vim
mkdir ${homedir}/bin
for dot_file in ${my_dot_files[@]}; do
Expand Down

0 comments on commit 24fa3ba

Please sign in to comment.