From 88d8305f24a7edbaf32b661a5d151d7726859e52 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Sun, 30 Apr 2023 03:36:27 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 473d7a4..f5f5c89 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,12 @@ # dotfiles +## Install +~~~sh +curl https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/install.sh +sudo chmod +x ./install.sh +./install.sh -y -d +~~~ + 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 +After starting tmux for the first time press `prefix` + I.