X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/d104e64cd259dd9178d45f1264b550b10593fc81..fdef187dc499224af9734f18bb58ecec86ebf887:/README.md diff --git a/README.md b/README.md index 802991a..8a44855 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is a set of configuration files for a bunch of Unix apps I use regularly. ## Basic setup ``` -git clone http://delx.net.au/git/dotfiles .dotfiles +git clone https://delx.net.au/git/dotfiles .dotfiles ``` @@ -35,15 +35,15 @@ ln -s ../git-hooks hooks ## Emacs setup -Symlink the emacs config: +Clone the dotemacs repository: ``` -ln -sf ~/.dotfiles/.emacs.d ~/ +git clone https://delx.net.au/git/dotemacs ~/.emacs.d ``` Initialise the emacs package submodules ``` -cd ~/.dotfiles +cd ~/.emacs.d git submodule init git submodule update ```