Big cleanup and more streamlined windows setup
This commit is contained in:
1
windows/bash_profile
Normal file
1
windows/bash_profile
Normal file
@@ -0,0 +1 @@
|
||||
test -f ~/.bashrc && . ~/.bashrc
|
||||
6
windows/bashrc
Normal file
6
windows/bashrc
Normal file
@@ -0,0 +1,6 @@
|
||||
# For Windows setup
|
||||
source ~/.functions
|
||||
source ~/.aliases
|
||||
# Unbreak broken, non-colored terminal
|
||||
export TERM=xterm-256color
|
||||
cd ~
|
||||
2
windows/gitconfig.platform
Normal file
2
windows/gitconfig.platform
Normal file
@@ -0,0 +1,2 @@
|
||||
[code]
|
||||
editor = /usr/bin/vim
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user