even more fixes bruh
This commit is contained in:
parent
faf0530471
commit
f265bca41e
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,7 @@ setup_greetd(){
|
|||
|
||||
[ -d "/etc/greetd" ] || doas mkdir "/etc/greetd"
|
||||
|
||||
doas cat <<EOF > /etc/greetd/config.toml
|
||||
cat <<EOF | doas tee /etc/greetd/config.toml > /dev/null
|
||||
[terminal]
|
||||
vt = 7
|
||||
|
||||
|
@ -84,6 +84,7 @@ setup_home(){
|
|||
rm -rf dotfiles/
|
||||
mkdir $HOME/Documents/Miscellaneous
|
||||
export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)"
|
||||
sed -i "s|/home/yourusername|/home/$USER|g" $HOME/.local/bin/bwroot
|
||||
doas apk del git
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue