Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JAremko/spacemacs
Dockerized Spacemacs workbench
https://github.com/JAremko/spacemacs
docker docker-image dotfiles editor emacs personal spacemacs vim
Last synced: 3 months ago
JSON representation
Dockerized Spacemacs workbench
- Host: GitHub
- URL: https://github.com/JAremko/spacemacs
- Owner: JAremko
- License: gpl-3.0
- Archived: true
- Created: 2015-12-11T00:10:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T21:08:10.000Z (over 5 years ago)
- Last Synced: 2024-04-26T01:35:35.658Z (6 months ago)
- Topics: docker, docker-image, dotfiles, editor, emacs, personal, spacemacs, vim
- Language: Emacs Lisp
- Homepage:
- Size: 251 KB
- Stars: 52
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Spacemacs now has [`spacemacs-docker`](https://github.com/syl20bnr/spacemacs/tree/develop/layers/%2Bdistributions/spacemacs-docker) distribution. Consider using it instead.
#### Dockerized Spacemacs(GUI)
[![screenshot](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/img/spacemacs-python.png)](https://raw.githubusercontent.com/syl20bnr/spacemacs/master/doc/img/spacemacs-python.png)#### Usage:
```bash
docker run -ti --rm -v $('pwd'):/mnt/workspace \
-v /etc/localtime:/etc/localtime:ro \
-v ~/.ssh/id_rsa:${UHOME}/.ssh/id_rsa:ro \
-v ~/.gnupg:${UHOME}/.gnupg \
-v /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v /etc/machine-id:/etc/machine-id:ro \
-e DISPLAY=$DISPLAY \
-e TZ=UA \
--name spacemacs jare/spacemacs
```#### [Also You might want to look at my Vim+Tmux based thingy `jare/drop-in`](https://hub.docker.com/r/jare/drop-in)
[![](http://i.imgur.com/RVTlBBO.png)](http://i.imgur.com/RVTlBBO.png)