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 /install.sh | |
parent | 1ed28817efd4f415aee0c8a2b5b6772edfc2c58e (diff) | |
download | dotfiles-7d9b93d54d74399397bac39ed71f7924b006a5bb.tar.gz dotfiles-7d9b93d54d74399397bac39ed71f7924b006a5bb.tar.bz2 dotfiles-7d9b93d54d74399397bac39ed71f7924b006a5bb.zip |
Add submodule to firejail repository
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |