From 96cfcdfd16c6407ac75a31837a101ad53271e590 Mon Sep 17 00:00:00 2001 From: Kira-cxy Date: Sun, 7 Oct 2018 20:34:07 +0800 Subject: [PATCH] Update init.sh add option to mkdir install oh my zsh --- init.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.sh b/init.sh index d5d2506..a76bb5a 100644 --- a/init.sh +++ b/init.sh @@ -10,17 +10,16 @@ sudo apt install -y python-pip python3-pip sudo apt install -y ctags build-essential cmake silversearcher-ag # change the pip source to tsinghua source -mkdir ~/.pip/ +mkdir -p ~/.pip/ cp pip.conf ~/.pip/pip.conf python -m pip install requests virtualenv # install peda - git clone https://github.com/longld/peda.git ~/peda echo "source ~/peda/peda.py" >> ~/.gdbinit # install oh my zsh - +sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"