Last active
December 7, 2015 06:44
-
-
Save brianray/874d26c5bfc9c4057b99 to your computer and use it in GitHub Desktop.
This file contains 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
startup_message off | |
vbell off | |
escape / | |
defscrollback 5000 | |
hardstatus alwayslastline | |
hardstatus string '%{= kG}%-Lw%{= kW}%50> %n*%f %t%{= kG}%+Lw%< %{= kG}%-=%D %m/%d/%y | %C:%s %A | %1`%{-}' | |
screen -t shell 0 bash | |
screen -t /usr/bin/python /usr/local/bin/ipython notebook --ip=* --notebook-dir=/home/ubuntu --no-browser --port=8888 | |
screen -t htop | |
screen -t x11 3 bash -c "Xvfb :1 -screen 0 1280x1024x24" | |
select 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment