Files
dotfiles/install
Aaron Gutierrez 41dd5dfd8d no tic, kitty
2020-12-05 15:45:47 -08:00

8 lines
228 B
Bash
Executable File

#!/bin/bash
set -e
git pull origin master;
rsync --exclude ".git/" --exclude ".git*" --exclude "install" --exclude "profiles" --exclude "py3status" --exclude "bin/" --exclude "terminal_profile.terminal" -avhE --no-perms . ~