Simple scripts I decided to write to automate my linux installations after (way) too many of them done manually.
The docker and the build things are just here for testing purposes.
This projet was inspired by exegol. Awesome project, go check it out !
# apt install git
$ git clone https://github.com/0xblank/linux_install.git
# ./install/entrypoint.sh
The script must be run as with root privileges so it can install packages and everything
You can edit the packages and git_repositories files to install your own packages and git repositories.
Create an issue or a pull request and I will check it out.
- Support Ubuntu
- Add git repositories
- Add debian/ubuntu repositories for
- codium
- lspci
- poetry
- Put config files in the right spots
- i3 or sway
- terminator
- zshrc
- Make custom installs
- rust and the cargo crates from
cratesfiles - go
- oh my zsh
- zinit
- Docker
- Starship
- Vagrant
- Exegol
- Burp
- (maybe) VM ware workstation pro
- (maybe) virtualbox
- Vagrant
- Obsidian
- Helix
- rust and the cargo crates from
- Generate rsa keys pairs
- github
- gitlab
- servers
- Add commands wrapper with multiple options (like exegol)
- (maybe) create multiple premade profiles
- (maybe) add fully customisable install (chose of packets, repos, shell ...)
- Add log file
- Check if the image exists before deleting it
- Add github actions to build the image and check everything work
- Add tests to check everything is installed
- Add github action to build the image and run the tests
- Add a menu with options
- Add other distribution support (like arch)