🧿️ my dotfiles
  • Lua 71.1%
  • Shell 26.9%
  • CSS 2%
Find a file
2026-07-08 22:06:00 +02:00
assets [add] installation script 2026-02-12 12:59:48 +01:00
dunst [add] initial commit 2026-02-08 23:11:11 +01:00
fastfetch [add] new prompt 2026-02-09 00:56:48 +01:00
foot [backup] 2026-07-08 2026-07-08 22:06:00 +02:00
hypr [backup] 2026-05-31 2026-05-31 15:55:06 +02:00
nvim [backup] 2026-07-08 2026-07-08 22:06:00 +02:00
rofi [add] tmux config 2026-02-09 22:11:22 +01:00
tmux [add] tmux config 2026-02-09 22:11:22 +01:00
waybar [add] initial commit 2026-02-08 23:11:11 +01:00
yazi [backup] 2026-05-31 2026-05-31 15:55:06 +02:00
zathura [fix] zsh vi mode 2026-02-23 00:56:18 +01:00
zed [backup] 2026-05-31 2026-05-31 15:55:06 +02:00
zsh [backup] 2026-03-29 2026-03-29 17:22:41 +02:00
.gitignore [add] tmux config 2026-02-09 22:11:22 +01:00
install.sh [backup] 2026-02-13 2026-02-13 15:54:47 +01:00
readme.md [modify] readme 2026-02-12 13:04:35 +01:00

🧿 dots

dotfiles for my daily driver. i run arch with hyprland as my wm. config currently includes:

  • foot (terminal)
  • zsh (shell)
  • neovim (editor)
  • yazi (file manager)
  • waybar (status bar)
  • & more

 

installation

git clone https://github.com/mellowcoffee/dots.git
cd dots

a script is provided to install the configs. any existing config is backed up, and the present dotfiles are symlinked.

./install.sh nvim dunst fastfetch # install individual configs by directory name
./install.sh -a # install all configs

notes

this config uses a number of shell scripts, which may be found 🐚 here