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

https://github.com/kamack38/dotfiles

💻 🐧 Repo for my Arch Linux dotfiles
https://github.com/kamack38/dotfiles

archlinux awesomewm dotfiles dots hypr hyprland linux

Last synced: 3 months ago
JSON representation

💻 🐧 Repo for my Arch Linux dotfiles

Awesome Lists containing this project

README

          

My .dotfiles for Arch Linux

## Programs

- **Compositor** - Hyprland
- **Terminal** - kitty
- **Shell** - fish
- **Prompt** - oh-my-posh / starship (for tty)
- **Browser** - Firefox Developer Edition
- **File manager** - Dolphin
- **Bar** - waybar
- **Editor** - neovim
- **Notification daemon** - dunst
- **Session manager** - SDDM
- **Lockscreen** - hyprlock
- **Idle manager** - hypridle
- **Wallpaper manager** - hyprpaper
- **Music player** - ncmpcpp

## Installation

If you're looking for [Arch Linux Installation](#arch-linux-installation) go to
the section below

```bash
bash <(curl -sL https://github.com/kamack38/dotfiles/raw/main/scripts/install.sh)
```

### Arch Linux Installation

To setup a brand new version of Arch Linux you can use the command below in an
[ISO](https://archlinux.org/download/)

```bash
bash <(curl -sL https://github.com/kamack38/dotfiles/raw/main/scripts/setup.sh)
```

## 📸 Screenshots

### Hyprland

![Hyprland](./../Pictures/Screenshots/Hyprland.png)

### KDE

![Apps screenshot](./../Pictures/Screenshots/Apps.png)

### AwesomeWM

> [!WARNING]
> This was removed and is only available on the `awesomewm` git tag.

![AwesomeWM](./../Pictures/Screenshots/awesomewm.png)

For some tips checkout
[Essentials](https://github.com/kamack38/Essentials/wiki).