Last active
May 10, 2020 05:05
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.