From d0f5528ec11c9957dd9b62688771eb62acb0c47f Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Sun, 17 Jan 2021 15:55:40 +0100 Subject: Do things with zsh and tmux --- install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 718f81e..0e49d87 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ echo "Install the dependencies and symlink the dotfiles" tput setaf 4 -echo "Install on wich system? Enter either \"mac\", \"debian\", \"arch\":" +echo "Install on wich system? Enter either \"mac\", \"debian\", \"arch\", \"fedora\":" tput setaf 3 printf "> " read platform @@ -19,4 +19,8 @@ fi if [ $platform == "debian" ]; then ./install/install_debian.sh -fi \ No newline at end of file +fi + +if [ $platform == "fedora" ]; then + ./install/install_fedora.sh +fi -- cgit v1.2.3