Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/orzklv/win
- Owner: orzklv
- License: mit
- Created: 2023-01-01T13:21:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T22:19:48.000Z (3 months ago)
- Last Synced: 2024-08-25T22:47:52.901Z (3 months ago)
- Topics: bash, dotfiles, linux, macos, zsh
- Language: PowerShell
- Homepage:
- Size: 2.02 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Personal dotfiles for my Windows 10/11 machines.
## 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.