From ef76de9cd2829069b78e438bf788a76b0b85c583 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: hello, world --- update.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 update.sh (limited to 'update.sh') diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..6198d05 --- /dev/null +++ b/update.sh @@ -0,0 +1,10 @@ +rm -rf .config/ +mkdir .config/ + +# Alacritty +cp -r ~/.config/alacritty ./.config/ + +# Neovim +cp -r ~/.config/nvim ./.config/ +rm -rf ./.config/nvim/site/ + -- cgit v1.3-2-g0d8e