This commit is contained in:
parent
f46985cf0d
commit
1863f81829
1 changed files with 1 additions and 2 deletions
|
@ -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 && \
|
git clone https://github.com/schtobia/oh-my-zsh.git $HOME/.oh-my-zsh && \
|
||||||
cp .oh-my-zsh/templates/zshrc.zsh-template $HOME/.zshrc
|
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
|
sed -i 's/^\(ZSH_THEME="\)robbyrussell/\1gallifrey/;s/^\(plugins=(\)git)/\1git tmux command-not-found systemd debian common-aliases)/' .zshrc
|
||||||
echo '[[ -z "$EDITOR" ]] && export EDITOR=/etc/alternatives/editor' >> .zshrc
|
|
||||||
|
|
||||||
git config --global user.name "Tobias Schmidl"
|
git config --global user.name "Tobias Schmidl"
|
||||||
git config --global branch.autosetuprebase always
|
git config --global branch.autosetuprebase always
|
||||||
|
|
Loading…
Reference in a new issue