Go to file
krolxon 63b45e2e0b readme.md 2026-01-07 23:26:08 +05:30
.config add neovim configuration 2026-01-07 23:05:50 +05:30
.local readme.md 2026-01-07 23:26:08 +05:30
assets update screenshots 2025-12-09 00:04:06 +05:30
packages use gum for pretty prompts 2026-01-07 21:12:01 +05:30
system/etc/keyd stow: add system config (keyd) 2025-11-05 00:09:13 +05:30
.stow-local-ignore install.sh: split packages into seperate files 2025-12-10 13:42:50 +05:30
.zprofile first commit using stow 2025-08-16 20:49:05 +05:30
README.md readme.md 2026-01-07 23:26:08 +05:30
install.sh add better error handling for install script, add --yes flag. 2026-01-07 23:06:08 +05:30

README.md

Dotfiles

prerequisites

  1. Git
  2. Gum (For pretty prompts)
  3. Base arch install
sudo pacman -S git gum

Usage

cd $HOME
git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh
# Installation with no confirmation prompts
./insall.sh --yes