fix: trying some fixes
This commit is contained in:
parent
4db736912c
commit
175a0e91ec
@ -1,3 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
#Prerequesits
|
#Prerequesits
|
||||||
echo "-- Installing git --"
|
echo "-- Installing git --"
|
||||||
install git
|
install git
|
||||||
@ -5,9 +7,11 @@ if [ "$(which $1)" != "" ]; then
|
|||||||
apt-get install $1 -y > /dev/null
|
apt-get install $1 -y > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Cloning Repo
|
||||||
echo "-- Cloning repo --"
|
echo "-- Cloning repo --"
|
||||||
git clone git@github.com:jim-fx/.dotfiles.git ~/.dotfiles
|
git clone git@github.com:jim-fx/.dotfiles.git ~/.dotfiles
|
||||||
|
|
||||||
|
# Executing the script
|
||||||
echo "-- starting script --"
|
echo "-- starting script --"
|
||||||
chmod +x ~/.dotfiles/setup.sh
|
chmod +x ~/.dotfiles/setup.sh
|
||||||
~/.dotfiles/setup.sh
|
~/.dotfiles/setup.sh
|
Loading…
Reference in New Issue
Block a user