From 2d47d288955dd8a60810fa253e2860f09765eff5 Mon Sep 17 00:00:00 2001 From: Antoine Date: Tue, 26 Mar 2024 17:34:02 +0100 Subject: [PATCH] add sync_dotfile script to sync important files --- sync_dotfiles | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 sync_dotfiles diff --git a/sync_dotfiles b/sync_dotfiles new file mode 100755 index 0000000..01328ed --- /dev/null +++ b/sync_dotfiles @@ -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