From eb0cb2d7f2108dba4c11b264c4d353e6c18f42da Mon Sep 17 00:00:00 2001 From: "Gerardo J. Puerta" Date: Wed, 12 Oct 2022 02:56:56 -0500 Subject: [PATCH] Increasing history limit in tmux, adding necessary packages for cpctelera --- install.sh | 3 ++- tmux/tmux.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index aa14b22..badafea 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,8 @@ packages="sshpass tmux python3-pip cargo vim-nox build-essential \ libncurses-dev python3.10-venv sqlite3 build-essential \ mono-complete libboost-dev, libfreeimage-dev bison flex \ ca-certificates curl apt-transport-https lsb-release gnupg\ - qemu-system-arm" + qemu-system-arm autoconf libtool libtool-bin pkg-config \ + libarchive-dev libcurl4-openssl-dev libssl-dev libgpgme-dev" pip="awscli cmake" diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 4d49519..6d2ac69 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,6 +1,6 @@ set -g default-terminal "screen-256color" set -g @plugin 'odedlaz/tmux-onedark-theme' - +set-option -g history-limit 10000 run '~/.tmux/plugins/tpm/tpm' # VIM Like panel traversal and copypaste