Remove use of envsetup script.

This commit is contained in:
staticsafe 2014-05-06 15:39:09 +00:00
parent 7f38d12c55
commit e162d55ac0
1 changed files with 0 additions and 4 deletions

View File

@ -8,7 +8,3 @@
apt: upgrade=dist
- name: Install required things
apt: pkg=most,zsh,vim,vim-scripts,git,subversion,tmux,multitail,mtr-tiny,curl,dnsutils,sudo,gnupg,traceroute,htop state=present
- name: Get dotfiles repo
git: repo=https://github.com/staticsafe/dotfiles.git dest=~/dotfiles
- name: Run envsetup script from dotfiles repo
shell: ~/dotfiles/envsetup.sh >> bootstrap.txt