From 7088b46136ce3def936ba1875f72050f50168bea Mon Sep 17 00:00:00 2001 From: TiynGER Date: Fri, 27 Mar 2020 12:29:05 +0100 Subject: [PATCH] adding Readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d857db3 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# LARBS +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. + +## Essentials +To get this script working you need a base installation of arch. +There is no need to configure users or anything else than internet access and what is needed to get arch booting. + +- Operating System: ```Arch Linux``` +- Window Manager: ```i3``` +- Shell: ```zsh``` +- Terminal Emulator: ```zsh``` +- File Manager: ```vifm``` +- Application Launcher: ```dmenu(_run)``` +- Compositor: ```xcompmgr``` +- Status Bar: ```i3blocks``` +- Notification Service: ```dunst``` +- Text Editor: ```nvim``` + +## Installation +``` +curl -LO https://raw.githubusercontent.com/tiynger/larbs/master/larbs.sh +sh larbs.sh +```