add instruction fur use this dotfiles

This commit is contained in:
Simon Rieger 2024-01-24 10:25:25 +01:00
parent 22147ad7e4
commit 1ce575669c

View file

@ -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 https://github.com/gpakosz/.tmux
~~~ ~~~
@ -9,6 +17,7 @@ https://github.com/gpakosz/.tmux
https://gist.github.com/rbudiharso/53821b3222c4e7a5f7695d8d13cc6058 https://gist.github.com/rbudiharso/53821b3222c4e7a5f7695d8d13cc6058
For Install new tmux addons run this For Install new tmux addons run this
~~~ ~~~
TMUX_PLUGIN_MANAGER_PATH=~/.tmux/plugins .tmux/plugins/tpm/scripts/install_plugins.sh TMUX_PLUGIN_MANAGER_PATH=~/.tmux/plugins .tmux/plugins/tpm/scripts/install_plugins.sh
~~~ ~~~