feat: working sync script

This commit is contained in:
2025-03-04 21:15:47 +00:00
parent 1b5d6b1a59
commit 1b50900993
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# This file contains fish universal variable definitions.
# VERSION: 3.0
SETUVAR __fish_initialized:3400
SETUVAR __fish_initialized:3800
SETUVAR _fisher_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fisher\x2efish\x1e\x7e/\x2econfig/fish/completions/fisher\x2efish
SETUVAR _fisher_plugins:jorgebucaran/fisher
SETUVAR _fisher_upgraded_to_4_4:\x1d

View File

@ -66,6 +66,6 @@ arch = [
"xorg-server",
"xorg-xinit",
"yay",
"zram-generator", "lazygit",
"zram-generator", "lazygit", "logseq-desktop-bin",
]

View File

@ -1,4 +1,4 @@
for file in ".config"/*; do
echo $file
echo "rsync -av ~/$file .config/$file --delete"
echo "rsync -av ~/$file .config --delete"
rsync -av ~/$file .config --delete
done