dotfiles/windows
2017-04-25 12:02:12 -04:00
..
bash_profile Big cleanup and more streamlined windows setup 2017-02-18 13:05:08 -05:00
bashrc Source a private env in bashrc 2017-04-25 12:02:12 -04:00
c-dev.lnk Add windows bat file for starting a c dev session 2017-03-22 20:49:28 -04:00
c-shell.bat Add windows bat file for starting a c dev session 2017-03-22 20:49:28 -04:00
gitconfig.platform Big cleanup and more streamlined windows setup 2017-02-18 13:05:08 -05:00
readme.md Update windows bashrc 2017-04-21 13:35:26 -04:00

Windows Setup

  • map caps to left-ctrl using https://sharpkeys.codeplex.com/

  • install git for Windows

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

Setting up Cygwin

  • can create symlinks to dotfiles using the git bash shell. The cygwin home directory is likely going to be C:\cygwin\home\<username>.

Setting up Clojure