mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
delete changelogs
This commit is contained in:
parent
6ca8e38727
commit
62f90f0dd3
2 changed files with 0 additions and 13 deletions
|
@ -1,4 +0,0 @@
|
||||||
# 1ff4981
|
|
||||||
delete ohmyzsh
|
|
||||||
# fa3a08f
|
|
||||||
.tmux.conf moved to .config/tmux and deleted from $HOME
|
|
|
@ -57,12 +57,6 @@ if [ "$(id -u)" != 0 ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if iscmd bat; then
|
|
||||||
CHANGELOG=$(bat -fp changelog.md 2> /dev/null)
|
|
||||||
else
|
|
||||||
CHANGELOG=$(cat changelog.md)
|
|
||||||
fi
|
|
||||||
|
|
||||||
cp -v .zshrc $HOME
|
cp -v .zshrc $HOME
|
||||||
if [ -d "${HOME}/.zsh" ]; then
|
if [ -d "${HOME}/.zsh" ]; then
|
||||||
echo
|
echo
|
||||||
|
@ -118,6 +112,3 @@ for plugin in $=plugins_git; do
|
||||||
done
|
done
|
||||||
|
|
||||||
unfunction install
|
unfunction install
|
||||||
echo ""
|
|
||||||
echo Important changes:
|
|
||||||
echo $CHANGELOG
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue