Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1 KB

README.md

File metadata and controls

58 lines (34 loc) · 1 KB

sboosali's ~/.emacs.d

Features

Installation

POSIX Installation:

cd ~ && git clone https://github.com/sboosali/.emacs.d && cd .emacs.d 

git submodule update --init --recursive

./install.bash

Windows Installation:

cd %USERPROFILE% && git clone https://github.com/sboosali/.emacs.d && cd .emacs.d 

git submodule update --init --recursive

install.bat

Files

install.* — the installation scripts, which manage:

  • Submodules — install vendored libraries, under ./lib/*/, via git submodule update (git works on most systems).
  • Nix — install required programs, under ./nix/**.nix, viia nix-env -i (nix works only on POSIX(?) systems).

Dependencies

Elisp

Features (vendored):

  • use-package-
  • helm-
  • dante-

Libraries (vendored):

  • dash-2.14.1
  • s-1.12.0
  • f-v0.20.0

Fonts

  • Iosevka

Related