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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue