dotfiles/screen/README.md

11 lines
194 B
Markdown

# 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
```