sboosali / .emacs.d

emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

emacs


Languages

Language:Emacs Lisp 97.0%Language:Haskell 1.2%Language:YASnippet 1.2%Language:Nix 0.2%Language:Shell 0.1%Language:C 0.1%Language:Makefile 0.1%Language:Ruby 0.0%Language:CSS 0.0%Language:Python 0.0%Language:HTML 0.0%