From 1ce575669cabd9160d7e99a9eab011ca502db0b5 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Wed, 24 Jan 2024 10:25:25 +0100 Subject: [PATCH] add instruction fur use this dotfiles --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5a21378..d10e47f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# For Install this Dotfiles + +~~~ +sh -c "$(curl -fsLS get.chezmoi.io)" +chezmoi init -v --apply --force https://code.brothertec.eu/simono41/dotfiles.git +chezmoi update -v --force +~~~ + https://github.com/gpakosz/.tmux ~~~ @@ -9,6 +17,7 @@ https://github.com/gpakosz/.tmux https://gist.github.com/rbudiharso/53821b3222c4e7a5f7695d8d13cc6058 For Install new tmux addons run this + ~~~ TMUX_PLUGIN_MANAGER_PATH=~/.tmux/plugins .tmux/plugins/tpm/scripts/install_plugins.sh ~~~