Skip to content

Commit

Permalink
Create zshsetup.sh
Browse files Browse the repository at this point in the history
Test for zsh setup sh script file
  • Loading branch information
nall3n authored Aug 19, 2021
1 parent 02cdddd commit d64096e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zshsetup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

sudo apt install zsh
sudo chsh -s $(which zsh)
chsh -s $(which zsh)

cp zprofile ../.zprofile
cp zshrc ../.zshrc

0 comments on commit d64096e

Please sign in to comment.