1
1
Fork 0

Zsh raw setup

This commit is contained in:
Jo Wroten 2019-08-02 16:23:02 -05:00
parent d84f47d2f1
commit f9f15bb29e
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
sudo bash git/install.sh
sudo bash nvim/install.sh
#sudo bash nvim/install.sh
sudo bash zsh/install.sh

View file

@ -1,3 +1,4 @@
#!/bin/bash
echo " - Installing Neovim - "
sudo apt-get install software-properties-common
sudo apt-get install python-software-properties

7
zsh/install.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/bash
echo " - Installing Zsh - "
sudo apt-get install zsh
echo " - Setting Zsh as default - "
chsh -s /usr/bin/zsh