This commit is contained in:
KemoNine 2022-05-30 15:56:22 -04:00
commit a724f54fa3
3 changed files with 4 additions and 2 deletions

View File

@ -58,6 +58,6 @@ if grep -q "Android" <<< `uname -a`; then
termux-reload-settings termux-reload-settings
fi fi
echo "exa fd bat tmux htop nano most ripgrep emacs zsh lf restic rclone" echo "exa fd bat tmux htop nano most ripgrep emacs zsh lf restic rclone glow"
echo "copy restic.sh if desired/needed" echo "copy restic.sh if desired/needed"
echo "run tmux and do <prefix>-I to install plugins and finish setup" echo "run tmux and do <prefix>-I to install plugins and finish setup"

View File

@ -1,6 +1,8 @@
# Misc/General # Misc/General
set -g allow-rename on set -g allow-rename on
set -g pane-border-status bottom set -g pane-border-status bottom
set-option -g pane-active-border-style fg=cyan
set-option -g pane-border-style fg=blue
set -g history-limit 100000 set -g history-limit 100000
set -g renumber-windows on set -g renumber-windows on
set -g clock-mode-style 24 set -g clock-mode-style 24

2
zshrc
View File

@ -105,7 +105,7 @@ fi
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
# ensure histdb gets ctrl-r for history and skim widget can still be called # ensure histdb gets ctrl-r for history and skim widget can still be called
source ~/.zplug/repos/larkery/zsh-histdb/histdb-interactive.zsh source ~/.zcomet/repos/larkery/zsh-histdb/histdb-interactive.zsh
alias hist="histdb-skim-widget" alias hist="histdb-skim-widget"
# Fix home/end/del silly # Fix home/end/del silly