move arch_yay.sh to Makefile
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
source ./cdecho.sh
|
||||
|
||||
YAYURL="https://aur.archlinux.org/yay.git"
|
||||
|
||||
cde $HOME/src
|
||||
git clone $YAYURL || printf "yay already downloaded\n"
|
||||
cde yay
|
||||
git pull
|
||||
makepkg -si
|
||||
yay -V
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
mkdir -p $HOME/src
|
||||
cd $HOME/src
|
||||
git clone https://git.suckless.org/sic
|
||||
cd $HOME/src/dotfiles/scripts
|
||||
./dsic.sh # apply patches
|
||||
Reference in New Issue
Block a user