Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 485 Bytes

.dotfiles

These are my aliases, scripts and other defaults. This is the first thing I install on a new environment.

Installation

mkdir -p ~/git
cd ~/git
git clone https://github.com/eyjohn/dotfiles.git
cd dotfiles
./install.sh

Windows Setup

Run as admin:

Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/eyjohn/dotfiles/main/windows.ps1'))