From 1863f8182952b16e72124c5582ed8bc4efa19b62 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Sat, 4 Nov 2017 10:21:56 +0100 Subject: [PATCH] --- bootstrap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 1779f13..eda834c 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -53,8 +53,7 @@ sudo -S bash -c "curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | pyt 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)/' .zshrc -echo '[[ -z "$EDITOR" ]] && export EDITOR=/etc/alternatives/editor' >> .zshrc +sed -i 's/^\(ZSH_THEME="\)robbyrussell/\1gallifrey/;s/^\(plugins=(\)git)/\1git tmux command-not-found systemd debian common-aliases)/' .zshrc git config --global user.name "Tobias Schmidl" git config --global branch.autosetuprebase always