Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuladog/arch-xfce-hardened
Installer and hardened configs for my Arch box
https://github.com/kuladog/arch-xfce-hardened
arch-linux arch-linux-installation configuration dotfiles hardening installer linux
Last synced: 6 days ago
JSON representation
Installer and hardened configs for my Arch box
- Host: GitHub
- URL: https://github.com/kuladog/arch-xfce-hardened
- Owner: kuladog
- Created: 2021-04-30T18:50:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T04:43:10.000Z (about 3 years ago)
- Last Synced: 2024-11-09T17:32:26.062Z (2 months ago)
- Topics: arch-linux, arch-linux-installation, configuration, dotfiles, hardening, installer, linux
- Language: Shell
- Homepage:
- Size: 59.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Arch Xfce Hardened - (Arch-X)
### About
I made this [Arch Linux](https://archlinux.org/) installer for my own personal use, but it could work for anyone who wants a lightweight hardened system that works and looks good out of the box.
To change which apps are installed you can add or remove them from the [packages](https://github.com/kuladog/arch-xfce-hardened/blob/main/packages) script. Dotfiles and configuration files can be edited, added, or removed from the `etc`, `skel`, and `usr` directories. And, of course, read through the [install script](https://github.com/kuladog/arch-xfce-hardened/blob/main/install.sh) to make sure it's gonna do what you want.
![alt text](screen.png "Arch Xfce")
### Usage
From the [Archiso](https://archlinux.org/download/) live environment, clone this repo with one of the following options and run the install script.
1. Using curl: (included in archiso)
```sh
curl -LO https://github.com/kuladog/arch-xfce-hardened/archive/main.zipbsdtar xf main.zip
cd arch-xfce-hardened-main
bash install.sh
```2. Using git: (need to install)
```sh
pacman -Syypacman install git
git clone https://github.com/kuladog/arch-xfce-hardened.git
cd arch-xfce-hardened
bash install.sh
```### Disclaimer
This was just a fun project to get some bash time in... and kill off some pandemic boredom. As a general use installer it has limitations, but it does what it's supposed to do—for me—perfectly. :smiley: