Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.36 KB

README.md

File metadata and controls

57 lines (33 loc) · 1.36 KB

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.