diff --git a/scripts/initial.sh b/scripts/initial.sh index 3f06d08..e906b1c 100644 --- a/scripts/initial.sh +++ b/scripts/initial.sh @@ -7,6 +7,12 @@ IFS=$'\n\t' case $ID in "debian" ) 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" ) sudo dnf update -y