Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdenen/config
Machine setup for Elixir development
https://github.com/jdenen/config
configuration dotfiles elixir
Last synced: 3 months ago
JSON representation
Machine setup for Elixir development
- Host: GitHub
- URL: https://github.com/jdenen/config
- Owner: jdenen
- Created: 2016-05-04T17:21:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T03:22:36.000Z (over 2 years ago)
- Last Synced: 2024-10-10T18:56:18.059Z (3 months ago)
- Topics: configuration, dotfiles, elixir
- Language: Shell
- Homepage:
- Size: 259 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MacOS <> Elixir with LunarVim
Configuration for my MacOS development environment:
+ [Oh My Zsh](https://ohmyz.sh)
+ Git with GPG signing
+ [Elixir](https://elixir-lang.org) and Erlang managed by `asdf`
+ [LunarVim](https://lunarvim.org)## Setup
Run the setup script from scratch with:
/usr/bin/env bash -c "$(curl -fsSL https://raw.githubusercontent.com/jdenen/config/master/setup.sh)"
Or clone this repo down and run:
chmod u+x setup.sh
./setup.sh