[All] Add curl install

This commit is contained in:
Fabian Ising
2024-08-01 11:35:57 +02:00
parent 503fc4471e
commit c23e995431

View File

@@ -9,7 +9,7 @@ shopt -s nullglob
sudo apt -y update sudo apt -y update
sudo apt -y dist-upgrade sudo apt -y dist-upgrade
sudo apt -y install neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim sudo apt -y install curl neovim zsh tmux virtualenvwrapper powerline fonts-powerline python3 python3-pip python3-pynvim
./clone_and_link.sh; true ./clone_and_link.sh; true
if [ $SHELL != "/bin/zsh" ]; then if [ $SHELL != "/bin/zsh" ]; then
chsh -s /usr/bin/zsh; chsh -s /usr/bin/zsh;