Updated README and renamed proinit -> proinit.sh

This commit is contained in:
Dreaded_X 2014-09-28 23:47:29 +02:00
parent 05784a3218
commit c40b971db6
2 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,9 @@
.dotfiles #Dotfiles
= These are my personal dotfiles.
Personal dotfiles You are free to use and change them to your liking.
clone into ~/.dotfiles and run ./install.sh
##Instal
To install these dotfiles clone into _~/.dotfiles_ and run _install.sh_.
##Extra
_proinit.sh_can be used to quickly initalize a git repository.

View File

@ -1,4 +1,4 @@
#!/bin/zsh #!/bin/bash
# Checking if url is specified # Checking if url is specified
if [ -z "$1" ]; then echo "Please specify url."; exit; fi; if [ -z "$1" ]; then echo "Please specify url."; exit; fi;