1
1
Fork
You've already forked dots
0
dotfiles repo
  • Shell 74.3%
  • Lua 10.1%
  • Vim Script 8.5%
  • CSS 7.1%
2026年03月04日 20:40:18 +02:00
alacritty/.config/alacritty chore(alacritty): update fonts 2024年10月08日 18:06:20 +03:00
bash fix(bash): set sudoedit to nvim 2026年02月04日 21:57:16 +02:00
bat/.config/bat feat(bat): add config 2024年09月27日 15:49:43 +03:00
bspwm/.config/bspwm fix(bspwm): disable xcape and set caps as ctrl 2024年09月07日 18:58:09 +03:00
efm-langserver/.config/efm-langserver fix(efm): wrong command 2025年03月06日 11:12:38 +02:00
fish/.config/fish fix(fish): set sudoedit to nvim 2026年02月04日 21:57:04 +02:00
foot/.config/foot fix(foot): cursor color 2025年08月21日 14:06:03 +03:00
fuzzel/.config/fuzzel feat(fuzzel): add config 2026年03月04日 20:40:18 +02:00
git/.config/git feat(git): set diff options 2025年02月12日 00:15:46 +02:00
helix/.config/helix fix(helix): update themes 2025年04月10日 00:06:05 +03:00
kanshi/.config/kanshi feat(kanshi): update and explicit handling 2025年08月10日 13:13:36 +03:00
kitty/.config/kitty feat(kitty): update tabline 2024年12月24日 01:55:12 +02:00
lazygit/.config/lazygit fix(lazygit): enable reword with gpg 2025年08月11日 21:55:58 +03:00
macchina/.config/macchina feat: initial commit 2024年02月24日 17:41:37 +02:00
neomutt/.config/neomutt feat(neomutt): add config 2024年11月13日 19:14:42 +02:00
newsboat/.config/newsboat feat(newsboat): add reddit feeds 2024年09月26日 00:37:41 +03:00
npm/.config/npm feat: move npm to XDG 2024年09月20日 23:19:24 +03:00
polybar/.config/polybar feat(polybar): set tray 2024年09月09日 00:18:57 +03:00
river/.config/river fix(river): cleanup 2026年02月20日 23:53:10 +02:00
swappy/.config/swappy feat: add sway waybar foot swappy wlogout 2024年09月20日 23:19:21 +03:00
sway/.config/sway fix(sway): better clipboard history 2026年03月02日 00:21:25 +02:00
swaylock/.config/swaylock feat(swaylock): add config 2024年09月23日 12:23:39 +03:00
sxhkd/.config/sxhkd chore(sxhkd): update terminal usage 2024年08月19日 15:20:48 +03:00
tmux/.config/tmux feat(tmux): move to XDG 2024年09月20日 23:19:23 +03:00
user_xdg/.config feat(xdg): set xdg user dirs and locale 2024年09月20日 23:19:27 +03:00
vim/.config/vim feat(vim): implement findfunc 2025年04月12日 12:08:34 +03:00
waybar/.config/waybar feat(waybar): battery 2026年03月01日 03:06:15 +02:00
wezterm/.config/wezterm fix(wezterm): update 2025年02月18日 07:46:41 +02:00
wf_record_script/.local/bin feat(script): add screen record with monitor audio based on wf-recorder 2024年09月20日 23:19:27 +03:00
wlogout/.config/wlogout fix(wlogout): use newer background 2024年09月20日 23:19:27 +03:00
xorg/.config/xorg.conf.d feat(xorg): add xorg hardware configs 2024年09月20日 23:19:21 +03:00
zathura/.config/zathura feat: add zathura 2024年07月09日 23:10:37 +03:00
zsh feat: initial commit 2024年02月24日 17:41:37 +02:00
.gitignore fix(helix): use symlink to runtime 2025年04月14日 00:32:03 +03:00
LICENSE feat!: change LICENSE 2024年09月20日 23:19:20 +03:00
README.md chore: update README 2024年09月20日 23:19:22 +03:00

Dotfiles Repository

This repository contains my personal dotfiles. They are managed using GNU Stow, a free, portable, lightweight symlink farm manager. This allows the dotfiles to be organized in a clean and structured manner.

Window Manager Configuration

X11

This repository also includes configuration for the bspwm window manager, a tiling window manager that represents windows as the leaves of a full binary tree.

Keybindings for bspwm are managed using sxhkd, a simple X hotkey daemon with a powerful and compact configuration syntax.

Wayland

On wayland sway is used, with autotiling script.

Important

Please note that the tiling script for sway has it own License, please check the repository for more info.

Helix

In this repo there is a configuration for helix, with custom configuration for texlab and lua-ls, while leveraging efm for linters and formatters.

Showcase

swappy-20240913-192851

Installation

To install clone the repo cd into it and run the command:

stow <folder>

Make sure you do not try to install LICENSE or README.md.

LICENSE

Most files are licensed under the LICENSE, except for files that state otherwise.