[screen] so it begins

This commit is contained in:
Josh Sherman 2017-10-03 10:43:45 -05:00
parent d89ac43ed3
commit 6256e80ef4
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 3 additions and 0 deletions

View file

@ -20,6 +20,7 @@ rm -rf \
$HOME/.gitconfig \
$HOME/.grcat \
$HOME/.my.cnf \
$HOME/.screenrc \
$HOME/.tmux.conf \
$HOME/.tmuxinator \
$HOME/.vim \
@ -30,6 +31,7 @@ ln -s $DOTFILES/gitconfig $HOME/.gitconfig
ln -s $DOTFILES/gtk.css $HOME/.config/gtk-3.0/gtk.css
ln -s $DOTFILES/vendor/nitso/colour-mysql-console/.grcat $HOME/.grcat
ln -s $DOTFILES/my.cnf $HOME/.my.cnf
ln -s $DOTFILES/screenrc $HOME/.screenrc
ln -s $DOTFILES/tmux.conf $HOME/.tmux.conf
ln -s $DOTFILES/tmuxinator $HOME/.tmuxinator
ln -s $DOTFILES/vim $HOME/.vim

1
screenrc Normal file
View file

@ -0,0 +1 @@
defscrollback 10000