KDE/README.md

84 lines
2.1 KiB
Markdown
Raw Normal View History

2021-11-22 15:02:37 +00:00
# **How to install OlaiOS**
2021-11-22 14:49:44 +00:00
<img src="https://i.imgur.com/X8QbiuX.png"/>
2021-11-22 15:30:00 +00:00
# **Features**
- Preinstalled Steam
- Brave Browser as default browser
- Custom Neofetch Logo
- Custom wallpapers
2021-11-22 15:02:37 +00:00
# **Making a Bootable Device**
2021-11-22 15:30:00 +00:00
#### Download regular arch Linux
#### https://archlinux.org/download
#### Make a bootable USB Drive
#### For Linux and Mac Users, Download BalenaEtcher https://www.balena.io/etcher/
#### For Windows Users, Download BalenaEtcher or Rufus https://rufus.ie/en/
2021-11-22 08:20:39 +00:00
After you made a bootable USB Drive launch it from BIOS / UEFI
2021-11-22 08:30:02 +00:00
<br />After Arch Linux launches type
2021-11-22 08:20:39 +00:00
2021-11-22 15:02:37 +00:00
## **Building the OS**
sudo pacman -Syyu
#### That will update your operating system, but this may fail because of low storage, and after the update type
2021-11-22 08:41:07 +00:00
2021-11-22 15:02:37 +00:00
sudo pacman -S git
#### That will install git which will allow you to download OlaiOS
2021-11-22 08:36:49 +00:00
<br />After Git it downloaded type
2021-11-22 15:02:37 +00:00
git clone https://github.com/OlaYZen/OlaiOS.git
2021-11-22 07:17:22 +00:00
2021-11-22 15:02:37 +00:00
#### After you have git clone, go to the OlaiOS Folder by Typing
2021-11-22 12:23:27 +00:00
2021-11-22 15:02:37 +00:00
cd OlaiOS/
## **Selecting Desktop Environments**
#### Right now, There are 6 Desktop environments ready to download, there is
2021-11-22 08:30:02 +00:00
2021-11-22 08:49:05 +00:00
- Cinnamon
2021-11-22 08:49:26 +00:00
- GNOME
- KDE
- MATE
- Xfce4
2021-11-22 12:54:58 +00:00
- Budgie
2021-11-22 07:24:43 +00:00
2021-11-22 15:02:37 +00:00
#### Choose your Desktop environment by running example
cd KDE
#### After choosing your Desktop environment select your Drivers which matches your GPU by running
cd Nvidia
#### or
cd AMD
## **Start the Script**
#### After entering the Driver folder, run
chmod +x installer.sh
#### then
2021-11-22 07:17:22 +00:00
2021-11-22 15:02:37 +00:00
./installer.sh
2021-11-22 07:25:18 +00:00
2021-11-22 15:02:37 +00:00
#### All necessary files will be automatically downloaded for you,
After installation you will be asked to create an account.
Create the account and restart the computer
2021-11-22 07:17:22 +00:00
2021-11-22 15:02:37 +00:00
#### OlaiOS should be fully installed
2021-11-22 09:04:50 +00:00
2021-11-22 15:45:04 +00:00
## **Credits**
- Founder/Head Dev: OlaYZen#6969
- Discord Administrator: websoprano#2767
## **Software**
OlaiOS was made from
> **Base OS**
> - ArchLinux
2021-11-22 15:02:37 +00:00
## **Official Wiki**
2021-11-22 09:12:53 +00:00
- [Wiki](https://github.com/OlaYZen/OlaiOS/wiki)
2021-11-22 12:55:22 +00:00
- [Discord](https://discord.gg/s7VPXh3qtS)
2021-11-22 09:49:39 +00:00
- [Default Options](https://github.com/OlaYZen/OlaiOS/wiki/Default-Options)
2021-11-22 09:14:30 +00:00
- [Frequently asked Question](https://github.com/OlaYZen/OlaiOS/wiki/Frequently-asked-Question)