Useful cross-platforms (Linux and Windows) commands, aliases and configurations for Bash and Powershell managed by chezmoi.
You must install chezmoi on your system.
Use your favorite package manager or perform a manual installation described on chezmoi documentation.
brew install chezmoi
# Please change your username
chezmoi init --apply renebentesYou can use the new winget tool for this. Please, read the official documentation for further details.
# Change the PowerShell policy execution
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
winget install twpayne.chezmoi
# Please change your username
chezmoi init --apply renebentes
- Unified aliases and commands;
- Same shell interface.
Contributions are welcome!
Have a look through existing Issues and Pull Requests that you could help with.
If you find any issues or have suggestions for improvements, please open an Issue or submit a Pull Request (PR) to our repository.
You can also check existing Issues and Pull Requests that you could help with.
When contributing to this project, please follow the existing code style, use conventional commits, and submit your changes in a separate branch.
You can see the release notes here
Copyright (c) 2024 Rene Bentes Pinto
This project licensed under MIT terms. See the LICENSE file for details.