blob: 28b114aa9f6820f56229c58afbfc6066ff5c114c (
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.
|