Skip to content

Commit

Permalink
Remove some go stuff; add depot_tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiccooney committed Jul 15, 2014
1 parent e9e1398 commit 0d42f84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .profile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
export EDITOR=emacsclient
export SVN_LOG_EDITOR=emacsclient
export VISUAL=emacsclient
export GOROOT=~/go

export PATH=~/go/bin:/work/depot_tools:"$PATH"
export PATH=~/depot_tools:"$PATH"

if [ -n "$BASH_VERSION" ]; then
if [ -f "$HOME/.bashrc" ]; then
Expand Down
7 changes: 7 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ else
popd > /dev/null
fi

if [[ ! -d ~/depot_tools/.git ]]; then
# Fetch Chromium depot_tools
pushd ~ > /dev/null
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
popd > /dev/null
fi

mkdir -p ~/site-lisp
pushd ~/site-lisp > /dev/null
if [[ ! -f color-moccur.el ]]; then
Expand Down

0 comments on commit 0d42f84

Please sign in to comment.