Skip to content

Instantly share code, notes, and snippets.

@cyrex562
Created September 4, 2019 19:18
Show Gist options
  • Select an option

  • Save cyrex562/c82e1adc23ed4b08a5111ae0771aff3a to your computer and use it in GitHub Desktop.

Select an option

Save cyrex562/c82e1adc23ed4b08a5111ae0771aff3a to your computer and use it in GitHub Desktop.
Vagrantfile bootstrap
# 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