diff options
author | Karel Kočí <cynerd@email.cz> | 2016-09-09 19:35:58 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-09-09 19:35:58 +0200 |
commit | 6548be01a73d09c20f8ff4b1bca3af2cba5b7639 (patch) | |
tree | 92f7baaf27eaf26c45fa49f5a453c185a316aba6 /install | |
parent | d75aca2ebaadb83c1a1b9793a65d13048411dbf2 (diff) | |
download | myconfigs-6548be01a73d09c20f8ff4b1bca3af2cba5b7639.tar.gz myconfigs-6548be01a73d09c20f8ff4b1bca3af2cba5b7639.tar.bz2 myconfigs-6548be01a73d09c20f8ff4b1bca3af2cba5b7639.zip |
Update vim plugins and add starme do install script
Also vim plugin figitive is removed. Not that its bad plugin, I just
not using it at all.
Diffstat (limited to 'install')
-rwxr-xr-x | install | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -25,7 +25,7 @@ dodiff() { } diff() { # Iterate trough source directory but ignore any git repositories - # Note that its design decision to not iterate trough target directory. + # Note that it's design decision to not iterate trough target directory. if [ -d "$1" ]; then # This is check if we have correct inst command basically. If it is # directory than it have to have trailing slash to ensure that no @@ -109,7 +109,8 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then inst config/i3blocks/ ~/.config/i3blocks inst config/i3status/ ~/.config/i3status inst config/dunst/ ~/.config/dunst - inst local/bin/mxrandr ~/.local/bin/mxrandr + inst local/bin/mxrandr ~/.local/bin/ + inst local/bin/startme ~/.local/bin/ fi read -p "Install Conkeror configuration? (Y/n) " |