Skip to content

Instantly share code, notes, and snippets.

@krasnobaev
Last active March 30, 2018 19:46
Show Gist options
  • Save krasnobaev/857492db521c756f6ecce116db2bb0be to your computer and use it in GitHub Desktop.
Save krasnobaev/857492db521c756f6ecce116db2bb0be to your computer and use it in GitHub Desktop.
setup script
#!/bin/bash
apt install -Y git zsh wget openssh
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
echo "set -g @plugin 'tmux-plugins/tpm'" >> ~/.tmux.conf
echo "set -g @plugin 'tmux-plugins/tmux-sensible'" >> ~/.tmux.conf
echo "run '~/.tmux/plugins/tpm/tpm'" >> ~/.tmux.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment