diff options
author | Tom Barrett <spalf0@gmail.com> | 2019-11-21 07:13:36 -0600 |
---|---|---|
committer | Tom Barrett <spalf0@gmail.com> | 2019-11-21 07:13:36 -0600 |
commit | 2f1391705c2e1eeefd6d23da1a1a42aa329a14d3 (patch) | |
tree | d3610f3a1d1ce19ac6851d464d6885a6adf116d7 | |
parent | 5392b84f7a413657facfc47902227024456e03a3 (diff) |
user setup for lxc
-rwxr-xr-x | build | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ make -C $DWMSTS_DIR # fish setup cp -r $RC_DIR'/.config/fish' $HOME'/.config/' +# lxc setup +cp -r $RC_DIR'/.config/lxc' $HOME'/.config' +chmod a+rw $HOME'/.local/' $HOME'/.local/share' + # freedesktop setup cp $RC_DIR'/.config/user-dirs.dirs' $HOME'/.config/' |