This commit is contained in:
Tobias Schmidl 2017-10-12 15:27:51 +02:00 committed by GitHub
parent 9b094b6e2b
commit 89c5b45c8d

View file

@ -53,6 +53,8 @@ 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
echo '[[ -z "$EDITOR" ]] && export EDITOR=/etc/alternatives/editor' >> .zshrc
git config --global user.name "Tobias Schmidl"
git config --global 'url.https://.insteadof' 'http://'