My user configuration files
Go to file
Stochastica d493e41dc5 Update config for spacemacs update and optional opam init 2021-09-29 03:13:18 -04:00
bin Add ocaml image and move all images to images/ 2021-02-21 13:07:00 -05:00
home Update config for spacemacs update and optional opam init 2021-09-29 03:13:18 -04:00
images Add ocaml image and move all images to images/ 2021-02-21 13:07:00 -05:00
.gitmodules Change symlink scheme and add vim-amino as submodule 2021-01-03 02:45:58 -05:00
README.md Add bin directory and spacemacs for PDF and latex 2021-01-21 23:19:25 -05:00
symlinks-bin.sh Add ocaml image and move all images to images/ 2021-02-21 13:07:00 -05:00
symlinks.sh Fix config problems; Add spacemacs transparency 2021-01-26 23:33:12 -05:00

README.md

Config

Common configuration files for:

  • Vim
  • Docker images
  • Fish shell

Setup

Execute symlinks.sh to create symbolic links.

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:

    ...
    "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.

Bin

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.