aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-10-26 12:05:56 -0600
committerBryson Steck <brysonsteck@protonmail.com>2022-10-26 12:05:56 -0600
commitc58abab9e5f14fdabb1ea8b314c370fb515b7b69 (patch)
tree373f7ecbeebb90ae9664138ffe0dfb1272584b9d /update.sh
parent8a7a01214c68b6a4c2f6531d0d1dea6415fe9c89 (diff)
downloaddotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar
dotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar.gz
dotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar.bz2
havent updated these in a while
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh12
1 files changed, 12 insertions, 0 deletions
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
+