1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-12 05:40:17 +00:00

delete changelogs

This commit is contained in:
Luna 2024-08-29 15:13:03 +02:00
parent 6ca8e38727
commit 62f90f0dd3
2 changed files with 0 additions and 13 deletions

View file

@ -1,4 +0,0 @@
# 1ff4981
delete ohmyzsh
# fa3a08f
.tmux.conf moved to .config/tmux and deleted from $HOME

View file

@ -57,12 +57,6 @@ if [ "$(id -u)" != 0 ]; then
fi
fi
if iscmd bat; then
CHANGELOG=$(bat -fp changelog.md 2> /dev/null)
else
CHANGELOG=$(cat changelog.md)
fi
cp -v .zshrc $HOME
if [ -d "${HOME}/.zsh" ]; then
echo
@ -118,6 +112,3 @@ for plugin in $=plugins_git; do
done
unfunction install
echo ""
echo Important changes:
echo $CHANGELOG