lets make it homie
This commit is contained in:
parent
fc9457a338
commit
5656952c81
@ -7,6 +7,12 @@ IFS=$'\n\t'
|
|||||||
case $ID in
|
case $ID in
|
||||||
"debian" )
|
"debian" )
|
||||||
sudo apt update -y && sudo apt upgrade -y
|
sudo apt update -y && sudo apt upgrade -y
|
||||||
|
sudo apt install vim git curl tmux stow ranger
|
||||||
|
cd /home/admin/
|
||||||
|
git clone git@github.com:iskm/dots.git
|
||||||
|
mv .bashrc .bashrc.bak; mv .bash_profile .bash_profile.bak
|
||||||
|
cd dots
|
||||||
|
stow bash bin git shellenv tmux vim ranger
|
||||||
;;
|
;;
|
||||||
"rhel" )
|
"rhel" )
|
||||||
sudo dnf update -y
|
sudo dnf update -y
|
||||||
|
Loading…
Reference in New Issue
Block a user