diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2021-01-17 15:55:40 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2021-01-17 15:57:20 +0100 |
commit | d0f5528ec11c9957dd9b62688771eb62acb0c47f (patch) | |
tree | b32a203aa1bdadcbbde4e158beaae764ebe72215 /install.sh | |
parent | 5c196fb44cd3d569fe5aafc267c8fd5a2abffeb3 (diff) | |
download | dotfiles-d0f5528ec11c9957dd9b62688771eb62acb0c47f.tar.gz dotfiles-d0f5528ec11c9957dd9b62688771eb62acb0c47f.zip |
Do things with zsh and tmux
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |