diff options
author | Audric Schiltknecht <storm@chemicalstorm.org> | 2016-07-14 11:50:44 -0400 |
---|---|---|
committer | Audric Schiltknecht <storm@chemicalstorm.org> | 2016-07-14 11:50:44 -0400 |
commit | 7d9b93d54d74399397bac39ed71f7924b006a5bb (patch) | |
tree | 8924c3d922efae62c86f922bfabaf829277e379b | |
parent | 1ed28817efd4f415aee0c8a2b5b6772edfc2c58e (diff) | |
download | dotfiles-7d9b93d54d74399397bac39ed71f7924b006a5bb.tar.gz dotfiles-7d9b93d54d74399397bac39ed71f7924b006a5bb.tar.bz2 dotfiles-7d9b93d54d74399397bac39ed71f7924b006a5bb.zip |
Add submodule to firejail repository
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | firejail | 0 | ||||
-rwxr-xr-x | install.sh | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 4f0ab52..f9dcba1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -34,3 +34,6 @@ [submodule "applis/powerline-shell"] path = applis/powerline-shell url = https://github.com/milkbikis/powerline-shell.git +[submodule "firejail"] + path = firejail + url = git@git.chemicalstorm.org:perso/storm/firejail diff --git a/firejail b/firejail new file mode 160000 +Subproject 3b6ab39c34e81879162512535f4e614c5ef5c87 @@ -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 |