my main-pc hyprland dotfiles
  • CSS 86.4%
  • Shell 13.6%
Find a file
2026-03-25 06:36:38 +03:00
.config remove vpn keybindings 2026-03-25 06:36:38 +03:00
images replace current wm with niri 2026-03-07 11:54:06 +03:00
LICENSE Initial commit 2026-01-17 15:47:02 +03:00
README.md remove hyprland from readme & add laptop to devices 2026-03-07 11:56:26 +03:00
README_RU.md remove hyprland from readme & add laptop to devices 2026-03-07 11:56:26 +03:00

dotfiles

russian readme version / русская версия readme

my main-pc/laptop dotfiles [CachyOS]

Installation

Warning:
if you have folders with the same names as in this repository inside your ~/.config/ directory (e.g., rofi, waybar, kitty), they will be overwritten during the installation process.
please make sure to back up these existing configuration folders manually before proceeding to avoid data loss.

  1. Clone the repository:
git clone https://github.com/entitybtw/dotfiles.git
  1. copy the contents of the .config folder to your local .config directory:
cp -r dotfiles/.config/* ~/.config/
  1. remove the cloned repository folder:
rm -rf dotfiles
  1. restart your session or relevant applications to apply the new configurations.