OSDN Git Service

silence lots of commands in installer
[instantos/instantOS.git] / README.md
1 # suckless
2 my suckless "distro"
3
4 ### Installation including dotfiles
5 #### WARNING THIS WILL OVERRIDE ANY EXISTING CONFIGURATION
6 ```sh
7 curl https://raw.githubusercontent.com/paperbenni/suckless/master/dotinstall.sh | bash
8 ```
9
10 ## This suckless collection is made up of
11 - Start menu: https://github.com/paperbenni/dmenu
12 - Custom shortcut menu: https://github.com/paperbenni/menus
13 - Notification center: Found in this repo under programs/pbnotify
14 - Window-Manager: https://github.com/paperbenni/dwm
15 - Terminal emulator: https://github.com/paperbenni/st
16 - Lock screen: https://github.com/paperbenni/slock
17
18 ## Requirements:
19 This requires xorg, it does NOT work with wayland as it relies on x utilities
20
21 ## OS
22 It works on Arch, Manjaro and Ubuntu. 
23 Arch/Manjaro being my daily driver is more tested than Ubuntu, if you have any issues, just contact me,
24 the userbase being that small allows me to answer every single request.