diff --git a/new.sh b/new.sh index 0c246c5..3ae8c49 100644 --- a/new.sh +++ b/new.sh @@ -13,5 +13,7 @@ echo -e "${YELLOW}Nuevo usuario: ${NC}" read usuario adduser $usuario usermod -aG sudo $usuario +cp /etc/skel/.bashrc /home/$usuario/ +cp /etc/skel/.bash_aliases /home/$usuario/ wget -q -O- https://avc.cx/ifaces | bash echo -e "${GREEN}Hecho. Reinicia${NC}" \ No newline at end of file