Skip to content

Instantly share code, notes, and snippets.

@wikrie
Created December 12, 2021 20:16
Show Gist options
  • Save wikrie/7dd2f17127b39ffb2453b8cd2b4d1f35 to your computer and use it in GitHub Desktop.
Save wikrie/7dd2f17127b39ffb2453b8cd2b4d1f35 to your computer and use it in GitHub Desktop.
get ohmyzsh inc ohmytmux up and running in one step
sudo apt install zsh tmux git
sh -c "$(curl -fsSL https://raw.githubusercontent.com/wikrie/ohmyzsh/master/tools/install.sh)"
cd ~
git clone https://github.com/gpakosz/.tmux.git
ln -s -f .tmux/.tmux.conf
cp .tmux/.tmux.conf.local .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment