This repository contains my personal configuration files (dotfiles) for various applications and tools on a Linux system. These dotfiles provide a customized environment to enhance productivity and streamline workflows.
- Shell Configuration: Customizations for bash/zsh with prompts, aliases, and functions.
- Editor Configuration: Settings for popular text editors (e.g., Nvim).
- Version Control: Git configurations and aliases for easier repository management.
- System Utilities: Configurations for various command-line utilities.
- A Linux distribution (Ubuntu, Arch, Fedora, etc.).
- Basic knowledge of terminal commands.
-
Clone the repository to your home directory:
git clone https://github.com/rudy128/dotfiles.git ~/.dotfiles -
Navigate to the directory:
cd ~/.dotfiles
- Nvim Plugins: If you use Nvim, Just copy the
.nvimfolder and you will be able to use all of my configs.
- Terminal: Open a new terminal session to apply changes from
.bashrcor.zshrc. - Editor: Launch your editor to see customized settings in action.
- Git: Use the configured aliases for streamlined version control commands.
Feel free to modify the configuration files to fit your preferences. Key areas to customize include:
- Shell Settings: Change aliases and functions in
.bashrcor.zshrc. - Editor Preferences: Adjust settings in
.nvimor other editor config files. - Git Settings: Modify
.gitconfigfor personalized version control behavior.
Contributions are welcome! If you have suggestions for improvements or additional features, please submit a pull request or open an issue.
- Thanks to the open-source community for their valuable resources and inspiration.
- Inspiration from various dotfiles repositories across GitHub.