Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Useful cross-platforms (Linux and Windows) commands, aliases and configurations for Bash and Powershell

License

Notifications You must be signed in to change notification settings

renebentes/dotfiles

Repository files navigation

dotfiles

Useful cross-platforms (Linux and Windows) commands, aliases and configurations for Bash and Powershell managed by chezmoi.

Requirements

You must install chezmoi on your system.

Linux

Use your favorite package manager or perform a manual installation described on chezmoi documentation.

brew install chezmoi

# Please change your username
chezmoi init --apply renebentes

Windows

You 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

Goals

  • Unified aliases and commands;
  • Same shell interface.

Author

Rene Bentes Pinto

Contributing

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.

Release Notes

You can see the release notes here

License

Copyright (c) 2024 Rene Bentes Pinto

This project licensed under MIT terms. See the LICENSE file for details.

About

Useful cross-platforms (Linux and Windows) commands, aliases and configurations for Bash and Powershell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published