/macsy

A port of jpapejr/vimmy that uses emacs as the editor-of-choice

Primary LanguageShellMIT LicenseMIT

macsy

Bootstrapping a VM for my dev flow

Installation/Start-up sequence

Bleeding edge - git clone https://github.com/jpapejr/macsy Specific release - git clone -b "release" https://github.com/jpapejr/macsy

After clone:

  1. docker-compose up eclipse-eclim utils
  2. docker-compose up -d code
  3. docker-compose up -d emacs

Shell Fix-ups

To make things easier, here are some aliases and other helpful things to add to the shell to make life with Macsy easier. (Assumes bash in all cases unless noted otherwise)

.bashrc

alias emacs='docker-compose exec emacs emacs' alias code='docker exec -it -e GHE_TOKEN=$GHE_TOKEN macsy_code_1 /bin/bash' export GOPATH=~/go export PATH=$PATH:$GOPATH/bin export GHE_TOKEN= _

useful apps/packages