Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Last active May 10, 2020 05:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dantheman213/3b77dde73cc01e57a19181c7a2922bed to your computer and use it in GitHub Desktop.
Save dantheman213/3b77dde73cc01e57a19181c7a2922bed to your computer and use it in GitHub Desktop.
Download a great Gnu Screen config straight to your current user's environment
#
# Download a great Gnu Screen config straight to your current user's environment
#
# Just paste that in wherever env you're at and run `screen` and you'll have a good configuration with a status bar,
# tabs, no warning screen, beeps/bells/alerts, and more.
#
# Screen Config (.screenrc) located here:
# Gist: https://gist.github.com/dantheman213/8df6fabb1bc6fc192c9e
# Raw: https://gist.githubusercontent.com/dantheman213/8df6fabb1bc6fc192c9e/raw/bfd65a3695974b94223849c516b5b58828932613/Great%2520GNU%2520Screen%2520config
# Instructions
# 1. Paste both lines below into your bash terminal and hit ENTER.
# 2. If you don't have screen installed, install it.. sudo apt-get install screen
# 3. Start `screen`
curl -o ~/.screenrc "https://gist.githubusercontent.com/dantheman213/8df6fabb1bc6fc192c9e/raw/bfd65a3695974b94223849c516b5b58828932613/Great%2520GNU%2520Screen%2520config"
@dantheman213
Copy link
Author

If TEMP_DOWNLOAD_URL is no longer valid just visit the screen gist at https://gist.github.com/dantheman213/8df6fabb1bc6fc192c9e and click "Raw" to get the raw file URL and replace TEMP_DOWNLOAD_URL with that URL. I will try to keep up to date tho so this shouldn't be a problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment