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

https://github.com/reentryti/wayland-dotfiles

Niri & Hyprland Dotfiles
https://github.com/reentryti/wayland-dotfiles

archlinux fastfetch hyprland-dotfiles hyprlock kitty niri-dotfiles nvim nwgbar waybar wofi

Last synced: about 2 months ago
JSON representation

Niri & Hyprland Dotfiles

Awesome Lists containing this project

README

          

Dotfiles — Arch Linux on Wayland Environments







My personal Arch Linux setup — lightweight, elegant, and fully modular

---

## About

This repository contains all my personal dotfiles for building a minimal, functional and beautiful DE under **niri** and **hyprland** on Arch Linux

It includes multiple others configuration for:
- **Zsh**
- **Waybar**
- **Wofi**
- **Kitty**
- **Fastfetch**
- **Nwg-bar**
- **Hyprlock**
- **Neovim (Kickstart-based setup)**

> ⚠️ **Caution:**
> The install scripts provided are made for personal use.
> You can browse and adapt them at your own risk.

---

## Installation

### 1. System dependencies
```bash
sudo pacman -S git wget curl unzip
```

### 2. Wayland environment
```bash
sudo pacman -S niri hyprland waybar wofi kitty nwg-bar cava fastfetch hyprlock neovim
```

### 3. Shell & Fonts
```bash
sudo pacman -S ttf-jetbrains-mono-nerd powerlevel10k
```

### 4. Useful tools
```bash
sudo pacman -S jq checkupdates playerctl
```

### Or run the install script
```bash
sudo chmod +x install.sh
./install.sh
```