Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1011 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 1011 Bytes

DotFiles

  • zsh
  • powershell

Install

linux

curl -fsSL https://get.comtrya.dev | sh
comtrya -d https://github.com/airtonix/dotfiles apply

macos

curl -fsSL https://get.comtrya.dev | sh
comtrya -d https://github.com/airtonix/dotfiles apply

windows

first open powershell as admin and run:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux,VirtualMachinePlatform -All -NoRestart

then reboot. yes stop crying. just do it.

After rebooting, run:

iwr "https://get.comtrya.dev/ps" -UseBasicParsing | iex
comtrya -d https://github.com/airtonix/dotfiles apply

Intermediary Setup

Above would be useful if comtrya was perfect. However you may instead need to install individual parts:

$env:PATH+=";$env:USERPROFILE\.comtrya"
cd C:\Users\zeno.jiricek\AppData\Local\comtrya\manifests\git\githubcomairtonixdotfiles
comtrya apply -m manifest.dot.notated.path.instead.of.slash.notated.paths