start new:
tmux
start new with session name:
tmux new -s myname
| " Quick array creation | |
| nmap <leader>ta vF=l<Esc>:s/\%V\S\+/"&",/g<CR>A<BS><Esc>vF=2lgS[JJ:let @/ = ""<CR> |
| #!/bin/bash -e | |
| # install silverstripe + common modules from github | |
| # usage sh install_silverstripe.sh <folder_name> <tag/branch> | |
| # examples: | |
| # sh install_silverstripe.sh some_folder tags/2.4.5 | |
| # sh install_silverstripe.sh some_folder master | |
| #set up project base folder | |
| git clone git@github.com:silverstripe/silverstripe-installer.git "$1" |