Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.62 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.62 KB

Configuration for Emacs 2.8.x

Build Status

This repository contains my GNU Emacs configuration. This configuration should be contains all necessary for comfortable working with PHP lang & PHP frameworks / C, C++, C# / Java / Python / Shell / Zephir lang.

Prerequisites

Ensure, that you already have Fira Code font, or install it.

If you using Mac OS X, you should be install coreutils (required for Dired to use "gls" intead of "ls")

brew install coreutils

which gls
/usr/local/bin/gls

Download & installation

Emacs can be installed on MacOS using Homebrew.

brew tap daviderestivo/emacs-head
brew install emacs-head@28 --with-cocoa

ln -sfv /usr/local/opt/emacs-head@28/Emacs.app /Applications

Next, just clone this repository...

git clone https://github.com/AlexNDRmac/.emacs.d ~/.emacs.d

Fonts

In order for the icons to work (for NeoTree package) it is very important that you install the Resource Fonts from all-the-icons package:

M-x all-the-icons-install-fonts

And... start using Emacs everyday!

emacs

License

This project is open source software licensed under the GNU General Public Licence version 3.

▲ back to top