]> code.delx.au - dotfiles/blobdiff - README.md
gnome-setup.sh
[dotfiles] / README.md
index 5e13b2a6148d45d5e737e5183ffd1a85e527dbc3..72a4f59a1ec2511b107206f5a0f2da32297b51db 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
 # dotfiles
 
-This is a set of configuration files for a bunch of Unix apps I use regularly.
+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,24 +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
-```
-
-
-Initialise the emacs package submodules
-```
-cd ~/.emacs.d
-git submodule init
-git submodule update
-```
-
-
-Set up Emacs daemon to autostart:
-```
-mkdir -p ~/.config/autostart
-ln -sf ~/.dotfiles/.config/autostart/emacs.desktop ~/.config/autostart
-mkdir -p ~/.local/share/applications
-ln -sf ~/.dotfiles/.local/share/applications/emacs.desktop ~/.local/share/applications/
+git clone https://code.delx.au/dotemacs ~/.emacs.d
 ```
 
 
@@ -96,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
+```