Big cleanup and more streamlined windows setup

This commit is contained in:
2017-02-18 13:05:08 -05:00
parent 29c01feba6
commit 178e1873a4
15 changed files with 59 additions and 115 deletions

1
windows/bash_profile Normal file
View File

@@ -0,0 +1 @@
test -f ~/.bashrc && . ~/.bashrc

6
windows/bashrc Normal file
View File

@@ -0,0 +1,6 @@
# For Windows setup
source ~/.functions
source ~/.aliases
# Unbreak broken, non-colored terminal
export TERM=xterm-256color
cd ~

View File

@@ -0,0 +1,2 @@
[code]
editor = /usr/bin/vim

View File

@@ -1,10 +1,13 @@
# Windows
# Windows Setup
* map caps to left-ctrl using https://sharpkeys.codeplex.com/
* install git for Windows
* create ~/.profile and add `source ~/.bashrc`
* after installing dotfiles, edit ~/.gitconfig and change the editor to be `vim` instead of `/usr/bin/vim`
* 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 Clojure