https://github.com/onlyutkarsh/dotfiles-init
https://github.com/onlyutkarsh/dotfiles-init
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/onlyutkarsh/dotfiles-init
- Owner: onlyutkarsh
- Created: 2024-01-24T11:22:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T13:38:11.000Z (over 2 years ago)
- Last Synced: 2024-05-02T00:38:28.963Z (about 2 years ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# info
initial script to run to setup zsh and brew on a new WSL
```shell
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/onlyutkarsh/dotfiles-init/main/setup.sh)"
```
```ps1
Set-ExecutionPolicy Bypass -Scope Process -Force
Invoke-Expression (Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/onlyutkarsh/dotfiles-init/main/setup.ps1').Content
```