Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.42 KB

readme.md

File metadata and controls

62 lines (46 loc) · 1.42 KB

Setup (windows only)

Gvim

  • Gvim download
  • For dynamic interface libraries like lua, download the dll and put it into your PATH or alongside gvim.exe

Package Manager (chocolatey)

  • powershell:
Set-ExecutionPolicy Bypass; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Dependencies

need git-for-windows for gvim usage need git (cygwin) for using zsh need vim (cygwin) for install process (plugins)

# add cygwin to path
setx path "%path%;c:\cygwin64\bin;c:\cygwin64"
  • Download cygwin
  • Save setup-x86_64.exe in C:/cygwin64
  • Run default settings once
  • Install packages:
setup-x86_64 -qP git,zsh,curl,wget,vim
  • Set home dir
vim /etc/nsswitch.conf

then add "db_home: windows"

Cmder

  • Install cmder
  • Import settings from ./cmder/ConEmu.xml (in repo)

Windows Terminal

  • Install Windows Terminal
  • Put profile.json in: %USERPROFILE%/AppData/Local/Packages/Microsoft.WindowsTerminal_*/LocalState/
$ # e.g.
$ cmd /C "mklink /H %USERPROFILE%\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\profiles.json %USERPROFILE%\dotfiles\windows_terminal\profiles.json"

Install (Any Platform)

  • Execute install.sh

Troubleshooting

which lua dll?

:lua print("x") :echo has("lua")