Added highly buffered ogg123 alias oggr to .bashrc for radio streams.
[dotfiles-framework.git] / Makefile
index be2eb95ab3ebd0b1818ab5e290828d193d1e144c..8148548d01e70c554c913aa0a7b6541e35800404 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ clean:
 diff:
        git diff
 
-fixup:
+fixup: update
        ./fixup.sh
 
 update:
@@ -27,7 +27,18 @@ merge:
        ./merge.sh
 
 override:
-       ./fixup.sh -f
+       ./fixup.sh --force
 
+# Print a diff between the local installation and .dotfiles
+# i.e. What changes will `make override' effect
 localdiff:
-       ./diff.sh
+       ./diff.sh --local
+
+# Save a diff between .dotfiles and the local installation
+# i.e. What specialization do I want compared to the central .dotfiles
+localpatch:
+       ./diff.sh > local.patch
+
+# No Remove this computer from the auto-updates list
+disconnect:
+       ./disconnect.sh