From aeb32f68dd400134c74530572f28ba8ef556a388 Mon Sep 17 00:00:00 2001 From: Antoine Date: Tue, 26 Mar 2024 17:40:51 +0100 Subject: [PATCH] removed sync_dotfiles from repo --- sync_dotfiles | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 sync_dotfiles diff --git a/sync_dotfiles b/sync_dotfiles deleted file mode 100755 index 01328ed..0000000 --- a/sync_dotfiles +++ /dev/null @@ -1,10 +0,0 @@ -#!/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