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

https://github.com/konnatoad/dotfiles

Personal dotfiles and configs for Arch Linux Hyprland, managed with chezmoi.
https://github.com/konnatoad/dotfiles

Last synced: 4 days ago
JSON representation

Personal dotfiles and configs for Arch Linux Hyprland, managed with chezmoi.

Awesome Lists containing this project

README

          

# dotfiles

Dotfiles for my current Arch Linux setup, managed with [chezmoi](https://www.chezmoi.io).

Configuration includes:

- Zsh (with autosuggestions & syntax highlighting)
- Starship prompt
- Hyprland, Waybar, Rofi
- Neovim (LazyVim-based)
- Spicetify, Vesktop theming
- Modified `custom_fi` keymap for my ANSI layout keyboard to include `less`, `greater`,
and `bar` under `AltGr + comma`, `AltGr + dot`, and `AltGr + minus`.

---

## Install

### Only apply dotfiles

```bash
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply konnatoad
```

### Full setup (dotfiles + tools)

```bash
sh -c "$(curl -sS https://raw.githubusercontent.com/konnatoad/dotfiles/main/install.sh)"
```