This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/os/arch_linux/shell.bash

15 lines
317 B
Bash
Raw Normal View History

2016-01-06 11:55:04 -06:00
#!/usr/bin/env bash
2016-09-24 06:25:35 -05:00
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}" )/../.." && pwd)
source "$DIR/variables.bash"
2016-01-06 11:55:04 -06:00
sudo pacman -S tmux --noconfirm
mkdir -p "$HOME/.tmux/plugins/"
rm -rf "$HOME/.tmux/plugins/tpm"
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
tmux source "$DOTFILES_PATH/sh/tmux.conf"