Move files out of their respective fs structure into program dirs in root and symlink dotfils using HM.
This commit is contained in:
parent
10bab010b7
commit
fb2adb4547
72 changed files with 9 additions and 0 deletions
|
|
@ -20,9 +20,18 @@
|
|||
fd
|
||||
jq
|
||||
starship
|
||||
fastfetch
|
||||
];
|
||||
file = {
|
||||
".zshrc".source = ../zsh/.zshrc;
|
||||
".config/nvim".source = ../nvim;
|
||||
".config/yazi".source = ../yazi;
|
||||
".config/starship.toml".source = ../starship/starship.toml;
|
||||
".tmux.conf".source = ../tmux/.tmux.conf;
|
||||
".config/tmux".source = ../tmux;
|
||||
".config/bat".source = ../bat;
|
||||
".config/ghostty".source = ../ghostty;
|
||||
".config/confutils".source = ../confutils;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue