mirror of
https://bitbucket.org/skobkin/dotfiles.git
synced 2024-11-22 12:56:04 +00:00
11 lines
194 B
Markdown
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
|
|
```
|