Zsh raw setup
This commit is contained in:
parent
d84f47d2f1
commit
f9f15bb29e
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo bash git/install.sh
|
#sudo bash nvim/install.sh
|
||||||
sudo bash nvim/install.sh
|
sudo bash zsh/install.sh
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
echo " - Installing Neovim - "
|
echo " - Installing Neovim - "
|
||||||
sudo apt-get install software-properties-common
|
sudo apt-get install software-properties-common
|
||||||
sudo apt-get install python-software-properties
|
sudo apt-get install python-software-properties
|
||||||
|
|
7
zsh/install.sh
Normal file
7
zsh/install.sh
Normal 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue