feat: working sync script
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
# This file contains fish universal variable definitions.
|
# This file contains fish universal variable definitions.
|
||||||
# VERSION: 3.0
|
# 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_jorgebucaran_2F_fisher_files:\x7e/\x2econfig/fish/functions/fisher\x2efish\x1e\x7e/\x2econfig/fish/completions/fisher\x2efish
|
||||||
SETUVAR _fisher_plugins:jorgebucaran/fisher
|
SETUVAR _fisher_plugins:jorgebucaran/fisher
|
||||||
SETUVAR _fisher_upgraded_to_4_4:\x1d
|
SETUVAR _fisher_upgraded_to_4_4:\x1d
|
||||||
|
@ -66,6 +66,6 @@ arch = [
|
|||||||
"xorg-server",
|
"xorg-server",
|
||||||
"xorg-xinit",
|
"xorg-xinit",
|
||||||
"yay",
|
"yay",
|
||||||
"zram-generator", "lazygit",
|
"zram-generator", "lazygit", "logseq-desktop-bin",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
for file in ".config"/*; do
|
for file in ".config"/*; do
|
||||||
echo $file
|
echo "rsync -av ~/$file .config --delete"
|
||||||
echo "rsync -av ~/$file .config/$file --delete"
|
rsync -av ~/$file .config --delete
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user