mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-09 18:29:41 +00:00
Add quick run instructions
This commit is contained in:
parent
03b4e74694
commit
22d15d2093
|
@ -2,6 +2,11 @@
|
|||
set -euo pipefail
|
||||
|
||||
# Arch installation script to be ran during OS installation, after chroot.
|
||||
# $ arch-chroot /mnt
|
||||
# $ pacman -S git
|
||||
# $ git clone https://github.com/ItsDrike/dotfiles ~/dots
|
||||
# $ cd ~/dots
|
||||
# $ ./install_root.sh
|
||||
# -----------------------------------------------------------------------
|
||||
|
||||
if [ "$UID" != 0 ]; then
|
||||
|
|
Loading…
Reference in a new issue