From 7a9749c26f521315d28e2b84de3b6501fac584b1 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Tue, 11 Aug 2020 11:03:22 -0400 Subject: [PATCH] Clean up some files --- bin/update-msys-shell | 2 +- tmux.conf => linux/config/tmux.conf | 0 racketrc | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) rename tmux.conf => linux/config/tmux.conf (100%) delete mode 100644 racketrc diff --git a/bin/update-msys-shell b/bin/update-msys-shell index 3e26bb0..58fd88c 100644 --- a/bin/update-msys-shell +++ b/bin/update-msys-shell @@ -9,9 +9,9 @@ if [[ -d "/c/msys64" ]]; then shell_is_mingw is_mingw if [[ $is_mingw -eq 1 ]]; then printf "${BOLD}${YELLOW}Updating MSYS Shell${NORMAL}\n" - printf "${BOLD}Note: when this finishes, restart your shell and re-run this script in order to update applications, or manually run ${YELLOW}pacman -Su${NORMAL}\n" pacman -Syu printf "${BOLD}${GREEN}Done!${NORMAL}\n" + printf "\n${BOLD}If you've been asked to close the shell then once you reopen it, run ${YELLOW}pacman -Su${NORMAL} to finish updating.\n" else error "Please re-run this in a MinGW shell.\n" exit 1 diff --git a/tmux.conf b/linux/config/tmux.conf similarity index 100% rename from tmux.conf rename to linux/config/tmux.conf diff --git a/racketrc b/racketrc deleted file mode 100644 index f442db7..0000000 --- a/racketrc +++ /dev/null @@ -1 +0,0 @@ -(require xrepl)