2017-02-18 18:05:08 +00:00
|
|
|
# Windows Setup
|
2016-12-12 05:03:56 +00:00
|
|
|
|
|
|
|
* map caps to left-ctrl using https://sharpkeys.codeplex.com/
|
|
|
|
* install git for Windows
|
|
|
|
|
2017-02-18 18:05:08 +00:00
|
|
|
* symlink dotfiles to ~/.dotfiles with `cmd //c 'mklink .dotfiles drive:\path\to\dotfiles'`
|
|
|
|
* symlink files in the dotfiles windows folder using `cmd //c 'mklink .some-file .dotfiles\some-file'`
|
|
|
|
* symlink appropriate files in the root dotfiles directory
|
|
|
|
* ignore all zsh files
|
|
|
|
* don't symlink .vim folder because Plugged will fail to install the plugins. Just make a copy.
|
2017-01-14 03:35:09 +00:00
|
|
|
|
|
|
|
## Setting up Clojure
|
|
|
|
|
|
|
|
* Install Lein: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat
|