Simple dotfiles for a minimal productive workflow
This repository contains my personal dotfiles and a simple script to manage them, making it easy to set up a productive workflow.
To use this script, simply clone this repository and run the installation command:
git clone --depth=1 https://github.com/Klapptnot/dotf.git
cd dotf
./dotf install
Alternatively, you can install dotf with a single command:
curl -s https://raw.githubusercontent.com/Klapptnot/dotf/main/dotf | bash
- Installs only the required dotfiles based on the apps installed on your system
- Support for multiple shells, nushell by default
- Support for Hyprland desktop environment
- Easy customization through configuration file
You can customize the installation process by editing the configuration file. To open the configuration file, run:
./dotf config
- Shells: bash, nushell, fish, zsh
- Desktop Environments: Hyprland, Sway
💜 Thanks for using dotf! 💜