common/README.md

38 lines
874 B
Markdown
Raw Normal View History

2021-01-02 23:30:57 -08:00
# Config
Common configuration files for:
* Vim
* Docker images
* Fish shell
## Setup
Execute `symlinks.sh` to create symbolic links.
2021-01-16 13:26:52 -08:00
## Docker Images
`hub-jupyter` and `hub-jupyter-spark` are images based on cudnn docker image
for jupyter. To use them with GPU, add the following to
`/etc/docker/daemon.json` and restart the docker daemon:
```json
...
"runtimes": {
"nvidia": {
"path": "/usr/bin/nvidia-container-runtime",
"runtimeArgs": []
}
}
```
The `latex` docker contains tools for compiling `latex`.
The `route` docker is used to setup a socks5 proxy server using `ssh`.
2021-01-16 20:28:18 -08:00
## Bin
2021-01-16 20:28:18 -08:00
The `bin/` folder contains dockerised scripts. They should be symlinked into
`/usr/local/bin` via `symlinks-bin.sh`, which has to be executed as root.
## Spacemacs
After setting up dependencies, execute `M-x pdf-tools-install`.