All Projects → brew-stuff → homebrew-emacs

brew-stuff / homebrew-emacs

Licence: other
Various Emacs formulae for the Homebrew package manager

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to homebrew-emacs

dotfiles
🏠 dotfile configuration for macOS and Linux
Stars: ✭ 37 (-38.33%)
Mutual labels:  homebrew
AutoBrew
AutoBrew: Homebrew deployments made easy
Stars: ✭ 71 (+18.33%)
Mutual labels:  homebrew
actions
🚀 Homebrew's GitHub Actions
Stars: ✭ 60 (+0%)
Mutual labels:  homebrew
Homebrew-Guide
Guide for getting CFW setup on your Nintendo Switch (And Wii U)
Stars: ✭ 104 (+73.33%)
Mutual labels:  homebrew
mac-cleanup-sh
🗑️ Cleanup script for macOS (DEPRECATED)
Stars: ✭ 1,585 (+2541.67%)
Mutual labels:  homebrew
fishing-funds
基金,大盘,股票,虚拟货币状态栏显示小应用,基于Electron开发,支持MacOS,Windows,Linux客户端,数据源来自天天基金,蚂蚁基金,爱基金,腾讯证券,新浪基金等
Stars: ✭ 424 (+606.67%)
Mutual labels:  homebrew
homebrew-fuse
gromgit's FUSE tap
Stars: ✭ 166 (+176.67%)
Mutual labels:  homebrew
ps4-remote-pkg-installer
PS4 Remote PKG Installer GUI for https://github.com/flatz/ps4_remote_pkg_installer
Stars: ✭ 107 (+78.33%)
Mutual labels:  homebrew
XboxDev
Information about XboxDev and issue tracker for the entire XboxDev ecosystem
Stars: ✭ 64 (+6.67%)
Mutual labels:  homebrew
homebrew-adobe
@Homebrew tap for @adobe apps and plugins.
Stars: ✭ 24 (-60%)
Mutual labels:  homebrew
orbisLibGen
A tool used to generate stubs for the Open Orbis SDK
Stars: ✭ 15 (-75%)
Mutual labels:  homebrew
tilt-pitch
Simple replacement for the Tilt Hydrometer mobile apps and TiltPi with lots of features
Stars: ✭ 32 (-46.67%)
Mutual labels:  homebrew
homebrew-i386-elf-toolchain
Homebrew formulas for buildling a valid GCC toolchain for the i386-elf target.
Stars: ✭ 62 (+3.33%)
Mutual labels:  homebrew
Ether
A Command-Line Interface for the Swift Package Manager
Stars: ✭ 86 (+43.33%)
Mutual labels:  homebrew
punic
Punic is a remote cache CLI built for Carthage and Apple .xcframework
Stars: ✭ 25 (-58.33%)
Mutual labels:  homebrew
phpmon
Lightweight, native Mac menu bar app that interacts with Laravel Valet. Helps you manage multiple PHP installations, locate config files and more.
Stars: ✭ 1,896 (+3060%)
Mutual labels:  homebrew
homebrew.sh
Install homebrew via Jamf without giving users admin rights
Stars: ✭ 52 (-13.33%)
Mutual labels:  homebrew
defaults.sh
 User Defaults Plist → Shell Script converter with Regex filtering
Stars: ✭ 20 (-66.67%)
Mutual labels:  homebrew
homebrew-proxmark3
Homebrew tap containing proxmark3 software/firmware
Stars: ✭ 23 (-61.67%)
Mutual labels:  homebrew
AskSinAnalyzer
Analyzer for radio telegrams in a HomeMatic environment
Stars: ✭ 54 (-10%)
Mutual labels:  homebrew

I've just taken over maintenance of this package, and will be updating the Homebrew–related linkages shortly. -David Apr 26, 2019

homebrew-emacs

Untapping Required

If you are a previous user of homebrew/homebrew-emacs and dunn/emacs was tapped automatically, you need to run:

brew untap homebrew/emacs

Previously installed formulae should continue to work.

Description

homebrew-emacs is a Homebrew tap for Emacs packages.

It enables you to install Emacs packages like flycheck, company and markdown-mode using brew install.

It’s an alternative to the built-in package.el system introduced in Emacs 24. Advantages include more customizable builds and (arguably) a better interface. The disadvantage is that there are currently many fewer packages than are available through MELPA (but you can help fix that!).

Install

You can install any of the packages in ./Formula by prefixing them with the tap name, dunn/emacs:

brew install dunn/emacs/helm

That will automatically “tap” the repository (which you can do manually with brew tap dunn/emacs), so then you can install formula without prefixing:

brew install web-mode

brew update will then update formulae in your taps as well as those in the core repository.

"Where is ___?"

  • ESS is in the Science tap: brew install homebrew/science/ess

  • That Neat New Package can be added by you: brew emacs neat-new-package to get started. Pull requests are always welcome!

Uninstall

To uninstall homebrew-emacs, you just need to “untap” it:

brew untap dunn/emacs

All files installed from this tap will still exist, but the formulae will no longer be updated.

License

Code is under the BSD 2-clause "Simplified" License.

About

This tap was originally created by Eric Davis.

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].