⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

gerundium/User-shell-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gerundium user shell setup

🏠 This repository contains shell scripts that will configure the basic user shell.

alt text

TL;DR;

Docker examples

# Start a docker container with ubuntu linux
docker run --name ubuntu -it \           
        --volume="$PWD:/transfer" \
        ubuntu:jammy

# or
# Start a docker container with rocky linux
docker run --name rocky -it \
        --volume="$PWD:/transfer" \
        rockylinux:9

# Execute installation script inside the container
bash /transfer/00_install.sh

About

Shell scripts that will configure the users shell

Topics

Resources

License

Stars

Watchers

Forks

Languages