From c190ed80beb81100425cb4c90528ebcddd957296 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sun, 11 Dec 2022 02:04:10 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1979ac..473d7a4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # dotfiles -Public config files \ No newline at end of file +Public config files + +## Install tmux + +```bash +sudo apt install tmux +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +``` + +Then start tmux and press `prefix` + I. + +## Install Oh-my-posh + +```bash +sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-arm -O /usr/local/bin/oh-my-posh +sudo chmod +x /usr/local/bin/oh-my-posh +``` \ No newline at end of file