diff options
| -rwxr-xr-x | setup.sh | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -28,7 +28,7 @@ set wrap " Optional: Make wrapped lines easier to read by indenting them set breakindent -set breakindentopt=shift:3 +set breakindentopt=shift:4 syntax on set autoindent @@ -38,13 +38,18 @@ set expandtab set shiftwidth=2 set softtabstop=2 set tabstop=2 -syntax on + +set autoindent +set smartindent +filetype plugin indent on set laststatus=2 " permanent status bar set statusline=%F " shows full file path EOF +sudo timedatectl set-timezone Asia/Singapore + # add check fro each component # then git clone work directory, or git clone altogether |
