summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhc <hc@email.ch>2024-10-21 17:19:17 +0800
committerhc <hc@email.ch>2024-10-21 17:19:17 +0800
commit77985a70eaea615478828e85a314f50327105466 (patch)
treeda603305b8904e29d3ca8fe9899e1caf41514307
parent5d87f2494b681c3b006cd750e718cde5dad9ea4d (diff)
colour
-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
34 34
35" Optional: Make wrapped lines easier to read by indenting them 35" Optional: Make wrapped lines easier to read by indenting them
36set breakindent 36set breakindent
37set breakindentopt=shift:4 37set breakindentopt=shift:1
38 38
39syntax on 39syntax on
40set autoindent 40set autoindent
@@ -54,6 +54,11 @@ set statusline=%F " shows full file path
54 54
55EOF 55EOF
56 56
57[ -f ~/.bashrc ] || tee -a ~/.bashrc > /dev/null << EOF
58LS_COLORS=$LS_COLORS:'di=38;5;135:' ; export LS_COLORS
59PS1='[\[\033[01;32m\]\u\[\033[00m\]@\h \[\033[38;5;135m\]\W\[\033[00m\]]\$ '
60EOF
61
57sudo timedatectl set-timezone Asia/Singapore 62sudo timedatectl set-timezone Asia/Singapore
58 63
59# add check fro each component 64# add check fro each component