This commit is contained in:
Tobias Schmidl 2017-11-04 10:17:03 +01:00 committed by GitHub
parent 7f54f652e8
commit f46985cf0d

View file

@ -1,5 +1,5 @@
#! /bin/sh
sudo bash -c "apt install bash-completion elinks git zsh curl vim-nox byobu command-not-found apt-file htop python3-venv python3 locales man mc && \
sudo -S bash -c "apt install bash-completion elinks git zsh curl vim-nox byobu command-not-found apt-file htop python3-venv python3 locales man mc && \
apt-file update && \
update-command-not-found"
@ -48,7 +48,7 @@ set termguicolors
source ~/.vimrc
EOF
sudo bash -c "curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | python2 &&\
sudo -S bash -c "curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | python2 &&\
curl --tlsv1.2 -RLfs https://bootstrap.pypa.io/get-pip.py | python3"
git clone https://github.com/schtobia/oh-my-zsh.git $HOME/.oh-my-zsh && \