Updated README and renamed proinit -> proinit.sh
This commit is contained in:
parent
05784a3218
commit
c40b971db6
13
README.md
13
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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/zsh
|
||||
#!/bin/bash
|
||||
# Checking if url is specified
|
||||
if [ -z "$1" ]; then echo "Please specify url."; exit; fi;
|
||||
|
Loading…
Reference in New Issue
Block a user