diff options
| author | hc <hc@email.ch> | 2024-10-21 17:19:17 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-10-21 17:19:17 +0800 |
| commit | 77985a70eaea615478828e85a314f50327105466 (patch) | |
| tree | da603305b8904e29d3ca8fe9899e1caf41514307 | |
| parent | 5d87f2494b681c3b006cd750e718cde5dad9ea4d (diff) | |
colour
| -rwxr-xr-x | setup.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |
