fix: dwm script name + rootfs
This commit is contained in:
parent
9b5997ed4f
commit
62f2d170b0
4
config
4
config
@ -1,8 +1,6 @@
|
|||||||
# User Variables
|
# User Variables
|
||||||
# Comment to disable
|
# Comment to disable
|
||||||
|
|
||||||
set -a
|
|
||||||
|
|
||||||
swapfile=auto # auto|MB
|
swapfile=auto # auto|MB
|
||||||
|
|
||||||
username=ange
|
username=ange
|
||||||
@ -50,6 +48,4 @@ laptop_pkg=(
|
|||||||
tlp
|
tlp
|
||||||
)
|
)
|
||||||
|
|
||||||
set +a
|
|
||||||
|
|
||||||
# vim: ft=sh
|
# vim: ft=sh
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# User Variables
|
# User Variables
|
||||||
# Comment to disable
|
# Comment to disable
|
||||||
|
|
||||||
set -a
|
|
||||||
|
|
||||||
pkg=(
|
pkg=(
|
||||||
alacritty
|
alacritty
|
||||||
dunst
|
dunst
|
||||||
@ -31,6 +29,4 @@ flatpakpkg=(
|
|||||||
org.mozilla.firefox
|
org.mozilla.firefox
|
||||||
)
|
)
|
||||||
|
|
||||||
set +a
|
|
||||||
|
|
||||||
# vim: ft=sh
|
# vim: ft=sh
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# User Variables
|
# User Variables
|
||||||
# Comment to disable
|
# Comment to disable
|
||||||
|
|
||||||
set -a
|
|
||||||
|
|
||||||
pkg=(
|
pkg=(
|
||||||
autorandr
|
autorandr
|
||||||
i3lock xss-lock
|
i3lock xss-lock
|
||||||
@ -10,6 +8,4 @@ pkg=(
|
|||||||
xorg-{server,xinit,xrandr,xsetroot} xclip
|
xorg-{server,xinit,xrandr,xsetroot} xclip
|
||||||
)
|
)
|
||||||
|
|
||||||
set +a
|
|
||||||
|
|
||||||
# vim: ft=sh
|
# vim: ft=sh
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
cd "$(dirname "$0")"
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
|
|
||||||
|
cp -rfT rootfs/ /mnt/
|
||||||
cat config ../../src/lib.sh src/install.sh | arch-chroot /mnt/ bash -ex
|
cat config ../../src/lib.sh src/install.sh | arch-chroot /mnt/ bash -ex
|
||||||
|
@ -14,8 +14,6 @@ case "$(lspci -k | grep -A3 -E '(VGA|3D)')" in
|
|||||||
esac
|
esac
|
||||||
pac "${pkg[@]}"
|
pac "${pkg[@]}"
|
||||||
|
|
||||||
cp -rfT rootfs /
|
|
||||||
|
|
||||||
git clone https://git.maby.dev/ange/suckless.git /tmp/suckless/
|
git clone https://git.maby.dev/ange/suckless.git /tmp/suckless/
|
||||||
cd /tmp/suckless
|
cd /tmp/suckless
|
||||||
./update.sh
|
./update.sh
|
@ -1,7 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -a
|
|
||||||
|
|
||||||
if [ -t 1 ]; then
|
if [ -t 1 ]; then
|
||||||
NORMAL='\e[0m'
|
NORMAL='\e[0m'
|
||||||
BOLD='\e[1m'
|
BOLD='\e[1m'
|
||||||
@ -11,5 +9,3 @@ fi
|
|||||||
function pac() {
|
function pac() {
|
||||||
yes | pacman --needed -Syu "$@"
|
yes | pacman --needed -Syu "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
set +a
|
|
||||||
|
Loading…
Reference in New Issue
Block a user