https://github.com/zaloog/dotfiles
https://github.com/zaloog/dotfiles
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaloog/dotfiles
- Owner: Zaloog
- Created: 2022-06-26T13:01:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-07T13:19:59.000Z (4 months ago)
- Last Synced: 2025-06-07T14:24:38.589Z (4 months ago)
- Language: PowerShell
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Configs
My configurations for
- Powershell (pwsh)
- Windows-Terminal
- scoop + packages
- neovimStep1: In Windows Powershell execute:
```Powershell
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
```Step2: adjust packages/modules as needed and execute the setup script
```Powershell
setup_all.ps1
```