diff options
author | Karel Kočí <cynerd@email.cz> | 2017-05-03 16:33:03 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-05-03 16:33:03 +0200 |
commit | 98305e117e89073e5debca2db60d4cb12b6ad7d0 (patch) | |
tree | be80a2e28726f2ee09a7fc6a5ba0925c4ed26f79 /install | |
parent | cd4f173dbb4da9f9f6e616a13468a4d229e02af5 (diff) | |
download | myconfigs-98305e117e89073e5debca2db60d4cb12b6ad7d0.tar.gz myconfigs-98305e117e89073e5debca2db60d4cb12b6ad7d0.tar.bz2 myconfigs-98305e117e89073e5debca2db60d4cb12b6ad7d0.zip |
Install user-dirs.dirs
Diffstat (limited to 'install')
-rwxr-xr-x | install | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -81,7 +81,7 @@ if ask "Install mutt configuration?"; then mkdir -p ~/.cache/mutt # directory for temporaly html files fi -if ask "Install i3 configuration and related tools?"; then +if ask "Install desktop (i3..)?"; then inst xinitrc ~/.xinitrc inst Xresources ~/.Xresources inst config/i3/ ~/.config/i3 @@ -98,6 +98,8 @@ if ask "Install i3 configuration and related tools?"; then inst gtk-2.0/gtkrc ~/.gtkrc-2.0 inst gtk-3.0/ ~/.config/gtk-3.0/ inst config/Trolltech.conf ~/.config/Trolltech.conf + # User directories + inst config/user-dirs.dirs ~/.config/user-dirs.dirs fi if ask "Install Conkeror configuration?"; then |