Revert "Add ZSH"

This reverts commit 0bcfb83f3e.
This commit is contained in:
2019-08-16 22:34:21 +02:00
parent 0bcfb83f3e
commit 8c73861474
2 changed files with 33 additions and 1 deletions

View File

@@ -8,3 +8,9 @@ sudo apt install git
# Install gcc & g++ & cmake
sudo apt install gcc g++ cmake
# Install python3 pip and ipython
sudo apt install python3 ipython3 python3-pip
# Install zsh
sudo apt install zsh