Devboot update: 23-11-20-13-08-55

This commit is contained in:
Matheus Albino
2023-11-20 13:08:55 -03:00
parent 7855d19617
commit 186be867c5
2 changed files with 86 additions and 0 deletions

View File

@@ -42,12 +42,15 @@ if [ "$only_commit" = false ]; then
mkdir --parents dot-conf/.config/lvim
mkdir --parents dot-conf/.tmuxifier/layouts
mkdir --parents dot-conf/zellij
mkdir --parents others
cp ${HOME}/.zshrc ./dot-conf/
cp ${HOME}/.tmux.conf ./dot-conf/
cp --recursive ${HOME}/.config/lvim/* ./dot-conf/.config/lvim
cp --recursive ${HOME}/.tmuxifier/layouts/* ./dot-conf/.tmuxifier/layouts/
cp --recursive ${HOME}/.config/zellij/* ./dot-conf/zellij/
cp --parents /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme ./others
fi
if [ "$only_backup" = false ]; then