Skip to content

bgold09/dotfiles

Repository files navigation

dotfiles

These are my dotfiles, which includes configurations for neovim, git, powershell, and more.

Installation

Windows

Set-ExecutionPolicy Bypass -Scope Process -Force ; `
    [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 ; `
    Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/bgold09/dotfiles/master/install.ps1'))

Linux/OSX

curl -fsSL https://raw.githubusercontent.com/bgold09/dotfiles/master/install.sh | sh

What's Inside

  • bash - aliases, completion, prompt and other tweaks
  • git - git aliases and sensible defaults
  • osx - set sensible defaults for OS X
  • powershell - aliases, functions and custom prompt
  • vim - vim and Neovim customizations
  • windows - environment for Windows

License

Copyright (c) 2014 Brian Golden

Licensed under the MIT license.