mirror of
https://github.com/10h30/endeavouros-i3wm-setup.git
synced 2026-07-11 18:55:54 +09:00
Delete injecting_scriplet
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user