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

Have a look through existing Issues and Pull Requests that you could help with.

Your contributions are welcome. Feel free to send issues or pull requests.

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