]> code.delx.au - dotfiles/blobdiff - README.md
gnome-setup.sh
[dotfiles] / README.md
index 4e324900efa46b72b722a73a644018332b7689d5..72a4f59a1ec2511b107206f5a0f2da32297b51db 100644 (file)
--- 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
+```