Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hoangvangioi/dotfiles
- Owner: hoangvangioi
- License: mit
- Created: 2024-07-31T17:16:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T22:53:23.000Z (6 months ago)
- Last Synced: 2024-11-16T00:45:01.828Z (3 months ago)
- Topics: archlinux, i3wm, nvim, polybar, rofi, sddm
- Language: Shell
- Homepage: https://arch.hoangvangioi.com
- Size: 132 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** | ![](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!