From d7640d60231f393051aa971c6d3bf7e9aa896730 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sat, 17 Apr 2021 08:30:06 -0700 Subject: Install dependencies via Debian package --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bd52bf1..28b114a 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,17 @@ -# Setup this repo +# Rul's dotfiles -Setup my dotfiles with the `setup` script. Note that it depends on -`pycombine`, a script for combining directories with symlinks, which -can be found in my `home-bin` repo. - -# Installing Emacs dependencies +## Install dependencies Install the following dependencies before attempting to run my emacs configuration. It should work for Debian 10 or later: - sudo apt-get install $(grep -ri 'Debian packages:' .emacs .emacs.local.d/ | awk -F: '{print $3}' | tr '\n' ' ') + sudo apt-get build-dep . + +# Setup my dotfiles running: -If Debian packages aren't available, we use Elpa packages. At some -point I should create Debian packages for these. + make - emacs-pkg-install $(grep -ri 'Elpa packages:' .emacs .emacs.local.d/ | awk -F: '{print $3}' | tr '\n' ' ') +## Notes -The first time you open emacs after installing these packages, a bunch -of warnings will be printed. You can dismiss them; they'll only appear -on the first run. +Emacs may print some warnings on the first run. We can dismiss them; +they'll only appear on the first run. -- cgit v1.2.3