From ceedbce3af2ac6198cc479dda1f11c28271a9fb5 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Thu, 12 Oct 2017 16:14:04 +0200 Subject: [PATCH] --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 9ff6796..e08815b 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -53,7 +53,7 @@ sudo bash -c "curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | python git clone https://github.com/schtobia/oh-my-zsh.git $HOME/.oh-my-zsh && \ cp .oh-my-zsh/templates/zshrc.zsh-template $HOME/.zshrc -sed -i 's/^\(ZSH_THEME="\)robbyrussell/\1gallifrey/;s/^\(plugins=(\)git)/\1git tmux command-not-found systemd debian pip common-aliases)/p' .zshrc +sed -i 's/^\(ZSH_THEME="\)robbyrussell/\1gallifrey/;s/^\(plugins=(\)git)/\1git tmux command-not-found systemd debian pip common-aliases)/' .zshrc echo '[[ -z "$EDITOR" ]] && export EDITOR=/etc/alternatives/editor' >> .zshrc git config --global user.name "Tobias Schmidl"