mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
update dotfiles paths
This commit is contained in:
parent
09729e00e0
commit
9a0ba1fef0
6 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
file = {
|
||||
btop = {
|
||||
recursive = true;
|
||||
source = ../dotfiles/btop;
|
||||
source = ../../../dotfiles/btop;
|
||||
target = "./.config/btop";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
];
|
||||
file = {
|
||||
eslint_d_config = {
|
||||
source = ../dotfiles/eslintrc.json;
|
||||
source = ../../../dotfiles/eslintrc.json;
|
||||
target = "./.config/.eslintrc.json";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
file = {
|
||||
lazygit = {
|
||||
recursive = true;
|
||||
source = ../dotfiles/lazygit;
|
||||
source = ../../../dotfiles/lazygit;
|
||||
target = "./.config/lazygit";
|
||||
};
|
||||
gh = {
|
||||
source = ../dotfiles/gh/config.yml;
|
||||
source = ../../../dotfiles/gh/config.yml;
|
||||
target = "./.config/gh/config.yml";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
file = {
|
||||
rofi = {
|
||||
recursive = true;
|
||||
source = ../dotfiles/rofi;
|
||||
source = ../../../dotfiles/rofi;
|
||||
target = "./.config/rofi";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
file = {
|
||||
kitty = {
|
||||
recursive = true;
|
||||
source = ../dotfiles/kitty;
|
||||
source = ../../../dotfiles/kitty;
|
||||
target = "./.config/kitty";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -21,7 +21,7 @@ in
|
|||
file = {
|
||||
p10k = {
|
||||
recursive = true;
|
||||
source = ../dotfiles/.p10k.zsh;
|
||||
source = ../../../dotfiles/.p10k.zsh;
|
||||
target = ".p10k.zsh";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue