13 lines
253 B
Bash
13 lines
253 B
Bash
|
|
#! /bin/sh
|
||
|
|
#
|
||
|
|
# setup_mac.sh
|
||
|
|
# Copyright (C) 2022 fabian <fabian@FordPrefect.home>
|
||
|
|
#
|
||
|
|
# 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
|