My user configuration files
Go to file
Leni Ven 06a51d7321 Reorganise spacemacs 2022-11-09 21:15:28 -08:00
bin Add ocaml image and move all images to images/ 2021-02-21 13:07:00 -05:00
home Reorganise spacemacs 2022-11-09 21:15:28 -08:00
images Switch to PyTorch lightning in jupyter hub 2022-11-06 23:52:55 -08:00
.gitignore Do not load packages in non-graphical vim, update spacemacs 2022-05-07 14:59:27 -04: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 Do not load packages in non-graphical vim, update spacemacs 2022-05-07 14:59:27 -04: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.