aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-04-10 12:39:43 +0200
committerKarel Kočí <karel.koci@nic.cz>2017-04-10 12:39:43 +0200
commit968eb80c3fa1d3581186e47ff8d3c7a32aa6b577 (patch)
tree5a6e3dde8c1b325e2781c28644b9c7557ef669f3 /install
parent33fd0875249b867dffd256d4a3eeb41475511647 (diff)
downloadmyconfigs-968eb80c3fa1d3581186e47ff8d3c7a32aa6b577.tar.gz
myconfigs-968eb80c3fa1d3581186e47ff8d3c7a32aa6b577.tar.bz2
myconfigs-968eb80c3fa1d3581186e47ff8d3c7a32aa6b577.zip
Add screenrc
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