thomasf / dotfiles-thomasf-emacs

Emacs configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

Description

These are my personal dotfiles, which I manage with the help of git and a nice tool called dotfiles.

Installation

Install the dotfiles package

pip install dotfiles

Create some directory where to store multiple dotfiles repositories.

mkdir -p ~/src/dotfiles

Clone this repository into that directory.

git clone https://github.com/thomasf/dotfiles-thomasf-emacs ~/src/dotfiles/emacs

And symlink it's contents into your home directory.

dotfiles -s -R ~/src/dotfiles/emacs

Also check out dotfiles -h or the dotfiles manual for more information on the hows and whats of that tool.

About

Emacs configuration


Languages

Language:Emacs Lisp 92.8%Language:YASnippet 3.7%Language:Go 2.8%Language:Shell 0.4%Language:Roff 0.2%Language:Dockerfile 0.1%Language:JavaScript 0.0%Language:C 0.0%