aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-10-15 19:22:44 +0200
committerKarel Kočí <cynerd@email.cz>2016-10-15 19:22:44 +0200
commit02a2196150b16ee1c343a5587cadb177016fe222 (patch)
tree8ef95619620a4689a12d26eff0a0287954a2cd3c /install
parentb17cad80bfaf348ce805868dc4b35211a4c32906 (diff)
downloadmyconfigs-02a2196150b16ee1c343a5587cadb177016fe222.tar.gz
myconfigs-02a2196150b16ee1c343a5587cadb177016fe222.tar.bz2
myconfigs-02a2196150b16ee1c343a5587cadb177016fe222.zip
Update files to changes done while abandoning systemd
Now I use openrc.
Diffstat (limited to 'install')
-rwxr-xr-xinstall9
1 files changed, 5 insertions, 4 deletions
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) "