Created
February 20, 2018 04:49
-
-
Save Snazzyham/369bf7f7d69af3cf2a75531afa97bfd9 to your computer and use it in GitHub Desktop.
Set up a server with tmux, mosh, node and nginx.
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
| #!/bin/bash | |
| sudo apt-get install tmux | |
| sudo apt-get install mosh | |
| sudo apt-get install build-essential | |
| curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash | |
| export NVM_DIR="$HOME/.nvm" | |
| nvm install 9 | |
| sudo apt-get install nginx | |
| wget https://gist.githubusercontent.com/Snazzyham/bad8f06515b493bd766d3e9ac981442a/raw/eb30b18d18b7b02045bc583ddea52ec403faf53c/.tmux.conf | |
| https://gist.githubusercontent.com/Snazzyham/89c3e0a185eddfe4b355ef0723174d44/raw/206f10af3fac66c37239ca4dd272138e3db741cb/.vimrc | |
| npm install -g serve |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment