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)
- Host: GitHub
- URL: https://github.com/furiel/oh-my-home
- Owner: furiel
- Created: 2016-09-06T12:27:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T14:01:21.000Z (over 1 year ago)
- Last Synced: 2025-01-21T06:28:42.791Z (4 months ago)
- Language: Shell
- Size: 55.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -)"
```