🧿️ my dotfiles
- Lua 71.1%
- Shell 26.9%
- CSS 2%
| assets | ||
| dunst | ||
| fastfetch | ||
| foot | ||
| hypr | ||
| nvim | ||
| rofi | ||
| tmux | ||
| waybar | ||
| yazi | ||
| zathura | ||
| zed | ||
| zsh | ||
| .gitignore | ||
| install.sh | ||
| readme.md | ||
🧿 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
gallery


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