Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
0051a16
breaking: Remove setup script and use chezmoi
js0ny Sep 27, 2025
2cbf244
chezmoi: zsh, starship
js0ny Sep 27, 2025
295f94d
chezmoi: awesome, fish, screen, wezterm, yazi
js0ny Sep 27, 2025
81da252
chezmoi: bash, ipython, sioyek, zed
js0ny Sep 27, 2025
298b229
chezmoi: powershell
js0ny Sep 27, 2025
f3f9243
chezmoi: bat, ideavim, lazygit, lsd, readline, vim, zellij, lesskey
js0ny Sep 27, 2025
95fbc07
chezmoi: common
js0ny Sep 27, 2025
947f290
chezmoi: dunst, fcitx5, hyprland
js0ny Sep 27, 2025
f9b716c
chezmoi: fastfetch, keyd, mako, neovide
js0ny Sep 27, 2025
a891f96
chezmoi: arch electron flags
js0ny Sep 27, 2025
b391e03
chezmoi: systemd
js0ny Sep 27, 2025
67a7887
chezmoi: reorganise repo
js0ny Sep 27, 2025
fff9275
chezmoi: move unrelated scripts out
js0ny Sep 27, 2025
c1a63e4
chezmoi: macOS
Sep 27, 2025
eb31d81
chezmoi: init scripts
js0ny Sep 27, 2025
8b2899c
chezmoi: use standard script dir
js0ny Sep 27, 2025
872a2b4
minor fix on nix-darwin
Sep 27, 2025
c7d6392
fix: symlinks in chezmoi and robust scripts
Oct 1, 2025
1898280
fix: hyprland, swaylock
Oct 2, 2025
adbaf40
fix: less, yazi
Oct 2, 2025
ff096c0
feat: add kio right-click services
js0ny Oct 8, 2025
8db7f8a
feat: niri-waybar
js0ny Oct 8, 2025
ffafb4a
feat: add nixos and hm config
js0ny Oct 11, 2025
fec83b8
Use unfree vscode in personal config
js0ny Oct 11, 2025
d31cb14
minor refractor
js0ny Oct 11, 2025
ebb2a87
nix-darwin
Oct 11, 2025
e30bc68
gnome dock pins
js0ny Oct 11, 2025
39eabd9
nix plasma-manager
js0ny Oct 12, 2025
c82f504
nix: firefox
js0ny Oct 12, 2025
3aef156
nix: obs-studio
js0ny Oct 12, 2025
55931c0
nix: steam
js0ny Oct 12, 2025
efed8ac
nix: libvirt
js0ny Oct 12, 2025
4e45638
nix: multi-host home-manager
js0ny Oct 13, 2025
6b7c6d5
use nixOS on libvirt
js0ny Oct 13, 2025
05d6202
nix: optimize flake.nix for reusability
js0ny Oct 13, 2025
0d3b789
nix: zed-editor
js0ny Oct 13, 2025
7d57974
nix: xilinx udev
js0ny Oct 13, 2025
0e85175
zed: base config
js0ny Oct 13, 2025
3d12a52
Update home/.chezmoiignore
js0ny Oct 13, 2025
c9ce831
nvim: tty setup
js0ny Oct 13, 2025
0c6d0ed
nix: waydroid
js0ny Oct 14, 2025
af7c7b4
nix: flatpak fonts & icons
js0ny Oct 15, 2025
608cd05
nix: dirty flatpak fonts
js0ny Oct 16, 2025
a9d8bcb
nix: Add sdcv
js0ny Oct 19, 2025
5f1729c
nix: Add goldendict-ng
js0ny Oct 20, 2025
e3a0205
nix: rime-config
js0ny Oct 20, 2025
52b7081
manage git with chezmoi
js0ny Oct 20, 2025
c24adf3
chezmoi: windows migration dir
js0ny Oct 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .chezmoiroot
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
home
18 changes: 10 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Log
*.log

# Private Files
*private*
.private.env.*
# fish
dot_config/fish/fish_variables
dot_config/fish/completions
dot_config/fish/functions/br.fish
dot_config/fish/functions/dotenv.fish


# Test files
test/
Expand All @@ -29,19 +32,18 @@ tools/nushell/

.venv/

gitconfig


# Lock files
lazy-lock.json

# Emacs
*.elc

common/**/*current*

**/current.*

default.target.wants

nvim-healthcheck.txt

private_pid
private_security
private_fish_variables
45 changes: 0 additions & 45 deletions .just.d/check.just

This file was deleted.

26 changes: 0 additions & 26 deletions .just.d/cmds.just

This file was deleted.

52 changes: 0 additions & 52 deletions .just.d/common.just

This file was deleted.

61 changes: 0 additions & 61 deletions .just.d/linux.just

This file was deleted.

15 changes: 0 additions & 15 deletions .just.d/misc.just

This file was deleted.

69 changes: 0 additions & 69 deletions .just.d/tools.just

This file was deleted.

42 changes: 0 additions & 42 deletions .just.d/vars.just

This file was deleted.

15 changes: 0 additions & 15 deletions Justfile

This file was deleted.

Binary file removed _assets/windows-1.png
Binary file not shown.
11 changes: 0 additions & 11 deletions bootstrap/components/emacs.sh

This file was deleted.

Loading
Loading