Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/x-nimesh/dotfiles
https://github.com/x-nimesh/dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/x-nimesh/dotfiles
- Owner: X-nimesh
- Created: 2023-09-28T17:13:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-29T14:56:58.000Z (10 months ago)
- Last Synced: 2024-04-14T14:06:52.118Z (9 months ago)
- Language: Shell
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arch Linux Dotfiles Repository
This repository is dedicated to storing and managing my personal dotfiles and configurations for my Arch Linux setup. It includes customizations for the i3 window manager, Polybar, and Rofi menu bar. These dotfiles are essential for customizing and personalizing my Arch Linux environment to match my workflow and preferences.
## Table of Contents
- [Getting Started](#getting-started)
- [i3 Configuration](#i3-configuration)
- [Polybar Configuration](#polybar-configuration)
- [Rofi Configuration](#rofi-configuration)
- [Dotfiles Overview](#dotfiles-overview)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Getting Started
Before using these dotfiles, make sure you have a basic understanding of how dotfiles work and their impact on your Arch Linux setup. Backup your existing configurations to avoid any data loss.
## i3 Configuration
- **.config/i3**: i3 window manager configuration files.
## Polybar Configuration
- **.config/polybar**: Configuration for the Polybar status bar.
## Rofi Configuration
- **.config/rofi**: Configuration for the Rofi menu bar.
## Dotfiles Overview
- **.config**: Configuration files for various applications and window managers.
- **.bashrc**: Customizations for the Bash shell.
- **.vimrc**: Vim configuration for a personalized text editing experience.
- **.Xresources**: Configuration for the X Window System.## Installation
1. Clone this repository to your home directory:
```bash
git clone https://github.com/yourusername/arch-dotfiles.git ~/.dotfiles