From c58abab9e5f14fdabb1ea8b314c370fb515b7b69 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 26 Oct 2022 12:05:56 -0600 Subject: havent updated these in a while --- update.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 update.sh (limited to 'update.sh') diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..e34263a --- /dev/null +++ b/update.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +cp ~/.alacritty.yml ./alacritty/.alacritty.yml +cp -r ~/.bash ./bash +cp ~/.bash_profile ./bash +cp ~/.bashrc ./bash +cp ~/.tmux.conf ./tmux +cp ~/.vimrc ./vim +cp ~/.vim/coc-settings.json ./vim +cp ~/.xinitrc* ./x +cp ~/.Xresources ./x + -- cgit v1.2.3