feat: update install script, add home ts cmds

This commit is contained in:
2024-01-04 01:04:22 +02:00
parent cc94b105c2
commit 0db34e47d1
11 changed files with 179 additions and 37 deletions

View File

@@ -1,7 +1,8 @@
#!/usr/bin/env zsh
# source $DOTFILES/plugins/colors.plugin.zsh
source $DOTFILES/exports.sh
source "$DOTFILES/exports.sh"
source "$DOTFILES/functions.sh"
__home_print_help_arg() {
echo_yellow " $1\t$2"

View File

@@ -32,7 +32,7 @@ home() {
pull | l)
shift
git -C "$DOTFILES" pull
# if [[ $? -eq 0 ]]; then
# if [[ $? -eq 0 ]]; the
# reload-zsh
# fi
;;