From 02a2196150b16ee1c343a5587cadb177016fe222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 15 Oct 2016 19:22:44 +0200 Subject: Update files to changes done while abandoning systemd Now I use openrc. --- install | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'install') diff --git a/install b/install index 5335f86..a9d990e 100755 --- a/install +++ b/install @@ -15,12 +15,14 @@ read -p "Install Bashrc? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst bashrc ~/.bashrc inst shellrc ~/.shellrc + inst profile ~/.profile fi read -p "Install zshrc? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst zshrc ~/.zshrc inst shellrc ~/.shellrc + inst zprofile ~/.zprofile fi read -p "Install GIT configuration? (Y/n) " @@ -41,9 +43,6 @@ fi read -p "Install email synchronization? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then - inst external/annoyme/src/annoyme ~/.local/bin/ - inst external/annoyme/src/annoyme-request ~/.local/sbin/ - inst config/systemd/user/syncemail.service ~/.config/systemd/user inst_email_sync # Contains: # inst local/sbin/syncemail ~/.local/sbin/ @@ -71,7 +70,9 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then inst config/i3status/ ~/.config/i3status inst config/dunst/ ~/.config/dunst inst local/bin/mxrandr ~/.local/bin/ - inst local/bin/startme ~/.local/bin/ + inst local/bin/sys-reboot ~/.local/bin/ + inst local/bin/sys-shutdown ~/.local/bin/ + inst local/bin/sys-suspend ~/.local/bin/ fi read -p "Install Conkeror configuration? (Y/n) " -- cgit v1.2.3