diff --git a/README.md b/README.md index 745b690..ed8e744 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ -.dotfiles -= -Personal dotfiles -clone into ~/.dotfiles and run ./install.sh +#Dotfiles +These are my personal dotfiles. +You are free to use and change them to your liking. + +##Instal +To install these dotfiles clone into _~/.dotfiles_ and run _install.sh_. + +##Extra +_proinit.sh_can be used to quickly initalize a git repository. diff --git a/proinit b/proinit.sh similarity index 96% rename from proinit rename to proinit.sh index 668d87a..66fb189 100755 --- a/proinit +++ b/proinit.sh @@ -1,4 +1,4 @@ -#!/bin/zsh +#!/bin/bash # Checking if url is specified if [ -z "$1" ]; then echo "Please specify url."; exit; fi;