Add copy-links arg to rsync command
This commit is contained in:
parent
1ec3a4484c
commit
ce9fa7c342
|
@ -1,10 +1,10 @@
|
|||
{...}: {
|
||||
imports = [./default.nix ./git/work.nix ./ssh/work.nix];
|
||||
programs.fish.functions.fsync = ''
|
||||
rsync -avz --filter=':- .gitignore' --exclude='.git*'\
|
||||
rsync -avz --copy-links --filter=':- .gitignore' --exclude='.git*'\
|
||||
--delete-during --delete-excluded\
|
||||
$HOME/.config/nvim/ freia:.config/nvim
|
||||
rsync -avz --delete-during --delete-excluded\
|
||||
rsync -avz --copy-links --delete-during --delete-excluded\
|
||||
$HOME/.config/starship.toml freia:.config/starship.toml
|
||||
'';
|
||||
programs.firefox.profiles.default = {
|
||||
|
|
Loading…
Reference in a new issue