diff options
| -rw-r--r-- | .bashrc | 4 | ||||
| -rw-r--r-- | .config/doom/README.org (renamed from .doom.d/README.org) | 0 | ||||
| -rw-r--r-- | .config/doom/abbrevs.el (renamed from .doom.d/abbrevs.el) | 0 | ||||
| -rw-r--r-- | .config/doom/config.el (renamed from .doom.d/config.el) | 0 | ||||
| -rw-r--r-- | .config/doom/custom.el (renamed from .doom.d/custom.el) | 0 | ||||
| -rw-r--r-- | .config/doom/init.el (renamed from .doom.d/init.el) | 0 | ||||
| -rw-r--r-- | .config/doom/packages.el (renamed from .doom.d/packages.el) | 0 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 14 | ||||
| -rw-r--r-- | README.md | 11 |
9 files changed, 10 insertions, 19 deletions
@@ -177,9 +177,7 @@ alias ssh="gpg-connect-agent updatestartuptty /bye >/dev/null; ssh" alias ip="ip --color" alias ipb="ip --color --brief" -# Add the binaries of Doom Emacs into my PATH (either on the traditional -# `~/.emacs.d` or the XDG-conformant `~/.config/emacs`). -export PATH=$PATH:$HOME/.emacs.d/bin +# Add the binaries of Doom Emacs into my PATH. export PATH=$PATH:$HOME/.config/emacs/bin # If we have Rust's source code, export the special `RUST_SRC_PATH`, since this diff --git a/.doom.d/README.org b/.config/doom/README.org index 7418747..7418747 100644 --- a/.doom.d/README.org +++ b/.config/doom/README.org diff --git a/.doom.d/abbrevs.el b/.config/doom/abbrevs.el index fc8c556..fc8c556 100644 --- a/.doom.d/abbrevs.el +++ b/.config/doom/abbrevs.el diff --git a/.doom.d/config.el b/.config/doom/config.el index b895de2..b895de2 100644 --- a/.doom.d/config.el +++ b/.config/doom/config.el diff --git a/.doom.d/custom.el b/.config/doom/custom.el index 5108d7e..5108d7e 100644 --- a/.doom.d/custom.el +++ b/.config/doom/custom.el diff --git a/.doom.d/init.el b/.config/doom/init.el index 084e17e..084e17e 100644 --- a/.doom.d/init.el +++ b/.config/doom/init.el diff --git a/.doom.d/packages.el b/.config/doom/packages.el index c8ce441..c8ce441 100644 --- a/.doom.d/packages.el +++ b/.config/doom/packages.el diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88c71d5..b337211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,21 +47,21 @@ jobs: - name: Install Doom Emacs run: | - git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d - ~/.emacs.d/bin/doom install --no-config --no-env --no-fonts + git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.config/emacs + ~/.config/emacs/bin/doom install --no-config --no-env --no-fonts - name: Sync run: | - cp -r $(realpath .doom.d) $HOME/.doom.d - ~/.emacs.d/bin/doom sync + cp -r $(realpath .config/doom) $HOME/.config/doom + ~/.config/emacs/bin/doom sync - name: Check Doom installation run: | - ~/.emacs.d/bin/doom doctor - test -z "$(~/.emacs.d/bin/doom doctor | grep 'errors!')" + ~/.config/emacs/bin/doom doctor + test -z "$(~/.config/emacs/bin/doom doctor | grep 'errors!')" - name: Try to start Emacs run: | echo "Attempting startup..." - ${EMACS:=emacs} -nw -Q --batch --load $HOME/.emacs.d/early-init.el + ${EMACS:=emacs} -nw -Q --batch --load $HOME/.config/emacs/early-init.el echo "Startup successful" @@ -1,10 +1,3 @@ -<p align="center"> - <a href="https://github.com/mssola/dotfiles/actions?query=workflow%3Aci" title="CI status for the main branch"><img src="https://github.com/mssola/dotfiles/workflows/ci/badge.svg" alt="Build Status for main branch" /></a> - <a href="http://www.gnu.org/licenses/gpl-3.0.txt" rel="nofollow"><img alt="License GPL 3" src="https://img.shields.io/badge/license-GPL_3-blue.svg" style="max-width:100%;"></a> -</p> - ---- - These are my personal dotfiles, use them at your own risk! You can download everything by performing the following command (notice the `--recursive` flag): @@ -17,7 +10,7 @@ To install everything just run the `install.sh` script. ## GNU Emacs I am using [Doom Emacs](https://github.com/hlissner/doom-emacs), see -[.doom.d/README.org](./.doom.d). For runtime dependencies just run: +[.config/doom/README.org](./.config/doom). For runtime dependencies just run: ```bash $ doom doctor @@ -32,7 +25,7 @@ config files, please send me an email. You can find the full license in the `LICENSE` file and below: ``` -Copyright (C) 2014-2023 Miquel Sabaté Solà <mikisabate@gmail.com> +Copyright (C) 2014-Ω Miquel Sabaté Solà <mikisabate@gmail.com> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software |
