summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/setup.sh b/setup.sh
index 3c996ad..2827acf 100755
--- a/setup.sh
+++ b/setup.sh
@@ -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