An open API service indexing awesome lists of open source software.

https://github.com/zaloog/dotfiles


https://github.com/zaloog/dotfiles

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Configs

My configurations for
- Powershell (pwsh)
- Windows-Terminal
- scoop + packages
- neovim

Step1: 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
```