This commit is contained in:
λmolinae 2025-06-30 18:35:40 -06:00
parent 0a6e1547e6
commit bd69f51add

View file

@ -82,7 +82,6 @@ setup_home(){
cd $HOME cd $HOME
rm -rf dotfiles/ rm -rf dotfiles/
mkdir $HOME/Documents/Miscellaneous mkdir $HOME/Documents/Miscellaneous
export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)"
sed -i "s|/home/amolinae|/home/$USER|g" $HOME/.local/bin/bwroot sed -i "s|/home/amolinae|/home/$USER|g" $HOME/.local/bin/bwroot
cd $HOME/Pictures/ && git clone "https://git.amolinae.com/amolinae06/Wallpapers" && cd $HOME/ cd $HOME/Pictures/ && git clone "https://git.amolinae.com/amolinae06/Wallpapers" && cd $HOME/
} }
@ -106,7 +105,7 @@ setup_chroot(){
compile() { compile() {
cd "$HOME/.local/src/$1/" cd "$HOME/.local/src/$1/"
bwroot make clean install >/dev/null 2>&1 zsh -lc "bwroot make clean install >/dev/null 2>&1"
} }
echo "Welcome to the installer" echo "Welcome to the installer"
@ -122,7 +121,7 @@ setup_chroot
read_software "$devware" read_software "$devware"
compile hellwal compile hellwal
mkdir $HOME/.cache/hellwal/ mkdir $HOME/.cache/hellwal/
hellwal -i $HOME/Pictures/Wallpapers/vatihall.jpg zsh -lc "hellwal -i $HOME/Pictures/Wallpapers/vatihall.jpg"
compile ctpv compile ctpv
compile dwl compile dwl
compile slstatus compile slstatus