Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoangvangioi/dotfiles

Dotfiles for Arch Linux & i3-wm
https://github.com/hoangvangioi/dotfiles

archlinux i3wm nvim polybar rofi sddm

Last synced: 20 days ago
JSON representation

Dotfiles for Arch Linux & i3-wm

Awesome Lists containing this project

README

        

# Dotfiles for Arch Linux & i3-wm

Welcome to the ultimate Arch Linux setup with i3-wm. This repository contains configuration files to help you set up and customize your environment.

---

## Table of Contents

- [System Configuration](#system-configuration)
- [Showcase](#showcase)
- [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)

---

## System Configuration

| **Component** | **Details** |
|--------------------------|-------------------------------------------------------|
| **Operating System** | [Arch Linux](https://archlinux.org) |
| **Window Manager** | [i3-wm](https://i3wm.org) |
| **Terminal Emulator** | [Alacritty](https://github.com/alacritty/alacritty) |
| **Status Bar** | [Polybar](https://github.com/polybar/polybar) |
| **Shell** | [Zsh](https://www.zsh.org/) |
| **Application Launcher** | [Rofi](https://github.com/davatorium/rofi) |
| **Notification Daemon** | [Dunst](https://github.com/dunst-project/dunst) |
| **Text Editor** | [Neovim](https://neovim.io) |
| **Display Manager** | [SDDM](https://github.com/sddm/sddm) |
| **Code Editor** | [Visual Studio Code](https://code.visualstudio.com/) |
| **Input Method** | [IBus](https://github.com/ibus/ibus) |
| **System Info** | [Neofetch](https://github.com/dylanaraps/neofetch) |
| **System Monitor** | [btop](https://github.com/aristocratos/btop) |

---

## Showcase

| **Feature** | **Screenshot** |
|-----------------|-------------------------------------------------------|
| **btop** | ![](https://arch.hoangvangioi.com/btop.png) |
| **vscode** | ![](https://arch.hoangvangioi.com/vscode.png) |
| **notify** | ![](https://arch.hoangvangioi.com/notify.png) |
| **neofetch** | ![](https://arch.hoangvangioi.com/neofetch.png) |
| **nemo** | ![](https://arch.hoangvangioi.com/nemo.png) |
| **nvim** | ![](https://arch.hoangvangioi.com/nvim.png) |
| **rofi menu** | ![](https://arch.hoangvangioi.com/rofi-menu.png) |
| **rofi search** | ![](https://arch.hoangvangioi.com/rofi-search.png) |
| **i3lock** | ![](https://arch.hoangvangioi.com/i3lock.png) |
| **sddm** | ![](https://arch.hoangvangioi.com/sddm.png) |
| **polybar** | ![](https://arch.hoangvangioi.com/polybar.png) |

---

## Installation

```sh
curl -LsS https://arch.hoangvangioi.com | bash
```
> **Note:** This method requires `curl`. Install it with `sudo pacman -S curl`.

---

## Contributing

We welcome contributions! If you have suggestions or improvements, please submit issues or pull requests.

---

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

---

Thank you for using and contributing to this dotfiles setup!