Created
December 12, 2021 20:16
-
-
Save wikrie/7dd2f17127b39ffb2453b8cd2b4d1f35 to your computer and use it in GitHub Desktop.
get ohmyzsh inc ohmytmux up and running in one step
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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