Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 908 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 908 Bytes

Installation

Soft linking under git bash doesn't seem to work on Windows, so run ./setup.sh to copy dotfiles into the correct places on a new machine / environment.

Neovim dotfile

On Windows, Neovim's config file init.vim seems to go to C:\Users\artem\AppData\Local\nvim\init.vim instead of ~/.config/nvim/init.vim

Vim

Spacemacs

Their website says to run git clone https://github.com/syl20bnr/spacemacs ~/.emacs.d, but the correct target directory is ~\AppData\Roaming\.emacs.d on Windows, for emacs to load the configuration.

Due to the template .spacemacs file tending to change, and my configurations to be different between machines, I'm opted to store multiple version of the dotspacemacs config. Everything is handled in prepare_commit.sh.