fixes
This commit is contained in:
parent
0a6e1547e6
commit
bd69f51add
1 changed files with 2 additions and 3 deletions
|
@ -82,7 +82,6 @@ setup_home(){
|
|||
cd $HOME
|
||||
rm -rf dotfiles/
|
||||
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
|
||||
cd $HOME/Pictures/ && git clone "https://git.amolinae.com/amolinae06/Wallpapers" && cd $HOME/
|
||||
}
|
||||
|
@ -106,7 +105,7 @@ setup_chroot(){
|
|||
|
||||
compile() {
|
||||
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"
|
||||
|
@ -122,7 +121,7 @@ setup_chroot
|
|||
read_software "$devware"
|
||||
compile hellwal
|
||||
mkdir $HOME/.cache/hellwal/
|
||||
hellwal -i $HOME/Pictures/Wallpapers/vatihall.jpg
|
||||
zsh -lc "hellwal -i $HOME/Pictures/Wallpapers/vatihall.jpg"
|
||||
compile ctpv
|
||||
compile dwl
|
||||
compile slstatus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue