[screen] so it begins
This commit is contained in:
parent
d89ac43ed3
commit
6256e80ef4
2 changed files with 3 additions and 0 deletions
2
install
2
install
|
@ -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
1
screenrc
Normal file
|
@ -0,0 +1 @@
|
|||
defscrollback 10000
|
Loading…
Add table
Add a link
Reference in a new issue