feat(home): home ts util (wip)

This commit is contained in:
2023-12-18 03:12:38 +02:00
parent 75df778781
commit ff340066d0
9 changed files with 165 additions and 12 deletions

4
.zshrc
View File

@@ -5,7 +5,7 @@ export DOTBIN="$CFG/bin"
# echo 'Loading '$DOTFILES/functions.sh
source "$DOTFILES/functions.sh"
motd
[[ "$1" == "-q" ]] || motd
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
@@ -59,7 +59,7 @@ fi
export VISUAL="$EDITOR"
tmux source-file ~/.config/.tmux.conf
tmux source-file "$HOME/.config/.tmux.conf"
# echo 'Loading '$DOTFILES/exports.sh
source "$DOTFILES/exports.sh" # must run before zsh_init