From c8ea29f29fb478128e564d17eadc54deb5a9c899 Mon Sep 17 00:00:00 2001 From: pgrondek Date: Sun, 30 Jun 2019 16:31:03 +0200 Subject: [PATCH] [install.sh] Fix installation for local applications --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 200e66a..412b0b1 100755 --- a/install.sh +++ b/install.sh @@ -18,6 +18,7 @@ mkdir -p $HOME/.config/i3 mkdir -p $HOME/.config/dunst mkdir -p $HOME/bin/ mkdir -p $HOME/.ssh +mkdir -p $HOME/.local/share/applications ln -s $(pwd)/vimrc $HOME/.vimrc ln -s $(pwd)/bashrc $HOME/.bashrc