Browse Source

Added tmux

master
Julio Biason 3 years ago
parent
commit
31b82002f7
  1. 7
      install.sh

7
install.sh

@ -49,8 +49,15 @@ fish() {
ln -sf $PWD/fish $HOME/.config/
}
tmux() {
echo "Installing Tmux configuration..."
ln -sf $PWD/tmux $HOME/.tmux
git clone https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/tpm
}
nvim
starship
fish
alacritty
gitconfg
tmux

Loading…
Cancel
Save