dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

commit 5f138d2c818d0619345835fa937136ac530b6edb
parent c5a265e8f03c51d5b673d759a6ff8ce0dafb7da5
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Fri, 27 Dec 2024 12:37:59 +0200

Move Emacs customize `custom-variables.el` file to a regular-non-guix-home-files/ directory.  Also, rename directory to be more informative.

Diffstat:
Mguix-home-config.scm | 3++-
Rfiles/.bash_profile -> regular-non-guix-home-files/.bash_profile | 0
Rfiles/.bashrc -> regular-non-guix-home-files/.bashrc | 0
Rguix-home-files/.config/emacs/custom-variables.el -> regular-non-guix-home-files/.config/emacs/custom-variables.el | 0
Rfiles/.profile -> regular-non-guix-home-files/.profile | 0
5 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix-home-config.scm b/guix-home-config.scm @@ -94,6 +94,7 @@ bsd-games c-intro-and-ref cdecl + clisp cowsay curl darkhttpd @@ -139,6 +140,7 @@ emacs-guix emacs-helm emacs-helpful + emacs-howm emacs-htmlize emacs-hy-mode emacs-hyperbole @@ -287,7 +289,6 @@ units universal-ctags zstd - emacs-howm )) (services diff --git a/files/.bash_profile b/regular-non-guix-home-files/.bash_profile diff --git a/files/.bashrc b/regular-non-guix-home-files/.bashrc diff --git a/guix-home-files/.config/emacs/custom-variables.el b/regular-non-guix-home-files/.config/emacs/custom-variables.el diff --git a/files/.profile b/regular-non-guix-home-files/.profile