dotfiles/screen/README.md

11 lines
194 B
Markdown
Raw Normal View History

# GNU Screen configuration
## Install
Create symbolic link for main config file:
```bash
# Suppose your current machine is 'desktop'
ln -s ~/.dotfiles/screen/desktop.screenrc ~/.screenrc
```