Skip to content

vsmk98/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Simple run

curl -sSL https://gist.githubusercontent.com/Szkered/11019077/raw/b928154e965cd03e9a6abea480026874688aea4a/install.sh | bash

Emacs

After installation, launch Emacs twice. The first launch will setup el-get, and the second launch will install all the dependencies.

To install new package, add the name of the package into the dependency list located in emacs/init.el

(setq
 my:el-get-packages
 '(el-get				; el-get is self-hosting
   .
   .
   .
 ;; -> add package here!
))

To lookup available packages, run M-x el-get-package-menu-revert

Releases

No releases published

Packages

No packages published