1
0
mirror of https://github.com/Morantron/tmux-fingers.git synced 2024-06-26 07:29:11 +02:00
tmux-fingers/spec/provisioning/osx.sh
2023-09-27 15:21:48 +02:00

16 lines
337 B
Bash
Executable File

#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
brew install bash gawk reattach-to-user-namespace
# TODO add fishman user
# http://wiki.freegeek.org/index.php/Mac_OSX_adduser_script
sudo mkdir -p /opt/vagrant
sudo ln -s "$PWD" /opt/vagrant/shared
bundle
$CURRENT_DIR/../install-tmux-versions.sh