summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2016-07-14 11:50:44 -0400
committerAudric Schiltknecht <storm@chemicalstorm.org>2016-07-14 11:50:44 -0400
commit7d9b93d54d74399397bac39ed71f7924b006a5bb (patch)
tree8924c3d922efae62c86f922bfabaf829277e379b /install.sh
parent1ed28817efd4f415aee0c8a2b5b6772edfc2c58e (diff)
downloaddotfiles-7d9b93d54d74399397bac39ed71f7924b006a5bb.tar.gz
dotfiles-7d9b93d54d74399397bac39ed71f7924b006a5bb.tar.bz2
dotfiles-7d9b93d54d74399397bac39ed71f7924b006a5bb.zip
Add submodule to firejail repository
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 5fabb96..b5bc5e6 100755
--- a/install.sh
+++ b/install.sh
@@ -24,6 +24,9 @@ ln -s $CURRENT_PATH/screenrc ~/.screenrc
ln -s $CURRENT_PATH/fonts ~/.fonts
fc-cache -vf ~/.fonts
+mkdir -p ~/.config
+ln -s $CURRENT_PATH/firejail ~/.config/firejail
+
ln -s $CURRENT_PATH/bin ~/bin
cp $CURRENT_PATH/applis/powerline-shell-config.py.dist $CURRENT_PATH/applis/powerline-shell/config.py