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
28 28
29" Optional: Make wrapped lines easier to read by indenting them 29" Optional: Make wrapped lines easier to read by indenting them
30set breakindent 30set breakindent
31set breakindentopt=shift:3 31set breakindentopt=shift:4
32 32
33syntax on 33syntax on
34set autoindent 34set autoindent
@@ -38,13 +38,18 @@ set expandtab
38set shiftwidth=2 38set shiftwidth=2
39set softtabstop=2 39set softtabstop=2
40set tabstop=2 40set tabstop=2
41syntax on 41
42set autoindent
43set smartindent
44filetype plugin indent on
42 45
43set laststatus=2 " permanent status bar 46set laststatus=2 " permanent status bar
44set statusline=%F " shows full file path 47set statusline=%F " shows full file path
45 48
46EOF 49EOF
47 50
51sudo timedatectl set-timezone Asia/Singapore
52
48# add check fro each component 53# add check fro each component
49 54
50# then git clone work directory, or git clone altogether 55# then git clone work directory, or git clone altogether