https://github.com/zenobi-us/dotfiles
my workstation setup for linux, windows and mac
https://github.com/zenobi-us/dotfiles
comtrya provisioning
Last synced: 2 days ago
JSON representation
my workstation setup for linux, windows and mac
- Host: GitHub
- URL: https://github.com/zenobi-us/dotfiles
- Owner: zenobi-us
- License: mit
- Created: 2020-04-16T23:01:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-12T00:27:29.000Z (19 days ago)
- Last Synced: 2025-04-28T11:23:08.453Z (2 days ago)
- Topics: comtrya, provisioning
- Language: Shell
- Homepage:
- Size: 70.2 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DotFiles
- zsh
- powershell## Install
### linux
```bash
curl -fsSL https://get.comtrya.dev | sh
comtrya -d https://github.com/airtonix/dotfiles apply
```### macos
```bash
curl -fsSL https://get.comtrya.dev | sh
comtrya -d https://github.com/airtonix/dotfiles apply
```### windows
first open powershell as admin and run:
```powershell
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux,VirtualMachinePlatform -All -NoRestart
```then reboot. yes stop crying. just do it.
After rebooting, run:
```powershell
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:
```sh
$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
```