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

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawnly committed Dec 11, 2016
1 parent 331bf42 commit 6833090
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
echo "Hello $USER"
echo "Now i'll install all dependecies and files.."

sudo npm install -g weather-commandline

if [[ $SHELL == '/bin/zsh' ]]
then
echo "Your are using $SHELL"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "dot-files",
"version": "0.1.0",
"version": "1.1.0",
"description": "dot files setup",
"main": "index.js",
"scripts": {
"test": "echo 'No TEST'"
"install": "sudo npm install -g weather-commandline"
},
"keywords": [
"osx",
Expand Down

0 comments on commit 6833090

Please sign in to comment.