From 6dc05201c0f5fbd458b2ef76ca78f0898ae0954e Mon Sep 17 00:00:00 2001 From: Antoine Date: Thu, 28 Mar 2024 12:02:53 +0100 Subject: [PATCH] rename sync script --- sync_dotfiles_from_local | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 sync_dotfiles_from_local diff --git a/sync_dotfiles_from_local b/sync_dotfiles_from_local new file mode 100755 index 0000000..01328ed --- /dev/null +++ b/sync_dotfiles_from_local @@ -0,0 +1,10 @@ +#!/bin/bash + +rsync -av ~/.bashrc bashrc +rsync -av ~/.bash_profile bash_profile +rsync -av ~/.bashrc bashrc +rsync -av ~/.alacritty.toml alacritty.toml +rsync -av ~/.config/nvim/lua/user/init.lua init.lua +rsync -av ~/.config/karabiner/assets/complex_modifications/custom-capslock.json custom-capslock.json +rsync -av ~/.config/nvim/lua/user/init.lua init.lua +rsync -av ~/.config/karabiner/karabiner.json karabiner.json