Personal configuration files for various tools and applications, organized for easy management with GNU Stow.
Clone the repository and stow the configs you want:
git clone git@github.com:Murali2602/dotfiles.git ~/dotfiles
cd ~/dotfiles
# Example: symlink all configs you use
stow btop
stow fish
stow fastfetch
stow foot
stow hypr
stow uwsm
stow starshipConfigs will be symlinked into your ~/.config or relevant directories. Only stow the apps you actively use to avoid conflicts.
| Application | Description |
|---|---|
| btop | Terminal resource monitor configuration and themes |
| fish | Fish shell configuration, functions, and completions |
| fastfetch | Fastfetch system info display config |
| foot | Foot terminal emulator settings |
| hypr | Hyprland window manager configs, scripts, and variables |
| uwsm | Universal Workspace Manager settings |
| starship | Starship prompt configuration |
Other symlinked configs exist for apps I use daily. Unused apps are excluded to prevent conflicts.