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.
- Host: GitHub
- URL: https://github.com/konnatoad/dotfiles
- Owner: konnatoad
- Created: 2025-07-17T22:26:40.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2026-03-01T07:06:59.000Z (4 months ago)
- Last Synced: 2026-03-01T10:34:10.864Z (4 months ago)
- Language: JavaScript
- Size: 306 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)"
```