All Projects → Fuco1 → .emacs.d

Fuco1 / .emacs.d

My emacs config

Projects that are alternatives of or similar to .emacs.d

Strictyaml
Type-safe YAML parser and validator.
Stars: ✭ 836 (+1392.86%)
Mutual labels:  config, configuration
Config
Yii2 application runtime configuration support
Stars: ✭ 54 (-3.57%)
Mutual labels:  config, configuration
Config Rs
⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Stars: ✭ 915 (+1533.93%)
Mutual labels:  config, configuration
Ini Parser
Read/Write an INI file the easy way!
Stars: ✭ 643 (+1048.21%)
Mutual labels:  config, configuration
Configuration
Library for setting values to structs' fields from env, flags, files or default tag
Stars: ✭ 37 (-33.93%)
Mutual labels:  config, configuration
Dasel
Query, update and convert data structures from the command line. Comparable to jq/yq but supports JSON, TOML, YAML, XML and CSV with zero runtime dependencies.
Stars: ✭ 759 (+1255.36%)
Mutual labels:  config, configuration
Emacs.dz
Awesome emacs config files
Stars: ✭ 886 (+1482.14%)
Mutual labels:  configuration, emacs
Jsonnet
Jsonnet - The data templating language
Stars: ✭ 5,257 (+9287.5%)
Mutual labels:  config, configuration
Lilconfig
Zero-dependency nodejs config seeker.
Stars: ✭ 35 (-37.5%)
Mutual labels:  config, configuration
Coldnew Emacs
coldnew's emacs config
Stars: ✭ 32 (-42.86%)
Mutual labels:  configuration, emacs
Xxl Conf
A lightweight distributed configuration management platform. (分布式配置管理平台XXL-CONF)
Stars: ✭ 619 (+1005.36%)
Mutual labels:  config, configuration
Node No Config
Config and resource loader
Stars: ✭ 45 (-19.64%)
Mutual labels:  config, configuration
Konfig
Composable, observable and performant config handling for Go for the distributed processing era
Stars: ✭ 597 (+966.07%)
Mutual labels:  config, configuration
V2ray Examples
v2ray-core 的模板们
Stars: ✭ 778 (+1289.29%)
Mutual labels:  config, configuration
Go Config
A dynamic config framework
Stars: ✭ 595 (+962.5%)
Mutual labels:  config, configuration
Configuron
Clojure(Script) config that reloads from project.clj when in dev mode
Stars: ✭ 24 (-57.14%)
Mutual labels:  config, configuration
Koanf
Light weight, extensible configuration management library for Go. Built in support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.
Stars: ✭ 450 (+703.57%)
Mutual labels:  config, configuration
Easy Wg Quick
Creates Wireguard configuration for hub and peers with ease
Stars: ✭ 502 (+796.43%)
Mutual labels:  config, configuration
Ec 471g
黑苹果配置 hackintosh dsdt clover v3489 e1 471g ec 471g v3 471g acer mac osx efi ssdt aml config plist hd4000 gt630m inter
Stars: ✭ 30 (-46.43%)
Mutual labels:  config, configuration
Simple Config
A .Net convention-based config to object binder
Stars: ✭ 37 (-33.93%)
Mutual labels:  config, configuration

.emacs.d Build Status

The pre-git history is at: https://bitbucket.org/Fuco/.emacs.d/

Installation

First, install cask

curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python

Then from .emacs.d directory run

cask install
make

This should get you reasonably close to a runnable installation.

Layout

  • etc: extra configuration files (not elisp)
  • files: configuration for various packages (elisp)
  • projects: directory with git submodules of the packages I maintain (I live on the bleeding edge :)
  • site-lisp: extra elisp functions not yet bundled in a package
  • tests: unit/integration tests for changes my configuration makes
  • themes: holds my theme (modified tango)

Tests

Emacs configuration is a program so it deserves to be tested. Show some love to your config and add tests!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].