ahmad9059 / dotfiles

My dotfiles of Linux Environment
MIT License
239 stars 23 forks source link
arch archlinux dotfiles dots hyprland hyprland-config linux wallpapers waybar wayland

Dotfiles

Dotfiles is a collection of configuration files aimed at setting up a personalized and efficient Linux environment. This repository includes configurations for various tools and applications, enhancing productivity and aesthetics.

Review of Arch (btw)

1 10

2 3
4 5
6 7

Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Contributions
  5. License
  6. Contact

Features

Installation

To set up your environment using these dotfiles, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/ahmad9059/dotfiles.git
    cd dotfiles
  2. Backup Existing Dotfiles: Before copying new configurations, it's wise to back up your current dotfiles:

    mkdir -p ~/dotfiles_backup
    cp ~/.config ~/dotfiles_backup -r
    cp ~/.tmux.conf ~/dotfiles_backup
    cp ~/.zshrc ~/dotfiles_backup
  3. Copy New Configurations:

    cp -r .config ~/
    cp .tmux.conf ~/
    cp .zshrc ~/
    cp -r .themes ~/.themes
    cd .icons
    unzip .icons.zip
    rm .icons.zip
    cp -r ./ ~/.icons

Usage

After installation, you can start using the configured applications. Modify the configurations as per your preferences:

utilities

wallpapers

Contributions

Contributions are welcome! If you have improvements or additional configurations, feel free to fork this repository, make your changes, and submit a pull request.

License

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

Contact

For any questions, suggestions, or issues, please open an issue in this repository or contact the repository owner directly.


Enjoy your personalized Linux setup!