home · contact · privacy
To Buster EeePC setup, add bashrc.
[config] / buster / setup_scripts / setup_eeepc.sh
index 86023781a320f246dbd9136eb1e79f62d10c6e44..289a1a5f486ab03f6ce6342fc00c6cb1a6a7f739 100755 (executable)
@@ -16,6 +16,8 @@ cd "${setup_scripts_dir}"
 
 if [ ! -d "/home/plom" ]; then
     adduser --disabled-password --gecos "" plom
+    usermod -a -G sudo plom
     su -c "cd && git clone https://plomlompom.com/repos/clone/config" plom
     su -c "~/config/buster/setup_scripts/copy_dirtree.sh ~/config/buster/home_files ~ eeepc" plom
+    su -c "echo 2 > ~/.shell_prompt_color"
 fi