https://github.com/hoangvangioi/dotfiles
Dotfiles for Arch Linux & i3-wm
https://github.com/hoangvangioi/dotfiles
archlinux i3wm nvim polybar rofi sddm
Last synced: about 2 months ago
JSON representation
Dotfiles for Arch Linux & i3-wm
- Host: GitHub
- URL: https://github.com/hoangvangioi/dotfiles
- Owner: hoangvangioi
- License: mit
- Created: 2024-07-31T17:16:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-06T21:36:25.000Z (5 months ago)
- Last Synced: 2025-11-06T23:21:12.472Z (5 months ago)
- Topics: archlinux, i3wm, nvim, polybar, rofi, sddm
- Language: Shell
- Homepage: https://arch.hoangvangioi.com
- Size: 715 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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** |  |
| **vscode** |  |
| **notify** |  |
| **neofetch** |  |
| **nemo** |  |
| **nvim** |  |
| **rofi menu** |  |
| **rofi search** |  |
| **i3lock** |  |
| **sddm** |  |
| **polybar** |  |
---
## 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!