• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    Emacs Lisp
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ˜ˆMy personal Emacs configuration on macOS

Ian's Emacs Configuration (on macOS)


โš  Note:

My current workstation is an Arch Linux (WSL2) machine. Therefore, the most up-to-date config that I'm using now is actually here.

99.9% of the things I configured there will work on macOS too.

Thanks for dropping by!

This is my personal Emacs configuration (tested on GNU Emacs 27 and 28). If you prefer an unopinionated Emacs "distro" that you could build upon, check out this page.

Installation

Back up your ~/.emacs.d/ first (if you have one):

mv ~/.emacs.d ~/.emacs.d.bak

Git clone my configuration to your new ~/.emacs.d/ :

git clone https://github.com/ianyepan/.personal-emacs.d.git ~/.emacs.d

"Rolling" Release

I will constantly push new commits since a real Emacser is never completely satisfied with his/her setup ;-)

More Repositories

1

yay-evil-emacs

๐Ÿ˜ˆ A lightweight literate Emacs config with even better "better defaults". Shipped with a custom theme!
Emacs Lisp
391
star
2

tron-legacy-emacs-theme

Original retro-futuristic theme inspired by Tron: Legacy
Emacs Lisp
191
star
3

vscode-dark-plus-emacs-theme

An accurate port of the default Visual Studio Code Dark+ theme for Emacs
Emacs Lisp
174
star
4

wilmersdorf-emacs-theme

An original theme with dark subtle syntax highlighting
Emacs Lisp
84
star
5

acme-emacs-theme

An Emacs theme inspired by Plan 9's Acme & Sam Editor
Emacs Lisp
81
star
6

jetbrains-darcula-emacs-theme

A complete port of the default JetBrains Darcula theme for Emacs
Emacs Lisp
61
star
7

top-70-leetcode-questions

Hand-picked Top 70 LeetCode Questions
60
star
8

.wsl-emacs.d

๐Ÿ˜ˆMy personal Emacs configuration on Arch & Ubuntu
Emacs Lisp
37
star
9

raylib-practices

Some personal practice with raylib and raylib-cpp
C++
26
star
10

twilight-emacs-theme

A comprehensive port of the classic Twilight coding theme
Emacs Lisp
16
star
11

fluid-simulation-OF

An openFrameworks port of Coding Train's Fluid Simulation in Processing
C++
7
star
12

ianyepan.github.io

My personal blog, based on Jekyll Chirpy.
SCSS
4
star
13

mandelbulb-OF

An OpenFrameworks port of Coding Train's Mandelbulb in Processing
Makefile
4
star
14

green-matrix-rain

A recreating/simulation of the digital rain scene from The Matrix (movie)
JavaScript
3
star
15

conway-game-of-life

A React implementation of Convoy's "Game of Life"
JavaScript
3
star
16

bitcoin-price-alert

Automatically refreshes the current Bitcoin price and plays "You Suffer" by Napalm Death every time it detects a price drop; and plays a cheerful notification whenever the price goes up. (Inspired by HBO series: Silicon Valley)
Python
3
star
17

covid-19-data

A simple website made with React & Materialize (personal practice)
JavaScript
2
star
18

oscillation-illusion

A simple fun oscillation (sine function) illusion using the JS library: p5.js
JavaScript
2
star