Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/orzklv/win

⚒️ | WIndows configurations bootstrapper & manager
https://github.com/orzklv/win

bash dotfiles linux macos zsh

Last synced: 4 days ago
JSON representation

⚒️ | WIndows configurations bootstrapper & manager

Awesome Lists containing this project

README

        


Orzklv's {Windows}


Personal dotfiles for my Windows 10/11 machines.


Top Used Language
Telegram Channel
Test CI

## About

In this repository I keep all my configurations and dot files to maintain my healthy development environment for any case. It contains configurations
for shell and environments like zsh (arch-linux, macos), powershell (windows). It comes with installer to shorten my time spending on set up.

> Installing everything manually by hand is a huge pain in da ass. Why not let an installer handle this?!

## Features

- Syntax Highlighting
- Auto Completions
- Auto Suggestions
- Rust made replacements
- Key configurations
- Software configurations

## Install (Automatic)

This process can be tough and easy at the same time depending on yourself... If you prefer trusting me and let me do all the dirty stuff, then just run the install script located on the root location of the project like this:

```shell
# Run this if it's your first time opening terminal
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

# Install configurations
irm https://raw.githubusercontent.com/orzklv/win/master/install.ps1 | iex
```

## Install (Manual)

Just copy-paste configs that you would need. You may use symlinks to prepend to the repository and then update the repo to get the latest changes.

## License

This project is licensed under the MIT License - see the [LICENSE](license) file for details.


Orzklv's {Windows}