diff options
| author | hc <hc@email.ch> | 2024-10-07 05:29:51 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-10-07 05:29:51 +0800 |
| commit | 29d91da63b13e3698186a4e009d44b0a9e93d268 (patch) | |
| tree | 612f2f62a7da4d29a8b8fe55d195de35353b5d44 /setup.sh | |
| parent | 9c74f9637fad6514e9270eb6320993dbd9103147 (diff) | |
udpate
Diffstat (limited to 'setup.sh')
| -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 |
