1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-03 15:57:46 +02:00

Merge branch 'master' of ssh+git://github/tiynger/larbs

This commit is contained in:
TiynGER 2020-05-18 00:48:11 +02:00
commit 87b256e071

View File

@ -8,21 +8,20 @@ In contrast to Lukes Script this one installs dwm and not i3 because it sucks le
To get this script working you need a base installation of arch. 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. 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``` - Operating System: `Arch Linux`
- Window Manager: ```dwm``` - Window Manager: `dwm`
- Shell: ```zsh``` - Shell: `zsh`
- Terminal Emulator: ```st``` - Terminal Emulator: `st`
- Shell: ```zsh``` - File Manager: `vim`
- File Manager: ```vifm``` - Application Launcher: `dmenu(_run)`
- Application Launcher: ```dmenu(_run)``` - Compositor: `xcompmgr`
- Compositor: ```xcompmgr``` - Status Bar: `dwm`
- Status Bar: ```dwm``` - Notification Service: `dunst`
- Notification Service: ```dunst``` - Text Editor: `neovim`
- Text Editor: ```neovim``` - Reader: `zathura`
- Reader: ```zathura``` - Mail Program: `thunderbird`
- Mail Program: ```thunderbird``` - Browser: `qutebrowser` /`icecat`
- Browser: ```qutebrowser``` /```firefox``` - Lockscreen: `slock`
- Lockscreen: ```slock```
All programs including these can be found in the ```progs.csv```. All programs including these can be found in the ```progs.csv```.
@ -39,7 +38,7 @@ curl -LO https://raw.githubusercontent.com/tiynger/larbs/master/larbs.sh
sh larbs.sh sh larbs.sh
``` ```
## Hotkeys ## Hotkeys
There are a bunch of hotkeys. Please visit my [dwm](https://github.com/tiynger/dwm) and [st](https://github.com/tiynger/st) builds to see them. 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.
## Optional ## Optional
There are a bunch of programs that i use and think are useful. There are a bunch of programs that i use and think are useful.