Delete injecting_scriplet

This commit is contained in:
Johannes Kamprad
2020-12-16 15:49:50 +01:00
committed by GitHub
parent 48c33588f7
commit 42e59bdde6
-15
View File
@@ -1,15 +0,0 @@
_desktop_i3(){
# i3 configs here
# Note: variable 'desktop' from '_another_case' is visible here too!
git clone https://github.com/endeavouros-team/i3-EndeavourOS.git
pushd i3-EndeavourOS >/dev/null
cp -R .config /home/$NEW_USER/
cp -R .config ~/
chmod -R +x ~/.config/i3/scripts /home/$NEW_USER/.config/i3/scripts
cp .gtkrc-2.0 ~/
cp .gtkrc-2.0 /home/$NEW_USER/
chown -R $NEW_USER:users /home/$NEW_USER/.config
popd >/dev/null
rm -rf i3-EndeavourOS
}