1
0

move arch_yay.sh to Makefile

This commit is contained in:
dtb
2022-06-02 20:11:41 -04:00
parent 9656df141b
commit b65d3b2adf
3 changed files with 20 additions and 20 deletions

View File

@@ -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

View File

@@ -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