A tool providing access to documentation and support for new Manjaro users.
View Demo
·
Report Bug
·
Request Feature
·
Send a Pull Request
- Steps mechanism
- Release Notes (redirect to Manjaro Blog)
- Showing System Details (System name-version, kernel info, host info, CPU, memory, swap)
- Set fastest mirrors (
pacman-mirrors --fasttrack 5
) - Check system updates and update system (Open Pamac updates page)
- Install Drivers (Open MSM drivers page)
- Set date time (Open MSM date-time page)
- Install Language Packages (Open MSM Language Packages page)
- List Kernels and Install (Used MHWD cli)
- Most used package list and install them easily
- Translation Support
- Launch at start
- Dark and White color mode
- gtk3
- pamac-cli
- webkit2gtk
- mhwd
- pacman
- pamac-manager
- pkexec
- manjaro-settings-manager
- mcp-qt
- For app icons Papirus
To get a local copy up and running follow these steps.
- yarn
- Clone the repo
git clone https://github.com/oguzkaganeren/manjaro-starter.git
- Install NPM packages
yarn install
- Run with
yarn tauri dev
A PKGBUILD can be found on Manjaro GitLab. Also, Binary files will be uploaded to release page each release.
/home/<host>/.config/com.manjaro.starter
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are extremely appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Save as
src/translations/en.json
with your local json name - Translate only values(do not change keys)
- Import it at i18n.ts file and add it to resources variable
- Run
yarn tauri dev
and check your changes - Commit all changes
- Send pull request
Distributed under the GNU License. See LICENSE.md
for more information.
Oguz Kagan EREN - @oguzkagan
Project Link: https://github.com/oguzkaganeren/manjaro-starter