/dotfiles

My dotfiles

Primary LanguageVim Script

TLC's dotfiles

installation

$ sh -c "$(curl -L raw.github.com/s6jrlc/dotfiles/master/install.sh)"

or

$ sh -c "$(curl -L s6jr.com/dot)"

installation on Windows

PS > iex ((new-object net.webclient).DownloadString('http://raw.github.com/s6jrlc/dotfiles/master/install.ps1'))

or on Windows Cmd Prompt as Administrator:

> @powershell -NoProfile -ExecutionPolicy Bypass -Command "echo 'PowerShell script above'"