aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall5
1 files changed, 5 insertions, 0 deletions
diff --git a/install b/install
index fd4a9f0..15b8994 100755
--- a/install
+++ b/install
@@ -30,6 +30,11 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then
inst local/git-prompt.sh ~/.local/
fi
+read -p "Install configurations for various utility tools? (Y/n) "
+if [[ $REPLY =~ ^[Yy]?$ ]]; then
+ inst screenrc ~/.screenrc
+fi
+
read -p "Install user services? (Y/n) "
if [[ $REPLY =~ ^[Yy]?$ ]]; then
inst local/sbin/user-service.sh ~/.local/sbin/user-service.sh