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