summaryrefslogtreecommitdiff
path: root/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh
index 9344120..1aecd1c 100755
--- a/setup.sh
+++ b/setup.sh
@@ -20,6 +20,10 @@ sudo timedatectl set-timezone Asia/Singapore
20 20
21# then git clone work directory, or git clone altogether 21# then git clone work directory, or git clone altogether
22 22
23sudo dnf install -y ncurses-term nc # nc for vim
24echo "export TERM=xterm-256color" >> ~/.bashrc
25source ~/.bashrc
26tput colors # shld be 256
23 27
24 28
25 29