From ce7869b2f0e24f51f8eec8ba522ec5d32ab25844 Mon Sep 17 00:00:00 2001 From: Fabian Ising Date: Wed, 6 Jul 2022 11:39:50 +0200 Subject: [PATCH] Add mac setup script --- setup_mac.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 setup_mac.sh diff --git a/setup_mac.sh b/setup_mac.sh new file mode 100755 index 0000000..168173b --- /dev/null +++ b/setup_mac.sh @@ -0,0 +1,12 @@ +#! /bin/sh +# +# setup_mac.sh +# Copyright (C) 2022 fabian +# +# Distributed under terms of the MIT license. +# + +brew install neovim tmux alacritty +pip3 install neovim +./clone_and_link_mac.sh +tmux/plugins/tpm/binding/install_plugins