https://github.com/hypnoglow/manjaro-bootstrap
Manjaro Linux bootstrap :battery:
https://github.com/hypnoglow/manjaro-bootstrap
bootstrap manjaro-bootstrap profile
Last synced: 3 months ago
JSON representation
Manjaro Linux bootstrap :battery:
- Host: GitHub
- URL: https://github.com/hypnoglow/manjaro-bootstrap
- Owner: hypnoglow
- License: mit
- Created: 2016-05-10T15:31:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T08:40:37.000Z (over 7 years ago)
- Last Synced: 2025-06-03T17:21:38.626Z (about 1 year ago)
- Topics: bootstrap, manjaro-bootstrap, profile
- Language: Shell
- Homepage:
- Size: 47.9 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# manjaro-bootstrap
A simple script that brings Manjaro Linux system to a consistent state,
e.g. after a fresh installation.
## Bootstrapping
Clone this repo:
git clone https://github.com/hypnoglow/manjaro-bootstrap.git
cd manjaro-bootstrap
See usage info:
./bootstrap -h
There are several profiles available.
Choose one for your current system, then run:
./bootstrap
If you have any issues with pacman keys during a system update, run bootstrap with `-k` option.
## Your own bootstrap
Feel free to fork or copy this repo to create your own bootstrap script.
You can adjust profiles, packages and other stuff to your needs.
## Additional information
There is a [Vagrantfile](https://github.com/hypnoglow/manjaro-bootstrap/blob/master/Vagrantfile) in this repository. You can use it to test this boostrap and to see what it does without any changes to your current system.
## License
[MIT](https://github.com/hypnoglow/manjaro-bootstrap/blob/master/LICENCE)