8 lines
231 B
Bash
Executable File
8 lines
231 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# configure extra system things like lightdm, etc.
|
|
# also set shell to fish
|
|
|
|
# set up correct xmonad.sh e.g. if on laptop, set a copy that only has one xmobar?
|
|
|
|
read -r -p "This process is not complete... [enter] " input |