dotfiles VS dmacs

Compare dotfiles vs dmacs and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dotfiles dmacs
1 5
11 113
- -
9.5 8.2
almost 3 years ago 6 months ago
Emacs Lisp Emacs Lisp
MIT License BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-16.

dmacs

Posts with mentions or reviews of dmacs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Emacs and Java Development: Corfu + Cape + LSP-Mode + Treesit
    21 projects | /r/emacs | 19 May 2023
    (use-package lsp-java :after lsp-mode :hook (java-mode-local-vars . java-lsp) :custom (lsp-jt-root (concat lsp-java-server-install-dir "java-test/server/")) (dap-java-test-runner (concat lsp-java-server-install-dir "test-runner/junit-platform-console-standalone.jar")) ;; Stolen from: https://github.com/dakra/dmacs/blob/master/init.org#java ;; Use Google style formatting by default (lsp-java-format-settings-url "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml") (lsp-java-format-settings-profile "GoogleStyle") (lsp-java-vmargs `("-XX:+UseParallelGC" "-XX:GCTimeRatio=4" "-Dsun.zip.disableMemoryMapping=true" "-noverify" "-Xmx1G" "-XX:+UseG1GC" "-XX:+UseStringDeduplication" ,(concat "-javaagent:" ;; probably need to update this. (expand-file-name "~/.m2/repository/org/projectlombok/lombok/1.18.22/lombok-1.18.22.jar")) ,(concat "-Xbootclasspath/a:" (expand-file-name "~/.m2/repository/org/projectlombok/lombok/1.18.22/lombok-1.18.22.jar")))) :config ;; Also stolen from: https://github.com/dakra/dmacs/blob/master/init.org#java (defun java-lsp () (setq electric-indent-inhibit nil) (lsp-deferred) (if (bound-and-true-p lsp-mode) (setq-local completion-at-point-functions (list (cape-capf-buster #'cape:lsp-cape) #'cape-file)))))
  • Package wanted: List of recent buffers
    4 projects | /r/emacs | 2 Jun 2021
    For sticky windows I have this in my config:
  • Is there a shared/community-driven `mc/list-file` for `multiple-cursors`?
    2 projects | /r/emacs | 2 Mar 2021
    You can use my mc-list.el as a starting point which should cover a lot of the popular packages.
  • (wishlist) Has anyone built an org-mode + git log integration?
    1 project | /r/emacs | 26 Feb 2021
    This is my config for orgit:
  • cd'ing to ~ of a remote in eshell
    1 project | /r/emacs | 10 Feb 2021
    I have an lcd command for that in my config. I think I stole it somewhere but not sure from where exactly:

What are some alternatives?

When comparing dotfiles and dmacs you can also consider the following projects:

emacs.d - My Emacs configuration (2018-2021)

vertico - :dizzy: vertico.el - VERTical Interactive COmpletion

emacs-config - A literate emacs configuration for C#, python, ivy, yasnippet, ...

doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

syncthing-android - Wrapper of syncthing for Android.

meow - Yet another modal editing on Emacs / 猫态编辑

yodel - Communicable Elisp

tree-sitter-java - Java grammar for tree-sitter

exwm-config - A collection of dotfiles that code for my computational environment, built around emacs with exwm. Designed with FreeBSD and Arch Linux in mind.

tree-sitter-css - CSS grammar for Tree-sitter

BorgBackup - Deduplicating archiver with compression and authenticated encryption.

consult - :mag: consult.el - Consulting completing-read