addet README content.

This commit is contained in:
pika 2025-01-07 00:19:53 +01:00
parent 2585c0102a
commit 49c9229771
3 changed files with 27 additions and 35 deletions

9
.zshrc
View file

@ -78,13 +78,6 @@ check_root() {
fi
}
git_installs() {
if [ -e "$HOME/.zsh/.install.sh" ]; then
echo_info "Git installs activated by '_install <package>'"
. "$HOME/.zsh/.install.sh"
fi
}
_init() {
if command_exists oh-my-posh; then
# eval "$(oh-my-posh init zsh --config 'https://git.k4li.de/dotfiles/oh-my-posh/raw/branch/main/amro.toml')"
@ -112,6 +105,7 @@ _sources() {
"aliases"
"defaults"
"plugins"
"installs"
)
for _s in "${sourceOptions[@]}"; do
@ -166,7 +160,6 @@ main() {
_init
_sources
_environment
git_installs
_end
}