mmikeww / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Windows

clone this repo into %USERPROFILE% directory (into C:\Users\USERNAME\dotfiles\)
then create these symlinks from admin basic cmd prompt (not powershell):

cd C:\Users\USERNAME
mklink /D  vimfiles\  dotfiles\vimfiles\
mklink /D  .vim\      dotfiles\vimfiles\
mklink     .minttyrc  dotfiles\.minttyrc
mklink     .gitconfig  dotfiles\.gitconfig

the .vim dir is necessary because git for windows mintty shell ships its own version of vim which looks in the unix locations

then Win+R then shell:startup and add shortcuts to the AHK scripts to startup

Linux

clone this repo into $HOME directory
then create the symlinks with ln -s source link

script the symlinks?

https://github.com/magicmonty/dotfiles-windows/blob/master/install.bat
https://stackoverflow.com/questions/5034076/what-does-dp0-mean-and-how-does-it-work
https://stackoverflow.com/questions/894430/creating-hard-and-soft-links-using-powershell/34905638#34905638

About


Languages

Language:Vim Script 83.2%Language:Python 7.6%Language:JavaScript 5.3%Language:AutoHotkey 2.0%Language:Shell 0.5%Language:PowerShell 0.4%Language:VBScript 0.3%Language:Ruby 0.2%Language:CMake 0.2%Language:Batchfile 0.1%Language:Makefile 0.0%Language:C 0.0%