Personal dotfiles for archlinux and qtile.
| Dependencies | Description |
|---|---|
| Qtile | Window manager |
| Neovim | Editor |
| Alacritty | Terminal |
| Iosevka Nerd Font | System font |
I use Git Bare repository to manage my dotfiles and use a wrapper script dot after initial configuration below.
mkdir ~/script
cd ~/script
curl -LO https://raw.githubusercontent.com/twoeightdev/archdots/main/setup.sh
chmod +x setup.sh
./setup.sh [OPTIONS]
rm -rf ~/script
reboot
