Created
September 4, 2019 19:18
-
-
Save cyrex562/c82e1adc23ed4b08a5111ae0771aff3a to your computer and use it in GitHub Desktop.
Vagrantfile bootstrap
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
| # configure nanorc | |
| # uncomment set constantshow | |
| sed -i.bak -e '/^#.*constantshow /s/^#//' | |
| # comment nowrap | |
| sed -i.bak -e '/^.*set nowrap/s//#&/' | |
| # un-comment set softwrap | |
| sed -i.bak -e '/^#.*softwrap /s/^#//' | |
| # un-comment set tabsize | |
| sed -i.bak -e '/^.*set tabsize /s/^#//' | |
| # set tabsize 4 | |
| sed -i.bak -e '/^#.*tabsize /s/[0-9]+/4/' | |
| # un-comment set tabstospaces | |
| sed -i.bak -e '/^.*set tabstospaces /s/^#//' | |
| # install updates | |
| # configure services | |
| # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment