You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
2.1 KiB

5 years ago
# LARBS
3 years ago
5 years ago
This is my modified version of lukesmithxyz's auto-rice bootstrapping scripts.
I made some changes which can be found mainly in the progs.csv.
This also installs all needed dotfiles from my .dotfiles repository.
5 years ago
In contrast to Lukes Script this one installs dwm and not i3 because it sucks less.
5 years ago
## Essentials
3 years ago
5 years ago
To get this script working you need a base installation of arch.
4 years ago
- Operating System: `Arch Linux`
- Window Manager: `dwm`
- Shell: `zsh`
- Terminal Emulator: `st`
3 years ago
- File Manager: `vifm`
4 years ago
- Application Launcher: `dmenu(_run)`
3 years ago
- Status Bar: `dwmblocks`
4 years ago
- Notification Service: `dunst`
- Text Editor: `neovim`
- Reader: `zathura`
3 years ago
- Browser: `firefox`
4 years ago
- Lockscreen: `slock`
5 years ago
3 years ago
All programs including these can be found in the `progs.csv`.
5 years ago
3 years ago
## Hotkeys
There are a bunch of hotkeys. Please visit my
[dwm](https://github.com/tiyn/dwm) and [st](https://github.com/tiyn/st)
builds and my [dotfiles](https://github.com/tiyn/.dotfiles) to see them.
5 years ago
## Preparation
3 years ago
5 years ago
A bootable base installation of Arch Linux is needed.
3 years ago
You can do a minimal install by following a
[secure guide by me](https://github.com/Tiyn/wiki/blob/master/wiki/linux/arch-linux/installation.md).
5 years ago
You don't need an existing user other than root to use larbs.
A seperate user will be created during the installation progress.
5 years ago
## Installation
3 years ago
```shell
5 years ago
curl -LO https://raw.githubusercontent.com/tiynger/larbs/master/larbs.sh
sh larbs.sh
```
3 years ago
5 years ago
## Tests
3 years ago
5 years ago
This script will be regularly checked for correctness.
3 years ago
Testing system is a Virtual Machine inside Proxmox or a Lenovo Thinkpad X220
occasionally other systems are used (they all use my described guide for a
basic installation).
3 years ago
Maximum results range from `+` over `o` to `-`, the latter being the worst.
5 years ago
3 years ago
| Commit | Date | Result | Description |
| ------- | ---------- | ------ | ------------------------ |
| 4d6dcd7 | 04.04.2020 | + | Proxmox VM |
| 0456974 | 31.12.2020 | + | Proxmox VM |
| d32191b | 12.06.2021 | + | Lenovo X220 |
| 6dfcaba | 13.06.2021 | + | Ryzen 3900x and GTX 1080 |