ass
This commit is contained in:
parent
c67cb23497
commit
ff87fdba38
1 changed files with 8 additions and 8 deletions
|
@ -22,31 +22,31 @@ read_software(){
|
||||||
|
|
||||||
dl_wallpapers() {
|
dl_wallpapers() {
|
||||||
cd "$HOME"/Pictures/
|
cd "$HOME"/Pictures/
|
||||||
git clone "https://git.amolinae.com/amolinae06/Wallpapers" && cd Wallpapers
|
git clone "https://git.amolinae.com/amolinae06/Wallpapers" >/dev/null 2>&1 && cd Wallpapers
|
||||||
rm -rf .git; cd "$HOME"
|
rm -rf .git; cd "$HOME" >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
make_dwl() {
|
make_dwl() {
|
||||||
cd $HOME/.local/src/dwl/
|
cd $HOME/.local/src/dwl/
|
||||||
sed -i "s|/home/amolinae/|/home/"$user"/|g" config.h
|
sed -i "s|/home/amolinae/|/home/"$user"/|g" config.h >/dev/null 2>&1
|
||||||
bwroot make install
|
bwroot make install >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
make_slstatus() {
|
make_slstatus() {
|
||||||
cd $HOME/.local/src/slstatus/
|
cd $HOME/.local/src/slstatus/
|
||||||
bwroot make install
|
bwroot make install >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
make_ctpv() {
|
make_ctpv() {
|
||||||
cd $HOME/.local/src/hellwal/
|
cd $HOME/.local/src/hellwal/
|
||||||
bwroot make install
|
bwroot make install >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
make_hellwal() {
|
make_hellwal() {
|
||||||
mkdir .cache/hellwal/
|
mkdir .cache/hellwal/
|
||||||
cd $HOME/.local/src/hellwal/
|
cd $HOME/.local/src/hellwal/
|
||||||
bwroot make install
|
bwroot make install >/dev/null 2>&1
|
||||||
cd; hellwal -i Pictures/Wallpapers/vatihall.jpg
|
cd; hellwal -i Pictures/Wallpapers/vatihall.jpg >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
user="$@"
|
user="$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue