diff options
author | Jakob Stendahl <jakobste@uio.no> | 2020-08-27 09:16:27 +0200 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2020-08-27 09:16:27 +0200 |
commit | 67c181b213519205fe0e7bac4646349652835dbb (patch) | |
tree | e6986d8761e0f6fbfce7e92916679c1d284bf61f /install.sh | |
parent | 80985a3f817074537bb5d997fc4923294a0c3993 (diff) | |
download | dotfiles-67c181b213519205fe0e7bac4646349652835dbb.tar.gz dotfiles-67c181b213519205fe0e7bac4646349652835dbb.zip |
Update to p10k, and do some small updates
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,7 +2,7 @@ echo "Install the dependencies and symlink the dotfiles" tput setaf 4 -echo "Install on wich system? Enter either \"mac\", \"arch\":" +echo "Install on wich system? Enter either \"mac\", \"debian\", \"arch\":" tput setaf 3 printf "> " read platform @@ -16,3 +16,7 @@ fi if [ $platform == "arch" ]; then ./install/install_arch.sh fi + +if [ $platform == "debian" ]; then + ./install/install_debian.sh +fi
\ No newline at end of file |