Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 690 Bytes

File metadata and controls

29 lines (20 loc) · 690 Bytes

dotfiles

Dotfiles for my current Arch Linux setup, managed with chezmoi.

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

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

Full setup (dotfiles + tools)

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