mirror of
https://bitbucket.org/skobkin/dotfiles.git
synced 2024-11-22 04:46:02 +00:00
.. | ||
backticks | ||
.gitignore | ||
.screenrc | ||
README.md |
GNU Screen configuration
cd ~/.dotfiles/screen
- Create symbolic link for main config file:
ln -s .screenrc ~/.screenrc
- Create symbolic links for backtick scripts for each machine.
# Choose desired backtick scripts for each (1-3) slot and create symbolic links
# Suppose your current machine is 'desktop'
cd backticks
ln -s hwtemp-desktop.sh 1.sh
ln -s loadavg.sh 2.sh
ln -s memory.sh 3.sh