Increasing history limit in tmux, adding necessary packages for cpctelera

This commit is contained in:
Gerardo J. Puerta 2022-10-12 02:56:56 -05:00
parent 7f79cbe8c1
commit eb0cb2d7f2
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,8 @@ packages="sshpass tmux python3-pip cargo vim-nox build-essential \
libncurses-dev python3.10-venv sqlite3 build-essential \ libncurses-dev python3.10-venv sqlite3 build-essential \
mono-complete libboost-dev, libfreeimage-dev bison flex \ mono-complete libboost-dev, libfreeimage-dev bison flex \
ca-certificates curl apt-transport-https lsb-release gnupg\ 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" pip="awscli cmake"

View File

@ -1,6 +1,6 @@
set -g default-terminal "screen-256color" set -g default-terminal "screen-256color"
set -g @plugin 'odedlaz/tmux-onedark-theme' set -g @plugin 'odedlaz/tmux-onedark-theme'
set-option -g history-limit 10000
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'
# VIM Like panel traversal and copypaste # VIM Like panel traversal and copypaste