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
|
#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.
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user