linux-setup-script/README.md

21 lines
880 B
Markdown
Raw Permalink Normal View History

2023-08-23 06:07:50 -04:00
## Helper Script to Setup a Fresh [EndeavourOS](https://endeavouros.com/) or Arch Linux Installation
2023-03-26 23:15:29 -04:00
2024-07-09 13:00:53 -04:00
Copy and Paste into Terminal to download and launch:
- Needs yad installed on the system (pacman -S yad)
2023-08-23 05:57:30 -04:00
````
2023-08-23 06:07:50 -04:00
cd ~/Downloads/ && wget -q -O Linux_Toolbox.sh https://git.zinchuk.xyz/yuriy/Linux-Setup-Script/raw/branch/main/Linux_Toolbox.sh && chmod +x Linux_Toolbox.sh && bash Linux_Toolbox.sh
2023-08-23 05:57:30 -04:00
````
2023-03-27 00:05:07 -04:00
2023-08-23 05:57:30 -04:00
- Install Software through Pacman/Paru
2023-08-23 06:07:50 -04:00
- paru, htop, librewolf, brave, docker, docker-compose
- Install packages from a Pacman Export List
- Change System Settings
- Import KDE Settings through Konsave
- Change sudo timeout, change grub timeout, insert [Flexo Local Update Repo](https://github.com/nroi/flexo), enable ssh
2023-08-23 06:02:20 -04:00
2023-08-23 06:08:26 -04:00
***
2023-08-23 06:02:20 -04:00
<p align="center">
2024-07-06 17:26:03 -04:00
<img width="400" src="https://git.zinchuk.xyz/yuriy/linux-setup-script/raw/branch/main/Assets/preview-2024-07-06.png">
2023-08-23 06:02:20 -04:00
</p>