Compare commits
2 commits
f357ee61fa
...
a23835ac86
| Author | SHA1 | Date | |
|---|---|---|---|
| a23835ac86 | |||
| a119a8e7cb |
2 changed files with 53 additions and 35 deletions
|
|
@ -7,37 +7,46 @@ default_target_type = "symbolic"
|
||||||
depends = [ "niri" ]
|
depends = [ "niri" ]
|
||||||
|
|
||||||
[default.files]
|
[default.files]
|
||||||
"configs/fish" = "~/.config/fish"
|
|
||||||
"configs/alacritty" = "~/.config/alacritty"
|
|
||||||
"configs/atuin" = "~/.config/atuin"
|
|
||||||
"configs/bat" = "~/.config/bat"
|
|
||||||
"configs/containers" = "~/.config/containers"
|
"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/mpv" = "~/.config/mpv"
|
||||||
"configs/nvim" = "~/.config/nvim"
|
|
||||||
"configs/rofi" = "~/.config/rofi"
|
|
||||||
"configs/swappy" = "~/.config/swappy"
|
"configs/swappy" = "~/.config/swappy"
|
||||||
|
|
||||||
|
[default.variables]
|
||||||
|
|
||||||
|
[wm.files]
|
||||||
|
"configs/mako" = "~/.config/mako"
|
||||||
"configs/swaync" = "~/.config/swaync"
|
"configs/swaync" = "~/.config/swaync"
|
||||||
"configs/uwsm" = "~/.config/uwsm"
|
"configs/uwsm" = "~/.config/uwsm"
|
||||||
"configs/vimiv" = "~/.config/vimiv"
|
"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]
|
|
||||||
|
|
||||||
[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"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,12 @@
|
||||||
[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