Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Commit

Permalink
Wrap install script in function.
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Aug 17, 2015
1 parent 31d4891 commit 5e8572f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## HEAD

- Wrap install script in function.

## 1.0.2

- No longer required to run `gulp install`
Expand Down
6 changes: 6 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
install_zshrc () {

set -e
set -u

echo -e "\033[32m➤ Installing! \033[0m"

Expand Down Expand Up @@ -65,3 +68,6 @@ echo -e "\033[32m ✔ Installed ❰ ~/.zshrc ❱ \033[0m"
echo -e "\033[32m✔ Install complete! \033[0m"

exit 0
}

install_zshrc

0 comments on commit 5e8572f

Please sign in to comment.