lets make it homie

This commit is contained in:
Ibrahim Mkusa 2024-11-16 22:34:32 -05:00
parent fc9457a338
commit 5656952c81

View File

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