From 0d42f84efa3a47ac619e52a9a00f1d5903607c51 Mon Sep 17 00:00:00 2001 From: Dominic Cooney Date: Tue, 15 Jul 2014 14:22:08 +0000 Subject: [PATCH] Remove some go stuff; add depot_tools. --- .profile | 3 +-- setup.sh | 7 +++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.profile b/.profile index 87d1737..d000c37 100644 --- a/.profile +++ b/.profile @@ -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 diff --git a/setup.sh b/setup.sh index 1e9a9f4..bd5611d 100755 --- a/setup.sh +++ b/setup.sh @@ -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