English | Русский
These are my dotfiles, containing my environment configuration.
I hope you like it, I tried my best!
This is a list of applications from the dotfiles themselves. Not all of them are mandatory to install, but they are part of the shell. Recommended applications are highlighted in bold.
- Hyprland
Tiling Wayland compositor. - Ignis
Framework for creating desktop shells. Install GIT-version - Kitty
Cool terminal emulator.
This is a list of applications that I personally use. Some of this are specified in Hyprland config.
- Arch Linux
- Zen Browser
- kitty
- hyprpolkitagent
This is a small list of software/libraries. Required programs are highlighted in bold.
- Git
Version control system. Required for installation.
However, you can download the dotfiles directly from GitHub, although that would be pointless. - GNU Stow
Organizes all important (user) configuration in one directory (usually~/.dotfiles).
Automatically creates links from this directory to the home directory. Required for installation.
As with Git, you can create symbolic links manually.
It's also recommended to check out the Ignis requirements (if you plan to use it).
Warning
Installation is manual only; automatic installation is not planned! These dotfiles were created only for personal use and for those with experience configuring their Linux distribution.
- Clone the git repository to
~/.dotfiles(you can choose any name)
git clone https://github.com/nonexistplayer/dotfiles ~/.dotfiles
- Navigate to
~/.dotfilesand create links usingstow
cd ~/.dotfiles
stow .
This will create symbolic links in ~/.config.
-
Reboot your system or (re)start Hyprland.
-
Enjoy.
Tip
See shell's README.
This project is licensed under the MIT License.
Copyright © 2026 Ilya Korobov