This repository is a collection of basic configuration files for terminal and Vim use.
To install, simply clone the repository and run the setup script.
git clone https://github.com/csc027/dotfiles --recurse
For Windows, you can install by running the PowerShell setup script from the repository top directory. On Windows, creating true symlinks requires administrator privileges. The script will request it via UAC and spawn a child administrator process to run.
.\scripts\setup.ps1
For Linux bash, you can install by running the setup script from the repository top directory.
./scripts/setup.sh
PowerShell Core is also available on Linux. You can still set up the configuration using PowerShell if desired.
.\scripts\setup.ps1