An open API service indexing awesome lists of open source software.

https://github.com/furiel/oh-my-home

This repository contains configuration and setup scripts for emacs and zsh (oh-my-zsh)
https://github.com/furiel/oh-my-home

Last synced: 2 months ago
JSON representation

This repository contains configuration and setup scripts for emacs and zsh (oh-my-zsh)

Awesome Lists containing this project

README

        

# Quick emacs and zsh configuration
This repository contains basic configuration and setup script for emacs and zsh. Thus providing a convenient way to "move in" to a new environment.
The zsh configuration is based on the popular oh-my-zsh.
Some emacs packages are installed from melpa/elpa.
The popular z command is also installed.

Public usage is *NOT* recommended. You will lose your existing emacs/zsh configuration or break your system. I warned you...

## Basic Installation

Installation can be done by one of the following commands in your terminal. You can install this via the command-line with either `curl` or `wget`.

### via curl

```shell
sh -c "$(curl -fsSL https://github.com/furiel/oh-my-home/install.sh)"
```

### via wget

```shell
sh -c "$(wget https://github.com/furiel/oh-my-home/install.sh -O -)"
```