My user configuration files
Go to file
Stochastica 6d8d7cddc1 Fix config problems; Add spacemacs transparency 2021-01-26 23:33:12 -05:00
bin Fix config problems; Add spacemacs transparency 2021-01-26 23:33:12 -05:00
home Fix config problems; Add spacemacs transparency 2021-01-26 23:33:12 -05:00
hub-jupyter Initial commit 2021-01-03 02:30:57 -05:00
hub-jupyter-spark Initial commit 2021-01-03 02:30:57 -05:00
latex Initial commit 2021-01-03 02:30:57 -05:00
route Initial commit 2021-01-03 02:30:57 -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 bin directory and spacemacs for PDF and latex 2021-01-21 23:19:25 -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.