blob: d59a74078498b088736072aae03b2ad716cccf85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Rul's dotfiles
## Install dependencies
Install the following dependencies before attempting to run my emacs
configuration. It should work for Debian 10 or later:
sudo apt-get build-dep .
## Setup my dotfiles running:
make
## Notes
Emacs may print some warnings on the first run. We can dismiss them;
they'll only appear on the first run.
|