Compare commits
No commits in common. "a23835ac867d822cdb2fc53c0fe023715bb79288" and "f357ee61fae2cb53639fa0c7d430a783008d61f8" have entirely different histories.
a23835ac86
...
f357ee61fa
2 changed files with 35 additions and 53 deletions
|
|
@ -1,52 +1,43 @@
|
||||||
[settings]
|
[settings]
|
||||||
default_target_type = "symbolic"
|
default_target_type = "symbolic"
|
||||||
|
|
||||||
[helpers]
|
[helpers]
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
depends = [ "niri" ]
|
depends = ["niri"]
|
||||||
|
|
||||||
[default.files]
|
[default.files]
|
||||||
"configs/containers" = "~/.config/containers"
|
"configs/fish" = "~/.config/fish"
|
||||||
"configs/mpv" = "~/.config/mpv"
|
"configs/alacritty" = "~/.config/alacritty"
|
||||||
"configs/swappy" = "~/.config/swappy"
|
"configs/atuin" = "~/.config/atuin"
|
||||||
|
"configs/bat" = "~/.config/bat"
|
||||||
|
"configs/containers" = "~/.config/containers"
|
||||||
|
"configs/fzf" = "~/.config/fzf"
|
||||||
|
"configs/ghostty" = "~/.config/ghostty"
|
||||||
|
"configs/git" = "~/.config/git"
|
||||||
|
"configs/hypr/base" = "~/.config/hypr"
|
||||||
|
"configs/kitty" = "~/.config/kitty"
|
||||||
|
"configs/lazygit" = "~/.config/lazygit"
|
||||||
|
"configs/mako" = "~/.config/mako"
|
||||||
|
"configs/mise" = "~/.config/mise"
|
||||||
|
"configs/mpv" = "~/.config/mpv"
|
||||||
|
"configs/nvim" = "~/.config/nvim"
|
||||||
|
"configs/rofi" = "~/.config/rofi"
|
||||||
|
"configs/swappy" = "~/.config/swappy"
|
||||||
|
"configs/swaync" = "~/.config/swaync"
|
||||||
|
"configs/uwsm" = "~/.config/uwsm"
|
||||||
|
"configs/vimiv" = "~/.config/vimiv"
|
||||||
|
"configs/waybar" = "~/.config/waybar"
|
||||||
|
"configs/wezterm" = "~/.config/wezterm"
|
||||||
|
"configs/wlogout" = "~/.config/wlogout"
|
||||||
|
"configs/wpaperd" = "~/.config/wpaperd"
|
||||||
|
"configs/yazi" = "~/.config/yazi"
|
||||||
|
"configs/systemd" = "~/.config/systemd"
|
||||||
|
"configs/zed" = "~/.config/zed"
|
||||||
|
|
||||||
[default.variables]
|
|
||||||
|
|
||||||
[wm.files]
|
[default.variables]
|
||||||
"configs/mako" = "~/.config/mako"
|
|
||||||
"configs/swaync" = "~/.config/swaync"
|
|
||||||
"configs/uwsm" = "~/.config/uwsm"
|
|
||||||
"configs/vimiv" = "~/.config/vimiv"
|
|
||||||
|
|
||||||
[niri.files]
|
[niri.files]
|
||||||
"configs/niri/base" = "~/.config/niri"
|
"configs/niri/base" = "~/.config/niri"
|
||||||
"configs/noctalia" = "~/.config/noctalia"
|
"configs/noctalia" = "~/.config/noctalia"
|
||||||
|
|
||||||
[hyprland.files]
|
|
||||||
"configs/hypr/base" = "~/.config/hypr"
|
|
||||||
|
|
||||||
[wayland-composed.files]
|
|
||||||
"configs/rofi" = "~/.config/rofi"
|
|
||||||
"configs/waybar" = "~/.config/waybar"
|
|
||||||
"configs/wlogout" = "~/.config/wlogout"
|
|
||||||
"configs/wpaperd" = "~/.config/wpaperd"
|
|
||||||
|
|
||||||
|
|
||||||
[shell.files]
|
|
||||||
"configs/alacritty" = "~/.config/alacritty"
|
|
||||||
"configs/atuin" = "~/.config/atuin"
|
|
||||||
"configs/bat" = "~/.config/bat"
|
|
||||||
"configs/fish" = "~/.config/fish"
|
|
||||||
"configs/fzf" = "~/.config/fzf"
|
|
||||||
"configs/ghostty" = "~/.config/ghostty"
|
|
||||||
"configs/git" = "~/.config/git"
|
|
||||||
"configs/kitty" = "~/.config/kitty"
|
|
||||||
"configs/lazygit" = "~/.config/lazygit"
|
|
||||||
"configs/wezterm" = "~/.config/wezterm"
|
|
||||||
"configs/yazi" = "~/.config/yazi"
|
|
||||||
|
|
||||||
[dev.files]
|
|
||||||
"configs/mise" = "~/.config/mise"
|
|
||||||
"configs/nvim" = "~/.config/nvim"
|
|
||||||
"configs/zed" = "~/.config/zed"
|
|
||||||
|
|
|
||||||
13
.taplo.toml
13
.taplo.toml
|
|
@ -1,12 +1,3 @@
|
||||||
[formatting]
|
[formatting]
|
||||||
inline_table_expand = false
|
inline_table_expand = false
|
||||||
array_auto_expand = false
|
array_auto_expand = false
|
||||||
align_entries = true
|
|
||||||
align_comments = true
|
|
||||||
array_auto_collapse = false
|
|
||||||
compact_arrays = false
|
|
||||||
compact_inline_tables = false
|
|
||||||
indent_tables = true
|
|
||||||
indent_entries = true
|
|
||||||
reorder_keys = true
|
|
||||||
reorder_inline_tables = true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue