diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | ef76de9cd2829069b78e438bf788a76b0b85c583 (patch) | |
| tree | 47845e9c24c3ab7301786137933c1f4fe04e6825 /update.sh | |
hello, world
Diffstat (limited to 'update.sh')
| -rw-r--r-- | update.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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/ + |
