summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 73ff040..111180f 100755
--- a/setup.sh
+++ b/setup.sh
@@ -34,7 +34,7 @@ set wrap
" Optional: Make wrapped lines easier to read by indenting them
set breakindent
-set breakindentopt=shift:4
+set breakindentopt=shift:1
syntax on
set autoindent
@@ -54,6 +54,11 @@ set statusline=%F " shows full file path
EOF
+[ -f ~/.bashrc ] || tee -a ~/.bashrc > /dev/null << EOF
+LS_COLORS=$LS_COLORS:'di=38;5;135:' ; export LS_COLORS
+PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \[\033[38;5;135m\]\W\[\033[00m\]]\$ '
+EOF
+
sudo timedatectl set-timezone Asia/Singapore
# add check fro each component