X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/d74b72c88312361ea8f28966df305838b3e9f762..HEAD:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 4e32490..72a4f59 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Configuration files for a bunch of Unix apps I use regularly. ## Basic setup ``` -git clone https://delx.net.au/git/dotfiles .dotfiles +git clone https://code.delx.au/dotfiles .dotfiles ``` @@ -30,7 +30,7 @@ mkdir ~/.config/environment.d && ln -sf ~/.dotfiles/.config/environment.d/* ~/.c Clone the dotemacs repository: ``` -git clone https://delx.net.au/git/dotemacs ~/.emacs.d +git clone https://code.delx.au/dotemacs ~/.emacs.d ``` @@ -79,3 +79,8 @@ Don't prompt to reset profile if unused for a little while: ``` browser.disableResetPrompt = false ``` + +Open links from external apps in new window: +``` +browser.link.open_newwindow.override.external = 2 +```