Updated make command.
This commit is contained in:
parent
e55cc3a51e
commit
b84f934509
@ -365,7 +365,7 @@ git clone https://github.com/cronyakatsuki/arch-dots.git arch
|
|||||||
read -n 1 -s -p "To continue press any key"
|
read -n 1 -s -p "To continue press any key"
|
||||||
mkdir ~/.config
|
mkdir ~/.config
|
||||||
cd ~/repos/dots/arch
|
cd ~/repos/dots/arch
|
||||||
make $(cat Makefile | grep -E '.*:.*' | column -t -s ':' | awk '{ print $1 }')
|
make
|
||||||
|
|
||||||
echo "Getting my general dotfiles"
|
echo "Getting my general dotfiles"
|
||||||
mkdir -p ~/repos/dots
|
mkdir -p ~/repos/dots
|
||||||
@ -373,7 +373,7 @@ cd ~/repos/dots
|
|||||||
git clone https://github.com/cronyakatsuki/general-dots.git general
|
git clone https://github.com/cronyakatsuki/general-dots.git general
|
||||||
read -n 1 -s -p "To continue press any key"
|
read -n 1 -s -p "To continue press any key"
|
||||||
cd ~/repos/dots/general
|
cd ~/repos/dots/general
|
||||||
make $(cat Makefile | grep -E '.*:.*' | column -t -s ':' | awk '{ print $1 }')
|
make
|
||||||
|
|
||||||
echo "Getting my scripts"
|
echo "Getting my scripts"
|
||||||
mkdir -p ~/bin
|
mkdir -p ~/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user