Skip to content

This repository contains my personal configuration files (dotfiles) for various applications and tools on a Linux system.

Notifications You must be signed in to change notification settings

rudy128/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Linux Dotfiles

Overview

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.

Features

  • 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.

Installation

Prerequisites

  • A Linux distribution (Ubuntu, Arch, Fedora, etc.).
  • Basic knowledge of terminal commands.

Clone the Repository

  1. Clone the repository to your home directory:

    git clone https://github.com/rudy128/dotfiles.git ~/.dotfiles
  2. Navigate to the directory:

    cd ~/.dotfiles

Additional Setup

  • Nvim Plugins: If you use Nvim, Just copy the .nvim folder and you will be able to use all of my configs.

Usage

  • Terminal: Open a new terminal session to apply changes from .bashrc or .zshrc.
  • Editor: Launch your editor to see customized settings in action.
  • Git: Use the configured aliases for streamlined version control commands.

Customization

Feel free to modify the configuration files to fit your preferences. Key areas to customize include:

  • Shell Settings: Change aliases and functions in .bashrc or .zshrc.
  • Editor Preferences: Adjust settings in .nvim or other editor config files.
  • Git Settings: Modify .gitconfig for personalized version control behavior.

Contributing

Contributions are welcome! If you have suggestions for improvements or additional features, please submit a pull request or open an issue.

Acknowledgments

  • Thanks to the open-source community for their valuable resources and inspiration.
  • Inspiration from various dotfiles repositories across GitHub.

About

This repository contains my personal configuration files (dotfiles) for various applications and tools on a Linux system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages